Color Hex Logo

#bd852c Color Hex

#BD852C
(189,133,44)
0 Favorites   0 Comments

Color spaces of #bd852c

RGB 18913344
HSL0.100.620.46
HSV37°77°74°
CMYK 0.000.300.77   0.26
XYZ29.828427.77576.1720
Yxy27.77570.46770.4355
Hunter Lab52.70278.796929.9484
CIE-Lab59.685613.551353.6645

#bd852c color RGB value is (189,133,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 00101100
Octal 275 205 54
Decimal 189 133 44
Hex BD 85 2C

RGB Percentages of Color #bd852c

%51.64
%36.34
%12.02

CMYK Percentages of Color #bd852c

%0
%30
%77
%26

Triadic Colors of #bd852c

#bd852c #2cbd85 #852cbd

Analogous Colors of #bd852c

#bd852c #adbd2c #bd3d2c

Monochromatic Colors of #bd852c

#bd852c

Complementary Color

#bd852c #2c64bd

#bd852c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd852c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd852c Color CSS Codes

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

#bd852c Text Font Color

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

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


#bd852c Background Color

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

This div background color is #bd852c


#bd852c Border Color

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

This div border color is #bd852c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd852c


Comments

No comments written yet.

Please login to write comment.