COLOR #B9AB7E

HEX: #B9AB7E
RGB: (185,171,126)

Color info

#B9AB7E contains red, green and blue colors in about the same proportion. Web safe color of #B9AB7E is #CC9966 (or #C96).

RGB color model

#B9AB7E color RGB value is (185,171,126).

  • red value is 185;
  • green value is 171;
  • blue value is 126.
RGB:
(185,171,126)
(73%,67%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 126 of 255 = 49%

185
171
126

R + G + B ~ 63%. #B9AB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 126 = 482 (100%)
R 185 of 482 ~ 38.38%
G 171 of 482 ~ 35.48%
B 126 of 482 ~ 26.14%

%38.38
%35.48
%26.14

CMYK color model

#B9AB7E color CMYK value is (0,8,32,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(0,8,32,27)
C0M8Y32K27 
(0%,8%,32%,27%)
(0.00/0.08/0.32/0.27)	

CMYK percentages

%0
%7.57
%31.89
%27.45

Codes

Color #B9AB7E in popluar color models

B9AB7E
RGB185171126
HSL46°29.65%60.98%
HSB/HSV46°31.89%72.55%
CMYK0.00%7.57%31.89%
27.45%

Color #B9AB7E in popluar number systems.

HEXB9AB7E
Decimal185171126
Binary10111001101010111111110
Octal271253176

Shades and tints

Shades of #B9AB7E

#B9AB7E
(185,171,126)
#A99C73
(169,156,115)
#998D68
(153,141,104)
#897E5D
(137,126,93)
#796F52
(121,111,82)
#696047
(105,96,71)
#59513C
(89,81,60)
#494231
(73,66,49)
#393326
(57,51,38)
#29241B
(41,36,27)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9AB7E

#B9AB7E
(185,171,126)
#BFB289
(191,178,137)
#C5B994
(197,185,148)
#CBC09F
(203,192,159)
#D1C7AA
(209,199,170)
#D7CEB5
(215,206,181)
#DDD5C0
(221,213,192)
#E3DCCB
(227,220,203)
#E9E3D6
(233,227,214)
#EFEAE1
(239,234,225)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AB7E color. Also use rgb(185,171,126) instead hex code.

Text Font Color

.myTextColor { color: #B9AB7E; }

<p style="color:#B9AB7E">This sample text font color is #B9AB7E.</p>

This text font color is #B9AB7E.


Background Color

.myBgColor { background-color: #B9AB7E; }

<div style="background-color:#B9AB7E">Inner text</div>

This div background color is #B9AB7E.


Border color

.myBorderColor { border: 1px solid #B9AB7E; }

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

This div border color is #B9AB7E.


Opacity

.myOpacity80 { color: #B9AB7E; opacity: 0.8; }

<p style="color:#B9AB7E;opacity:0.8;">80%</p>

Text with #B9AB7E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B9AB7E;}

<p style="text-shadow: 3px 3px 1px #B9AB7E">Text here.</p>

This text has shadow with #B9AB7E color.

.textShadow {text-shadow: 3px 3px 1px #B9AB7E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B9AB7E, 5px 5px 20px red">Text here.</p>

This text has shadow with #B9AB7E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9AB7E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B9AB7E, Direction=45, Strength=4)">Text</p>

This text has shadow with #B9AB7E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B9AB7E;
  -webkit-box-shadow:	1px 1px 3px 2px #B9AB7E;
  box-shadow:		1px 1px 3px 2px #B9AB7E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9AB7E;
-webkit-box-shadow: 1px 1px 3px 2px #B9AB7E;
box-shadow:1px 1px 3px 2px #B9AB7E;">
Div content here</div>
This div box has shadow with color #B9AB7E.

Preview

Color preview on black background

This text has color #B9AB7E on black background.


Color preview on white background

This text has color #B9AB7E on white background.



Black color preview on #B9AB7E background

This text has black color on #B9AB7E background.


White color preview on #B9AB7E background

This text has white color on #B9AB7E background.