Color Hex Logo

#bd854a Color Hex

#BD854A
(189,133,74)
0 Favorites   0 Comments

Color spaces of #bd854a

RGB 18913374
HSL0.090.470.52
HSV31°61°74°
CMYK 0.000.300.61   0.26
XYZ30.609828.088310.2868
Yxy28.08830.44370.4072
Hunter Lab52.998410.347425.5909
CIE-Lab59.968415.273539.8902

#bd854a color RGB value is (189,133,74).

#bd854a hex color red value is 189, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd854a hue: 0.09 , saturation: 0.47 and the lightness value of bd854a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 01001010
Octal 275 205 112
Decimal 189 133 74
Hex BD 85 4A

RGB Percentages of Color #bd854a

%47.73
%33.59
%18.69

CMYK Percentages of Color #bd854a

%0
%30
%61
%26

Triadic Colors of #bd854a

#bd854a #4abd85 #854abd

Analogous Colors of #bd854a

#bd854a #bcbd4a #bd4c4a

Monochromatic Colors of #bd854a

#bd854a

Complementary Color

#bd854a #4a82bd

#bd854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd854a Color CSS Codes

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

#bd854a Text Font Color

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

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


#bd854a Background Color

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

This div background color is #bd854a


#bd854a Border Color

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

This div border color is #bd854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd854a


Comments

No comments written yet.

Please login to write comment.