Color Hex Logo

#be8949 Color Hex

#BE8949
(190,137,73)
0 Favorites   0 Comments

Color spaces of #be8949

RGB 19013773
HSL0.090.470.52
HSV33°62°75°
CMYK 0.000.280.62   0.25
XYZ31.383529.319510.3085
Yxy29.31950.44190.4129
Hunter Lab54.14758.699226.6157
CIE-Lab61.062613.420941.7126

#be8949 color RGB value is (190,137,73).

#be8949 hex color red value is 190, green value is 137 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #be8949 hue: 0.09 , saturation: 0.47 and the lightness value of be8949 is 0.52.

The process color (four color CMYK) of #be8949 color hex is 0.00, 0.28, 0.62, 0.25. Web safe color of #be8949 is #cc9933. Color #be8949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 01001001
Octal 276 211 111
Decimal 190 137 73
Hex BE 89 49

RGB Percentages of Color #be8949

%47.50
%34.25
%18.25

CMYK Percentages of Color #be8949

%0
%28
%62
%25

Triadic Colors of #be8949

#be8949 #49be89 #8949be

Analogous Colors of #be8949

#be8949 #b9be49 #be4f49

Monochromatic Colors of #be8949

#be8949

Complementary Color

#be8949 #497ebe

#be8949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8949 Color CSS Codes

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

#be8949 Text Font Color

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

This sample text font color is #be8949
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.


#be8949 Background Color

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

This div background color is #be8949


#be8949 Border Color

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

This div border color is #be8949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8949


Comments

No comments written yet.

Please login to write comment.