Color Hex Logo

#bd866f Color Hex

#BD866F
(189,134,111)
0 Favorites   0 Comments

Color spaces of #bd866f

RGB 189134111
HSL0.050.370.59
HSV18°41°74°
CMYK 0.000.290.41   0.26
XYZ32.380629.016718.9331
Yxy29.01670.40310.3612
Hunter Lab53.867213.032316.8679
CIE-Lab60.796418.190220.7768

#bd866f color RGB value is (189,134,111).

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

The process color (four color CMYK) of #bd866f color hex is 0.00, 0.29, 0.41, 0.26. Web safe color of #bd866f is #cc9966. Color #bd866f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 01101111
Octal 275 206 157
Decimal 189 134 111
Hex BD 86 6F

RGB Percentages of Color #bd866f

%43.55
%30.88
%25.58

CMYK Percentages of Color #bd866f

%0
%29
%41
%26

Triadic Colors of #bd866f

#bd866f #6fbd86 #866fbd

Analogous Colors of #bd866f

#bd866f #bdad6f #bd6f7f

Monochromatic Colors of #bd866f

#bd866f

Complementary Color

#bd866f #6fa6bd

#bd866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd866f Color CSS Codes

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

#bd866f Text Font Color

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

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


#bd866f Background Color

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

This div background color is #bd866f


#bd866f Border Color

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

This div border color is #bd866f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,134,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 #bd866f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd866f


Comments

No comments written yet.

Please login to write comment.