Color Hex Logo

#b9997f Color Hex

#B9997F
(185,153,127)
0 Favorites   0 Comments

Color spaces of #b9997f

RGB 185153127
HSL0.070.290.61
HSV27°31°73°
CMYK 0.000.170.31   0.27
XYZ35.229634.629124.9060
Yxy34.62910.37180.3654
Hunter Lab58.84653.881116.0988
CIE-Lab65.45898.048418.1318

#b9997f color RGB value is (185,153,127).

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

The process color (four color CMYK) of #b9997f color hex is 0.00, 0.17, 0.31, 0.27. Web safe color of #b9997f is #cc9966. Color #b9997f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 01111111
Octal 271 231 177
Decimal 185 153 127
Hex B9 99 7F

RGB Percentages of Color #b9997f

%39.78
%32.90
%27.31

CMYK Percentages of Color #b9997f

%0
%17
%31
%27

Triadic Colors of #b9997f

#b9997f #7fb999 #997fb9

Analogous Colors of #b9997f

#b9997f #b9b67f #b97f82

Monochromatic Colors of #b9997f

#b9997f

Complementary Color

#b9997f #7f9fb9

#b9997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9997f Color CSS Codes

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

#b9997f Text Font Color

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

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


#b9997f Background Color

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

This div background color is #b9997f


#b9997f Border Color

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

This div border color is #b9997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9997f


Comments

No comments written yet.

Please login to write comment.