Color Hex Logo

#b9a17f Color Hex

#B9A17F
(185,161,127)
0 Favorites   0 Comments

Color spaces of #b9a17f

RGB 185161127
HSL0.100.290.61
HSV35°31°73°
CMYK 0.000.130.31   0.27
XYZ36.583237.336325.3572
Yxy37.33630.36850.3761
Hunter Lab61.1034-0.061418.1678
CIE-Lab67.52863.669620.9661

#b9a17f color RGB value is (185,161,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100001 01111111
Octal 271 241 177
Decimal 185 161 127
Hex B9 A1 7F

RGB Percentages of Color #b9a17f

%39.11
%34.04
%26.85

CMYK Percentages of Color #b9a17f

%0
%13
%31
%27

Triadic Colors of #b9a17f

#b9a17f #7fb9a1 #a17fb9

Analogous Colors of #b9a17f

#b9a17f #b4b97f #b9847f

Monochromatic Colors of #b9a17f

#b9a17f

Complementary Color

#b9a17f #7f97b9

#b9a17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a17f Color CSS Codes

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

#b9a17f Text Font Color

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

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


#b9a17f Background Color

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

This div background color is #b9a17f


#b9a17f Border Color

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

This div border color is #b9a17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a17f


Comments

No comments written yet.

Please login to write comment.