COLOR #B9A5AB

HEX: #B9A5AB RGB: (185,165,171)

Color info

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

RGB color model

#B9A5AB color RGB value is (185,165,171).

RGB: (185,165,171) (73%, 65%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 171 of 255 = 67%

185
165
171

R + G + B ~ 68%. #B9A5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 165 + 171 = 521 (100%)
R 185 of 521 ~ 35.51%
G 165 of 521 ~ 31.67%
B 171 of 521 ~ 32.82'%

%35.51
%31.67
%32.82

CMYK color model

#B9A5AB color CMYK value is (0,11,8,27).

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

CMYK: (0,11,8,27)
C0M11Y8K27 (0%, 11%, 8%, 27%)
(0.00 / 0.11 / 0.08 / 0.27)

CMYK percentages

%0
%10.81
%7.57
%27.45

Codes

Color #B9A5AB in popluar color models

B9 A5 AB
RGB 185 165 171
HSL 342° 12.50% 68.63%
HSB/HSV 342° 10.81% 72.55%
CMYK 0.00% 10.81% 7.57%
27.45%

Color #B9A5AB in popluar number systems.

HEX B9 A5 AB
Decimal 185 165 171
Binary 10111001 10100101 10101011
Octal 271 245 253

Shades and tints

Shades of #B9A5AB

#B9A5AB
(185,165,171)
#A9969C
(169,150,156)
#99878D
(153,135,141)
#89787E
(137,120,126)
#79696F
(121,105,111)
#695A60
(105,90,96)
#594B51
(89,75,81)
#493C42
(73,60,66)
#392D33
(57,45,51)
#291E24
(41,30,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B9A5AB

#B9A5AB
(185,165,171)
#BFADB2
(191,173,178)
#C5B5B9
(197,181,185)
#CBBDC0
(203,189,192)
#D1C5C7
(209,197,199)
#D7CDCE
(215,205,206)
#DDD5D5
(221,213,213)
#E3DDDC
(227,221,220)
#E9E5E3
(233,229,227)
#EFEDEA
(239,237,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A5AB; }

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

This text font color is #B9A5AB.

Background Color

.myBgColor { background-color: #B9A5AB; }

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

This div background color is #B9A5AB.

Border color

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

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

This div border color is #B9A5AB.

Opacity

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

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

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

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

This text has shadow with #B9A5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A5AB.

Preview

Color preview on black background

This text has color #B9A5AB on black background.


Color preview on white background

This text has color #B9A5AB on white background.


Black color preview on #B9A5AB background

This text has black color on #B9A5AB background.


White color preview on #B9A5AB background

This text has white color on #B9A5AB background.


Related colors

Complementary color

Complementary color for #hex is #465A54.


I love getcolorcode.com

Triadic colors

1 #ABB9A5 and #A5ABB9 with #B9A5AB are triadic colors.

2 #ABA5B9 and #A5B9AB with #B9A5AB are triadic colors.