Hex #be9618 Color

#be9618
equivalent to

RGB

(190, 150, 24)

Details of #be9618

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
190
32.3064
0.13
0.00
64.0196
32.8258
46°
57.2938
150
32.8258
0.78
0.21
4.0301
0.4574
87°
0.3875
24
5.4974
0.42
0.87   0.25
64.0446
0.4648
75°
34.4178

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111110
276
190
BE
Green
10010110
226
150
96
Blue
11000
30
24
18

RGB in % of #be9618

%52.20
%41.21
%6.59

CMYK in % of #be9618

%0
%21
%87
%25

Triads of color #be9618

#be9618 #9618be #18be18

Similar Colors to #be9618

#be9618 #be4318 #93be18

Preview Color #be9618 on black ground

#be9618 is very interesting for text.

Preview Color #be9618 on white ground

#be9618 is very interesting for text.

CSS Codes #be9618 color

.mybgcolor {background-color:#be9618; }
.myforecolor {color:#be9618; }
.mybordercolor {border:3px solid #be9618; }

Text Font Color #be9618

<p style="color:#be9618">Text here</p>

This sample text font color is #be9618
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #be9618

<div style="background-color:#be9618">
Div content here</div>

This div background color is #be9618


Border Color #be9618

<div style="border:3px solid #be9618">
Div here</div>

The color of this border is #be9618


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #be9618; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #be9618;
-webkit-box-shadow: 1px 1px 3px 2px #be9618;
box-shadow:         1px 1px 3px 2px #be9618; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #be9618">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #be9618;
  -webkit-box-shadow: 1px 1px 3px 2px #be9618;
  box-shadow:         1px 1px 3px 2px #be9618;">
Div content here</div>

The shadow of div box using color #be9618