Color Hex Logo

#bd882c Color Hex

#BD882C
(189,136,44)
0 Favorites   0 Comments

Color spaces of #bd882c

RGB 18913644
HSL0.110.620.46
HSV38°77°74°
CMYK 0.000.280.77   0.26
XYZ30.245028.60906.3109
Yxy28.60900.46410.4390
Hunter Lab53.48747.331830.4456
CIE-Lab60.435011.895554.3846

#bd882c color RGB value is (189,136,44).

#bd882c hex color red value is 189, green value is 136 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bd882c hue: 0.11 , saturation: 0.62 and the lightness value of bd882c is 0.46.

The process color (four color CMYK) of #bd882c color hex is 0.00, 0.28, 0.77, 0.26. Web safe color of #bd882c is #cc9933. Color #bd882c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 00101100
Octal 275 210 54
Decimal 189 136 44
Hex BD 88 2C

RGB Percentages of Color #bd882c

%51.22
%36.86
%11.92

CMYK Percentages of Color #bd882c

%0
%28
%77
%26

Triadic Colors of #bd882c

#bd882c #2cbd88 #882cbd

Analogous Colors of #bd882c

#bd882c #aabd2c #bd402c

Monochromatic Colors of #bd882c

#bd882c

Complementary Color

#bd882c #2c61bd

#bd882c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd882c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd882c Color CSS Codes

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

#bd882c Text Font Color

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

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


#bd882c Background Color

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

This div background color is #bd882c


#bd882c Border Color

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

This div border color is #bd882c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd882c


Comments

No comments written yet.

Please login to write comment.