COLOR #B9A5A2

HEX: #B9A5A2 RGB: (185,165,162)

Color info

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

RGB color model

#B9A5A2 color RGB value is (185,165,162).

RGB: (185,165,162) (73%, 65%, 64%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 162 of 255 = 64%

185
165
162

R + G + B ~ 67%. #B9A5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 165 + 162 = 512 (100%)
R 185 of 512 ~ 36.13%
G 165 of 512 ~ 32.23%
B 162 of 512 ~ 31.64'%

%36.13
%32.23
%31.64

CMYK color model

#B9A5A2 color CMYK value is (0,11,12,27).

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

CMYK: (0,11,12,27)
C0M11Y12K27 (0%, 11%, 12%, 27%)
(0.00 / 0.11 / 0.12 / 0.27)

CMYK percentages

%0
%10.81
%12.43
%27.45

Codes

Color #B9A5A2 in popluar color models

B9 A5 A2
RGB 185 165 162
HSL 14.11% 68.04%
HSB/HSV 12.43% 72.55%
CMYK 0.00% 10.81% 12.43%
27.45%

Color #B9A5A2 in popluar number systems.

HEX B9 A5 A2
Decimal 185 165 162
Binary 10111001 10100101 10100010
Octal 271 245 242

Shades and tints

Shades of #B9A5A2

#B9A5A2
(185,165,162)
#A99694
(169,150,148)
#998786
(153,135,134)
#897878
(137,120,120)
#79696A
(121,105,106)
#695A5C
(105,90,92)
#594B4E
(89,75,78)
#493C40
(73,60,64)
#392D32
(57,45,50)
#291E24
(41,30,36)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #B9A5A2

#B9A5A2
(185,165,162)
#BFADAA
(191,173,170)
#C5B5B2
(197,181,178)
#CBBDBA
(203,189,186)
#D1C5C2
(209,197,194)
#D7CDCA
(215,205,202)
#DDD5D2
(221,213,210)
#E3DDDA
(227,221,218)
#E9E5E2
(233,229,226)
#EFEDEA
(239,237,234)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A5A2; }

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

This text font color is #B9A5A2.

Background Color

.myBgColor { background-color: #B9A5A2; }

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

This div background color is #B9A5A2.

Border color

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

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

This div border color is #B9A5A2.

Opacity

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

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

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

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

This text has shadow with #B9A5A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A5A2.

Preview

Color preview on black background

This text has color #B9A5A2 on black background.


Color preview on white background

This text has color #B9A5A2 on white background.


Black color preview on #B9A5A2 background

This text has black color on #B9A5A2 background.


White color preview on #B9A5A2 background

This text has white color on #B9A5A2 background.


Related colors

Complementary color

Complementary color for #hex is #465A5D.


I love getcolorcode.com

Triadic colors

1 #A2B9A5 and #A5A2B9 with #B9A5A2 are triadic colors.

2 #A2A5B9 and #A5B9A2 with #B9A5A2 are triadic colors.