Color Hex Logo

#bd861e Color Hex

#BD861E
(189,134,30)
0 Favorites   0 Comments

Color spaces of #bd861e

RGB 18913430
HSL0.110.730.43
HSV39°84°74°
CMYK 0.000.290.84   0.26
XYZ29.745727.96275.0579
Yxy27.96270.47390.4455
Hunter Lab52.87987.869531.3448
CIE-Lab59.855012.506558.8893

#bd861e color RGB value is (189,134,30).

#bd861e hex color red value is 189, green value is 134 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd861e hue: 0.11 , saturation: 0.73 and the lightness value of bd861e is 0.43.

The process color (four color CMYK) of #bd861e color hex is 0.00, 0.29, 0.84, 0.26. Web safe color of #bd861e is #cc9933. Color #bd861e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 00011110
Octal 275 206 36
Decimal 189 134 30
Hex BD 86 1E

RGB Percentages of Color #bd861e

%53.54
%37.96
%8.50

CMYK Percentages of Color #bd861e

%0
%29
%84
%26

Triadic Colors of #bd861e

#bd861e #1ebd86 #861ebd

Analogous Colors of #bd861e

#bd861e #a5bd1e #bd371e

Monochromatic Colors of #bd861e

#bd861e

Complementary Color

#bd861e #1e55bd

#bd861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd861e Color CSS Codes

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

#bd861e Text Font Color

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

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


#bd861e Background Color

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

This div background color is #bd861e


#bd861e Border Color

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

This div border color is #bd861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd861e


Comments

No comments written yet.

Please login to write comment.