Color Hex Logo

#bd861f Color Hex

#BD861F
(189,134,31)
0 Favorites   0 Comments

Color spaces of #bd861f

RGB 18913431
HSL0.110.720.43
HSV39°84°74°
CMYK 0.000.290.84   0.26
XYZ29.758727.96795.1262
Yxy27.96790.47350.4450
Hunter Lab52.88477.895431.2722
CIE-Lab59.859712.535758.5752

#bd861f color RGB value is (189,134,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 00011111
Octal 275 206 37
Decimal 189 134 31
Hex BD 86 1F

RGB Percentages of Color #bd861f

%53.39
%37.85
%8.76

CMYK Percentages of Color #bd861f

%0
%29
%84
%26

Triadic Colors of #bd861f

#bd861f #1fbd86 #861fbd

Analogous Colors of #bd861f

#bd861f #a5bd1f #bd371f

Monochromatic Colors of #bd861f

#bd861f

Complementary Color

#bd861f #1f56bd

#bd861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd861f Color CSS Codes

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

#bd861f Text Font Color

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

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


#bd861f Background Color

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

This div background color is #bd861f


#bd861f Border Color

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

This div border color is #bd861f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd861f


Comments

No comments written yet.

Please login to write comment.