Color Hex Logo

#bd842b Color Hex

#BD842B
(189,132,43)
0 Favorites   0 Comments

Color spaces of #bd842b

RGB 18913243
HSL0.100.630.45
HSV37°77°74°
CMYK 0.000.300.77   0.26
XYZ29.673627.49586.0287
Yxy27.49580.46950.4351
Hunter Lab52.43649.248829.8888
CIE-Lab59.430514.062053.8239

#bd842b color RGB value is (189,132,43).

#bd842b hex color red value is 189, green value is 132 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bd842b hue: 0.10 , saturation: 0.63 and the lightness value of bd842b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 00101011
Octal 275 204 53
Decimal 189 132 43
Hex BD 84 2B

RGB Percentages of Color #bd842b

%51.92
%36.26
%11.81

CMYK Percentages of Color #bd842b

%0
%30
%77
%26

Triadic Colors of #bd842b

#bd842b #2bbd84 #842bbd

Analogous Colors of #bd842b

#bd842b #adbd2b #bd3b2b

Monochromatic Colors of #bd842b

#bd842b

Complementary Color

#bd842b #2b64bd

#bd842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd842b Color CSS Codes

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

#bd842b Text Font Color

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

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


#bd842b Background Color

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

This div background color is #bd842b


#bd842b Border Color

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

This div border color is #bd842b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd842b


Comments

No comments written yet.

Please login to write comment.