COLOR #B9ABA0

HEX: #B9ABA0 RGB: (185,171,160)

Color info

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

RGB color model

#B9ABA0 color RGB value is (185,171,160).

RGB: (185,171,160) (73%, 67%, 63%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 160 of 255 = 63%

185
171
160

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 160 = 516 (100%)
R 185 of 516 ~ 35.85%
G 171 of 516 ~ 33.14%
B 160 of 516 ~ 31.01'%

%35.85
%33.14
%31.01

CMYK color model

#B9ABA0 color CMYK value is (0,8,14,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK: (0,8,14,27) C0M8Y14K27 (0%,8%,14%,27%) (0.00/0.08/0.14/0.27) 

CMYK percentages

%0
%7.57
%13.51
%27.45

Codes

Color #B9ABA0 in popluar color models

B9 AB A0
RGB 185 171 160
HSL 26° 15.15% 67.65%
HSB/HSV 26° 13.51% 72.55%
CMYK 0.00% 7.57% 13.51%
27.45%

Color #B9ABA0 in popluar number systems.

HEX B9 AB A0
Decimal 185 171 160
Binary 10111001 10101011 10100000
Octal 271 253 240

Shades and tints

Shades of #B9ABA0

#B9ABA0
(185,171,160)
#A99C92
(169,156,146)
#998D84
(153,141,132)
#897E76
(137,126,118)
#796F68
(121,111,104)
#69605A
(105,96,90)
#59514C
(89,81,76)
#49423E
(73,66,62)
#393330
(57,51,48)
#292422
(41,36,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #B9ABA0

#B9ABA0
(185,171,160)
#BFB2A8
(191,178,168)
#C5B9B0
(197,185,176)
#CBC0B8
(203,192,184)
#D1C7C0
(209,199,192)
#D7CEC8
(215,206,200)
#DDD5D0
(221,213,208)
#E3DCD8
(227,220,216)
#E9E3E0
(233,227,224)
#EFEAE8
(239,234,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABA0; }

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

This text font color is #B9ABA0.

Background Color

.myBgColor { background-color: #B9ABA0; }

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

This div background color is #B9ABA0.

Border color

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

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

This div border color is #B9ABA0.

Opacity

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

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

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

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

This text has shadow with #B9ABA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABA0.

Preview

Color preview on black background

This text has color #B9ABA0 on black background.


Color preview on white background

This text has color #B9ABA0 on white background.


Black color preview on #B9ABA0 background

This text has black color on #B9ABA0 background.


White color preview on #B9ABA0 background

This text has white color on #B9ABA0 background.


Related colors

Complementary color

Complementary color for #hex is #46545F.


I love getcolorcode.com

Triadic colors

1 #A0B9AB and #ABA0B9 with #B9ABA0 are triadic colors.

2 #A0ABB9 and #ABB9A0 with #B9ABA0 are triadic colors.