Color Hex Logo

#bd867a Color Hex

#BD867A
(189,134,122)
0 Favorites   0 Comments

Color spaces of #bd867a

RGB 189134122
HSL0.030.340.61
HSV11°35°74°
CMYK 0.000.290.35   0.26
XYZ33.024229.274222.3223
Yxy29.27420.39030.3459
Hunter Lab54.105614.265313.4127
CIE-Lab61.022919.512414.8684

#bd867a color RGB value is (189,134,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 01111010
Octal 275 206 172
Decimal 189 134 122
Hex BD 86 7A

RGB Percentages of Color #bd867a

%42.47
%30.11
%27.42

CMYK Percentages of Color #bd867a

%0
%29
%35
%26

Triadic Colors of #bd867a

#bd867a #7abd86 #867abd

Analogous Colors of #bd867a

#bd867a #bda87a #bd7a90

Monochromatic Colors of #bd867a

#bd867a

Complementary Color

#bd867a #7ab1bd

#bd867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd867a Color CSS Codes

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

#bd867a Text Font Color

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

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


#bd867a Background Color

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

This div background color is #bd867a


#bd867a Border Color

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

This div border color is #bd867a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,134,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 #bd867a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd867a


Comments

No comments written yet.

Please login to write comment.