COLOR #B9AB7C

HEX: #B9AB7C
RGB: (185,171,124)

Color info

#B9AB7C contains mainly red and green colors. Web safe color of #B9AB7C is #CC9966 (or #C96).

RGB color model

#B9AB7C color RGB value is (185,171,124).

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

RGB channels and saturation

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

185
171
124

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

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 124 = 480 (100%)
R 185 of 480 ~ 38.54%
G 171 of 480 ~ 35.63%
B 124 of 480 ~ 25.83%

%38.54
%35.63
%25.83

CMYK color model

#B9AB7C color CMYK value is (0,8,33,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(0,8,33,27)
C0M8Y33K27 
(0%,8%,33%,27%)
(0.00/0.08/0.33/0.27)	

CMYK percentages

%0
%7.57
%32.97
%27.45

Codes

Color #B9AB7C in popluar color models

B9AB7C
RGB185171124
HSL46°30.35%60.59%
HSB/HSV46°32.97%72.55%
CMYK0.00%7.57%32.97%
27.45%

Color #B9AB7C in popluar number systems.

HEXB9AB7C
Decimal185171124
Binary10111001101010111111100
Octal271253174

Shades and tints

Shades of #B9AB7C

#B9AB7C
(185,171,124)
#A99C71
(169,156,113)
#998D66
(153,141,102)
#897E5B
(137,126,91)
#796F50
(121,111,80)
#696045
(105,96,69)
#59513A
(89,81,58)
#49422F
(73,66,47)
#393324
(57,51,36)
#292419
(41,36,25)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B9AB7C

#B9AB7C
(185,171,124)
#BFB287
(191,178,135)
#C5B992
(197,185,146)
#CBC09D
(203,192,157)
#D1C7A8
(209,199,168)
#D7CEB3
(215,206,179)
#DDD5BE
(221,213,190)
#E3DCC9
(227,220,201)
#E9E3D4
(233,227,212)
#EFEADF
(239,234,223)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AB7C; }

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

This text font color is #B9AB7C.


Background Color

.myBgColor { background-color: #B9AB7C; }

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

This div background color is #B9AB7C.


Border color

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

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

This div border color is #B9AB7C.


Opacity

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

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

Text with #B9AB7C 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 #B9AB7C;}

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

This text has shadow with #B9AB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AB7C on black background.


Color preview on white background

This text has color #B9AB7C on white background.



Black color preview on #B9AB7C background

This text has black color on #B9AB7C background.


White color preview on #B9AB7C background

This text has white color on #B9AB7C background.