Color Hex Logo

#bd867b Color Hex

#BD867B
(189,134,123)
0 Favorites   0 Comments

Color spaces of #bd867b

RGB 189134123
HSL0.030.330.61
HSV10°35°74°
CMYK 0.000.290.35   0.26
XYZ33.086529.299122.6503
Yxy29.29910.38910.3445
Hunter Lab54.128614.384213.0800
CIE-Lab61.044719.639214.3312

#bd867b color RGB value is (189,134,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 01111011
Octal 275 206 173
Decimal 189 134 123
Hex BD 86 7B

RGB Percentages of Color #bd867b

%42.38
%30.04
%27.58

CMYK Percentages of Color #bd867b

%0
%29
%35
%26

Triadic Colors of #bd867b

#bd867b #7bbd86 #867bbd

Analogous Colors of #bd867b

#bd867b #bda77b #bd7b91

Monochromatic Colors of #bd867b

#bd867b

Complementary Color

#bd867b #7bb2bd

#bd867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd867b Color CSS Codes

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

#bd867b Text Font Color

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

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


#bd867b Background Color

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

This div background color is #bd867b


#bd867b Border Color

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

This div border color is #bd867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd867b


Comments

No comments written yet.

Please login to write comment.