Color Hex Logo

#be876f Color Hex

#BE876F
(190,135,111)
0 Favorites   0 Comments

Color spaces of #be876f

RGB 190135111
HSL0.050.380.59
HSV18°42°75°
CMYK 0.000.290.42   0.25
XYZ32.768429.422818.9910
Yxy29.42280.40360.3624
Hunter Lab54.242812.908117.2119
CIE-Lab61.153018.041721.2779

#be876f color RGB value is (190,135,111).

#be876f hex color red value is 190, green value is 135 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be876f hue: 0.05 , saturation: 0.38 and the lightness value of be876f is 0.59.

The process color (four color CMYK) of #be876f color hex is 0.00, 0.29, 0.42, 0.25. Web safe color of #be876f is #cc9966. Color #be876f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000111 01101111
Octal 276 207 157
Decimal 190 135 111
Hex BE 87 6F

RGB Percentages of Color #be876f

%43.58
%30.96
%25.46

CMYK Percentages of Color #be876f

%0
%29
%42
%25

Triadic Colors of #be876f

#be876f #6fbe87 #876fbe

Analogous Colors of #be876f

#be876f #beaf6f #be6f7f

Monochromatic Colors of #be876f

#be876f

Complementary Color

#be876f #6fa6be

#be876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be876f Color CSS Codes

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

#be876f Text Font Color

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

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


#be876f Background Color

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

This div background color is #be876f


#be876f Border Color

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

This div border color is #be876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be876f


Comments

No comments written yet.

Please login to write comment.