Color Hex Logo

#bd877a Color Hex

#BD877A
(189,135,122)
0 Favorites   0 Comments

Color spaces of #bd877a

RGB 189135122
HSL0.030.340.61
HSV12°35°74°
CMYK 0.000.290.35   0.26
XYZ33.163129.551922.3686
Yxy29.55190.38980.3473
Hunter Lab54.361713.760313.6567
CIE-Lab61.265618.958115.2055

#bd877a color RGB value is (189,135,122).

#bd877a hex color red value is 189, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd877a hue: 0.03 , saturation: 0.34 and the lightness value of bd877a is 0.61.

The process color (four color CMYK) of #bd877a color hex is 0.00, 0.29, 0.35, 0.26. Web safe color of #bd877a is #cc9966. Color #bd877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 01111010
Octal 275 207 172
Decimal 189 135 122
Hex BD 87 7A

RGB Percentages of Color #bd877a

%42.38
%30.27
%27.35

CMYK Percentages of Color #bd877a

%0
%29
%35
%26

Triadic Colors of #bd877a

#bd877a #7abd87 #877abd

Analogous Colors of #bd877a

#bd877a #bda97a #bd7a8f

Monochromatic Colors of #bd877a

#bd877a

Complementary Color

#bd877a #7ab0bd

#bd877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd877a Color CSS Codes

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

#bd877a Text Font Color

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

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


#bd877a Background Color

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

This div background color is #bd877a


#bd877a Border Color

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

This div border color is #bd877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd877a


Comments

No comments written yet.

Please login to write comment.