COLOR #B9A29B

HEX: #B9A29B RGB: (185,162,155)

Color info

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

RGB color model

#B9A29B color RGB value is (185,162,155).

RGB: (185,162,155) (73%, 64%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 155 of 255 = 61%

185
162
155

R + G + B ~ 66%. #B9A29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 162 + 155 = 502 (100%)
R 185 of 502 ~ 36.85%
G 162 of 502 ~ 32.27%
B 155 of 502 ~ 30.88'%

%36.85
%32.27
%30.88

CMYK color model

#B9A29B color CMYK value is (0,12,16,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 16.22%
  • key color value is 27.45%

CMYK: (0,12,16,27)
C0M12Y16K27 (0%, 12%, 16%, 27%)
(0.00 / 0.12 / 0.16 / 0.27)

CMYK percentages

%0
%12.43
%16.22
%27.45

Codes

Color #B9A29B in popluar color models

B9 A2 9B
RGB 185 162 155
HSL 14° 17.65% 66.67%
HSB/HSV 14° 16.22% 72.55%
CMYK 0.00% 12.43% 16.22%
27.45%

Color #B9A29B in popluar number systems.

HEX B9 A2 9B
Decimal 185 162 155
Binary 10111001 10100010 10011011
Octal 271 242 233

Shades and tints

Shades of #B9A29B

#B9A29B
(185,162,155)
#A9948D
(169,148,141)
#99867F
(153,134,127)
#897871
(137,120,113)
#796A63
(121,106,99)
#695C55
(105,92,85)
#594E47
(89,78,71)
#494039
(73,64,57)
#39322B
(57,50,43)
#29241D
(41,36,29)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #B9A29B

#B9A29B
(185,162,155)
#BFAAA4
(191,170,164)
#C5B2AD
(197,178,173)
#CBBAB6
(203,186,182)
#D1C2BF
(209,194,191)
#D7CAC8
(215,202,200)
#DDD2D1
(221,210,209)
#E3DADA
(227,218,218)
#E9E2E3
(233,226,227)
#EFEAEC
(239,234,236)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A29B color. Also use rgb(185,162,155) instead hex code.

Text Font Color

.myTextColor { color: #B9A29B; }

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

This text font color is #B9A29B.

Background Color

.myBgColor { background-color: #B9A29B; }

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

This div background color is #B9A29B.

Border color

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

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

This div border color is #B9A29B.

Opacity

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

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

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

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

This text has shadow with #B9A29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A29B.

Preview

Color preview on black background

This text has color #B9A29B on black background.


Color preview on white background

This text has color #B9A29B on white background.


Black color preview on #B9A29B background

This text has black color on #B9A29B background.


White color preview on #B9A29B background

This text has white color on #B9A29B background.


Related colors

Complementary color

Complementary color for #hex is #465D64.


I love getcolorcode.com

Triadic colors

1 #9BB9A2 and #A29BB9 with #B9A29B are triadic colors.

2 #9BA2B9 and #A2B99B with #B9A29B are triadic colors.