Color Hex Logo

#bf876a Color Hex

#BF876A
(191,135,106)
0 Favorites   0 Comments

Color spaces of #bf876a

RGB 191135106
HSL0.060.400.58
HSV20°45°75°
CMYK 0.000.290.45   0.25
XYZ32.751329.444917.5929
Yxy29.44490.41050.3690
Hunter Lab54.263212.775718.7615
CIE-Lab61.172317.897524.1236

#bf876a color RGB value is (191,135,106).

#bf876a hex color red value is 191, green value is 135 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bf876a hue: 0.06 , saturation: 0.40 and the lightness value of bf876a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 01101010
Octal 277 207 152
Decimal 191 135 106
Hex BF 87 6A

RGB Percentages of Color #bf876a

%44.21
%31.25
%24.54

CMYK Percentages of Color #bf876a

%0
%29
%45
%25

Triadic Colors of #bf876a

#bf876a #6abf87 #876abf

Analogous Colors of #bf876a

#bf876a #bfb26a #bf6a78

Monochromatic Colors of #bf876a

#bf876a

Complementary Color

#bf876a #6aa2bf

#bf876a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf876a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf876a Color CSS Codes

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

#bf876a Text Font Color

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

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


#bf876a Background Color

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

This div background color is #bf876a


#bf876a Border Color

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

This div border color is #bf876a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf876a


Comments

No comments written yet.

Please login to write comment.