Color Hex Logo

#bd997f Color Hex

#BD997F
(189,153,127)
0 Favorites   0 Comments

Color spaces of #bd997f

RGB 189153127
HSL0.070.320.62
HSV25°33°74°
CMYK 0.000.190.33   0.26
XYZ36.208335.133624.9518
Yxy35.13360.37600.3649
Hunter Lab59.27365.311016.5328
CIE-Lab65.85259.647118.7356

#bd997f color RGB value is (189,153,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 01111111
Octal 275 231 177
Decimal 189 153 127
Hex BD 99 7F

RGB Percentages of Color #bd997f

%40.30
%32.62
%27.08

CMYK Percentages of Color #bd997f

%0
%19
%33
%26

Triadic Colors of #bd997f

#bd997f #7fbd99 #997fbd

Analogous Colors of #bd997f

#bd997f #bdb87f #bd7f84

Monochromatic Colors of #bd997f

#bd997f

Complementary Color

#bd997f #7fa3bd

#bd997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd997f Color CSS Codes

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

#bd997f Text Font Color

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

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


#bd997f Background Color

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

This div background color is #bd997f


#bd997f Border Color

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

This div border color is #bd997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd997f


Comments

No comments written yet.

Please login to write comment.