Color Hex Logo

#bd887e Color Hex

#BD887E
(189,136,126)
0 Favorites   0 Comments

Color spaces of #bd887e

RGB 189136126
HSL0.030.320.62
HSV10°33°74°
CMYK 0.000.280.33   0.26
XYZ33.556329.933523.7478
Yxy29.93350.38470.3431
Hunter Lab54.711513.734512.5629
CIE-Lab61.596818.916413.3992

#bd887e color RGB value is (189,136,126).

#bd887e hex color red value is 189, green value is 136 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd887e hue: 0.03 , saturation: 0.32 and the lightness value of bd887e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 01111110
Octal 275 210 176
Decimal 189 136 126
Hex BD 88 7E

RGB Percentages of Color #bd887e

%41.91
%30.16
%27.94

CMYK Percentages of Color #bd887e

%0
%28
%33
%26

Triadic Colors of #bd887e

#bd887e #7ebd88 #887ebd

Analogous Colors of #bd887e

#bd887e #bda87e #bd7e94

Monochromatic Colors of #bd887e

#bd887e

Complementary Color

#bd887e #7eb3bd

#bd887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd887e Color CSS Codes

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

#bd887e Text Font Color

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

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


#bd887e Background Color

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

This div background color is #bd887e


#bd887e Border Color

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

This div border color is #bd887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd887e


Comments

No comments written yet.

Please login to write comment.