Color Hex Logo

#bd867d Color Hex

#BD867D
(189,134,125)
0 Favorites   0 Comments

Color spaces of #bd867d

RGB 189134125
HSL0.020.330.62
HSV34°74°
CMYK 0.000.290.34   0.26
XYZ33.213029.349723.3166
Yxy29.34970.38670.3418
Hunter Lab54.175414.625212.4049
CIE-Lab61.089019.895813.2569

#bd867d color RGB value is (189,134,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 01111101
Octal 275 206 175
Decimal 189 134 125
Hex BD 86 7D

RGB Percentages of Color #bd867d

%42.19
%29.91
%27.90

CMYK Percentages of Color #bd867d

%0
%29
%34
%26

Triadic Colors of #bd867d

#bd867d #7dbd86 #867dbd

Analogous Colors of #bd867d

#bd867d #bda67d #bd7d94

Monochromatic Colors of #bd867d

#bd867d

Complementary Color

#bd867d #7db4bd

#bd867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd867d Color CSS Codes

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

#bd867d Text Font Color

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

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


#bd867d Background Color

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

This div background color is #bd867d


#bd867d Border Color

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

This div border color is #bd867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd867d


Comments

No comments written yet.

Please login to write comment.