Color Hex Logo

#bd884f Color Hex

#BD884F
(189,136,79)
0 Favorites   0 Comments

Color spaces of #bd884f

RGB 18913679
HSL0.090.450.53
HSV31°58°74°
CMYK 0.000.280.58   0.26
XYZ31.201728.991611.3486
Yxy28.99160.43610.4052
Hunter Lab53.84389.211325.1942
CIE-Lab60.774213.995338.2474

#bd884f color RGB value is (189,136,79).

#bd884f hex color red value is 189, green value is 136 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd884f hue: 0.09 , saturation: 0.45 and the lightness value of bd884f is 0.53.

The process color (four color CMYK) of #bd884f color hex is 0.00, 0.28, 0.58, 0.26. Web safe color of #bd884f is #cc9966. Color #bd884f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 01001111
Octal 275 210 117
Decimal 189 136 79
Hex BD 88 4F

RGB Percentages of Color #bd884f

%46.78
%33.66
%19.55

CMYK Percentages of Color #bd884f

%0
%28
%58
%26

Triadic Colors of #bd884f

#bd884f #4fbd88 #884fbd

Analogous Colors of #bd884f

#bd884f #bbbd4f #bd514f

Monochromatic Colors of #bd884f

#bd884f

Complementary Color

#bd884f #4f84bd

#bd884f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd884f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd884f Color CSS Codes

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

#bd884f Text Font Color

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

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


#bd884f Background Color

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

This div background color is #bd884f


#bd884f Border Color

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

This div border color is #bd884f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd884f


Comments

No comments written yet.

Please login to write comment.