Color Hex Logo

#bd832c Color Hex

#BD832C
(189,131,44)
0 Favorites   0 Comments

Color spaces of #bd832c

RGB 18913144
HSL0.100.620.46
HSV36°77°74°
CMYK 0.000.310.77   0.26
XYZ29.557227.23336.0816
Yxy27.23330.47010.4332
Hunter Lab52.18559.775429.6203
CIE-Lab59.189714.655953.1864

#bd832c color RGB value is (189,131,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00101100
Octal 275 203 54
Decimal 189 131 44
Hex BD 83 2C

RGB Percentages of Color #bd832c

%51.92
%35.99
%12.09

CMYK Percentages of Color #bd832c

%0
%31
%77
%26

Triadic Colors of #bd832c

#bd832c #2cbd83 #832cbd

Analogous Colors of #bd832c

#bd832c #afbd2c #bd3a2c

Monochromatic Colors of #bd832c

#bd832c

Complementary Color

#bd832c #2c66bd

#bd832c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd832c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd832c Color CSS Codes

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

#bd832c Text Font Color

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

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


#bd832c Background Color

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

This div background color is #bd832c


#bd832c Border Color

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

This div border color is #bd832c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd832c


Comments

No comments written yet.

Please login to write comment.