Color Hex Logo

#bd884d Color Hex

#BD884D
(189,136,77)
1 Favorites   0 Comments

Color spaces of #bd884d

RGB 18913677
HSL0.090.460.52
HSV32°59°74°
CMYK 0.000.280.59   0.26
XYZ31.130028.963010.9709
Yxy28.96300.43810.4076
Hunter Lab53.81739.071125.5856
CIE-Lab60.749013.839739.2599

#bd884d color RGB value is (189,136,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 01001101
Octal 275 210 115
Decimal 189 136 77
Hex BD 88 4D

RGB Percentages of Color #bd884d

%47.01
%33.83
%19.15

CMYK Percentages of Color #bd884d

%0
%28
%59
%26

Triadic Colors of #bd884d

#bd884d #4dbd88 #884dbd

Analogous Colors of #bd884d

#bd884d #babd4d #bd504d

Monochromatic Colors of #bd884d

#bd884d

Complementary Color

#bd884d #4d82bd

#bd884d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd884d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd884d Color CSS Codes

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

#bd884d Text Font Color

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

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


#bd884d Background Color

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

This div background color is #bd884d


#bd884d Border Color

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

This div border color is #bd884d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd884d


Comments

No comments written yet.

Please login to write comment.