COLOR #B9A0A5

HEX: #B9A0A5 RGB: (185,160,165)

Color info

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

RGB color model

#B9A0A5 color RGB value is (185,160,165).

RGB: (185,160,165) (73%, 63%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 165 of 255 = 65%

185
160
165

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

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 165 = 510 (100%)
R 185 of 510 ~ 36.27%
G 160 of 510 ~ 31.37%
B 165 of 510 ~ 32.35'%

%36.27
%31.37
%32.35

CMYK color model

#B9A0A5 color CMYK value is (0,14,11,27).

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

CMYK: (0,14,11,27)
C0M14Y11K27 (0%, 14%, 11%, 27%)
(0.00 / 0.14 / 0.11 / 0.27)

CMYK percentages

%0
%13.51
%10.81
%27.45

Codes

Color #B9A0A5 in popluar color models

B9 A0 A5
RGB 185 160 165
HSL 348° 15.15% 67.65%
HSB/HSV 348° 13.51% 72.55%
CMYK 0.00% 13.51% 10.81%
27.45%

Color #B9A0A5 in popluar number systems.

HEX B9 A0 A5
Decimal 185 160 165
Binary 10111001 10100000 10100101
Octal 271 240 245

Shades and tints

Shades of #B9A0A5

#B9A0A5
(185,160,165)
#A99296
(169,146,150)
#998487
(153,132,135)
#897678
(137,118,120)
#796869
(121,104,105)
#695A5A
(105,90,90)
#594C4B
(89,76,75)
#493E3C
(73,62,60)
#39302D
(57,48,45)
#29221E
(41,34,30)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B9A0A5

#B9A0A5
(185,160,165)
#BFA8AD
(191,168,173)
#C5B0B5
(197,176,181)
#CBB8BD
(203,184,189)
#D1C0C5
(209,192,197)
#D7C8CD
(215,200,205)
#DDD0D5
(221,208,213)
#E3D8DD
(227,216,221)
#E9E0E5
(233,224,229)
#EFE8ED
(239,232,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A0A5; }

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

This text font color is #B9A0A5.

Background Color

.myBgColor { background-color: #B9A0A5; }

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

This div background color is #B9A0A5.

Border color

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

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

This div border color is #B9A0A5.

Opacity

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

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

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

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

This text has shadow with #B9A0A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A0A5.

Preview

Color preview on black background

This text has color #B9A0A5 on black background.


Color preview on white background

This text has color #B9A0A5 on white background.


Black color preview on #B9A0A5 background

This text has black color on #B9A0A5 background.


White color preview on #B9A0A5 background

This text has white color on #B9A0A5 background.


Related colors

Complementary color

Complementary color for #hex is #465F5A.


I love getcolorcode.com

Triadic colors

1 #A5B9A0 and #A0A5B9 with #B9A0A5 are triadic colors.

2 #A5A0B9 and #A0B9A5 with #B9A0A5 are triadic colors.