Color Hex Logo

#bd872a Color Hex

#BD872A
(189,135,42)
0 Favorites   0 Comments

Color spaces of #bd872a

RGB 18913542
HSL0.110.640.45
HSV38°78°74°
CMYK 0.000.290.78   0.26
XYZ30.068228.31396.0709
Yxy28.31390.46650.4393
Hunter Lab53.21087.747330.4831
CIE-Lab60.171312.365854.9237

#bd872a color RGB value is (189,135,42).

#bd872a hex color red value is 189, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd872a hue: 0.11 , saturation: 0.64 and the lightness value of bd872a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 00101010
Octal 275 207 52
Decimal 189 135 42
Hex BD 87 2A

RGB Percentages of Color #bd872a

%51.64
%36.89
%11.48

CMYK Percentages of Color #bd872a

%0
%29
%78
%26

Triadic Colors of #bd872a

#bd872a #2abd87 #872abd

Analogous Colors of #bd872a

#bd872a #aabd2a #bd3e2a

Monochromatic Colors of #bd872a

#bd872a

Complementary Color

#bd872a #2a60bd

#bd872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd872a Color CSS Codes

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

#bd872a Text Font Color

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

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


#bd872a Background Color

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

This div background color is #bd872a


#bd872a Border Color

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

This div border color is #bd872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd872a


Comments

No comments written yet.

Please login to write comment.