COLOR #B9A48B

HEX: #B9A48B
RGB: (185,164,139)

Color info

#B9A48B contains red, green and blue colors in about the same proportion. Web safe color of #B9A48B is #CC9999 (or #C99).

RGB color model

#B9A48B color RGB value is (185,164,139).

  • red value is 185;
  • green value is 164;
  • blue value is 139.
RGB:
(185,164,139)
(73%,64%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 139 of 255 = 55%

185
164
139

R + G + B ~ 64%. #B9A48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 139 = 488 (100%)
R 185 of 488 ~ 37.91%
G 164 of 488 ~ 33.61%
B 139 of 488 ~ 28.48%

%37.91
%33.61
%28.48

CMYK color model

#B9A48B color CMYK value is (0,11,25,27).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(0,11,25,27)
C0M11Y25K27 
(0%,11%,25%,27%)
(0.00/0.11/0.25/0.27)	

CMYK percentages

%0
%11.35
%24.86
%27.45

Codes

Color #B9A48B in popluar color models

B9A48B
RGB185164139
HSL33°24.73%63.53%
HSB/HSV33°24.86%72.55%
CMYK0.00%11.35%24.86%
27.45%

Color #B9A48B in popluar number systems.

HEXB9A48B
Decimal185164139
Binary101110011010010010001011
Octal271244213

Shades and tints

Shades of #B9A48B

#B9A48B
(185,164,139)
#A9967F
(169,150,127)
#998873
(153,136,115)
#897A67
(137,122,103)
#796C5B
(121,108,91)
#695E4F
(105,94,79)
#595043
(89,80,67)
#494237
(73,66,55)
#39342B
(57,52,43)
#29261F
(41,38,31)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9A48B

#B9A48B
(185,164,139)
#BFAC95
(191,172,149)
#C5B49F
(197,180,159)
#CBBCA9
(203,188,169)
#D1C4B3
(209,196,179)
#D7CCBD
(215,204,189)
#DDD4C7
(221,212,199)
#E3DCD1
(227,220,209)
#E9E4DB
(233,228,219)
#EFECE5
(239,236,229)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A48B color. Also use rgb(185,164,139) instead hex code.

Text Font Color

.myTextColor { color: #B9A48B; }

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

This text font color is #B9A48B.


Background Color

.myBgColor { background-color: #B9A48B; }

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

This div background color is #B9A48B.


Border color

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

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

This div border color is #B9A48B.


Opacity

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

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

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

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

This text has shadow with #B9A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A48B on black background.


Color preview on white background

This text has color #B9A48B on white background.



Black color preview on #B9A48B background

This text has black color on #B9A48B background.


White color preview on #B9A48B background

This text has white color on #B9A48B background.