COLOR #B9B2A9

HEX: #B9B2A9 RGB: (185,178,169)

Color info

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

RGB color model

#B9B2A9 color RGB value is (185,178,169).

RGB: (185,178,169) (73%, 70%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 169 of 255 = 66%

185
178
169

R + G + B ~ 70%. #B9B2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 169 = 532 (100%)
R 185 of 532 ~ 34.77%
G 178 of 532 ~ 33.46%
B 169 of 532 ~ 31.77'%

%34.77
%33.46
%31.77

CMYK color model

#B9B2A9 color CMYK value is (0,4,9,27).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 8.65%
  • key color value is 27.45%

CMYK: (0,4,9,27)
C0M4Y9K27 (0%, 4%, 9%, 27%)
(0.00 / 0.04 / 0.09 / 0.27)

CMYK percentages

%0
%3.78
%8.65
%27.45

Codes

Color #B9B2A9 in popluar color models

B9 B2 A9
RGB 185 178 169
HSL 34° 10.26% 69.41%
HSB/HSV 34° 8.65% 72.55%
CMYK 0.00% 3.78% 8.65%
27.45%

Color #B9B2A9 in popluar number systems.

HEX B9 B2 A9
Decimal 185 178 169
Binary 10111001 10110010 10101001
Octal 271 262 251

Shades and tints

Shades of #B9B2A9

#B9B2A9
(185,178,169)
#A9A29A
(169,162,154)
#99928B
(153,146,139)
#89827C
(137,130,124)
#79726D
(121,114,109)
#69625E
(105,98,94)
#59524F
(89,82,79)
#494240
(73,66,64)
#393231
(57,50,49)
#292222
(41,34,34)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B9B2A9

#B9B2A9
(185,178,169)
#BFB9B0
(191,185,176)
#C5C0B7
(197,192,183)
#CBC7BE
(203,199,190)
#D1CEC5
(209,206,197)
#D7D5CC
(215,213,204)
#DDDCD3
(221,220,211)
#E3E3DA
(227,227,218)
#E9EAE1
(233,234,225)
#EFF1E8
(239,241,232)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B2A9 color. Also use rgb(185,178,169) instead hex code.

Text Font Color

.myTextColor { color: #B9B2A9; }

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

This text font color is #B9B2A9.

Background Color

.myBgColor { background-color: #B9B2A9; }

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

This div background color is #B9B2A9.

Border color

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

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

This div border color is #B9B2A9.

Opacity

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

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

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

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

This text has shadow with #B9B2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B2A9.

Preview

Color preview on black background

This text has color #B9B2A9 on black background.


Color preview on white background

This text has color #B9B2A9 on white background.


Black color preview on #B9B2A9 background

This text has black color on #B9B2A9 background.


White color preview on #B9B2A9 background

This text has white color on #B9B2A9 background.


Related colors

Complementary color

Complementary color for #hex is #464D56.


I love getcolorcode.com

Triadic colors

1 #A9B9B2 and #B2A9B9 with #B9B2A9 are triadic colors.

2 #A9B2B9 and #B2B9A9 with #B9B2A9 are triadic colors.