COLOR #B9A8A1

HEX: #B9A8A1
RGB: (185,168,161)

Color info

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

RGB color model

#B9A8A1 color RGB value is (185,168,161).

  • red value is 185;
  • green value is 168;
  • blue value is 161.
RGB:
(185,168,161)
(73%,66%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 161 of 255 = 63%

185
168
161

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

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 161 = 514 (100%)
R 185 of 514 ~ 35.99%
G 168 of 514 ~ 32.68%
B 161 of 514 ~ 31.32%

%35.99
%32.68
%31.32

CMYK color model

#B9A8A1 color CMYK value is (0,9,13,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(0,9,13,27)
C0M9Y13K27 
(0%,9%,13%,27%)
(0.00/0.09/0.13/0.27)	

CMYK percentages

%0
%9.19
%12.97
%27.45

Codes

Color #B9A8A1 in popluar color models

B9A8A1
RGB185168161
HSL18°14.63%67.84%
HSB/HSV18°12.97%72.55%
CMYK0.00%9.19%12.97%
27.45%

Color #B9A8A1 in popluar number systems.

HEXB9A8A1
Decimal185168161
Binary101110011010100010100001
Octal271250241

Shades and tints

Shades of #B9A8A1

#B9A8A1
(185,168,161)
#A99993
(169,153,147)
#998A85
(153,138,133)
#897B77
(137,123,119)
#796C69
(121,108,105)
#695D5B
(105,93,91)
#594E4D
(89,78,77)
#493F3F
(73,63,63)
#393031
(57,48,49)
#292123
(41,33,35)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9A8A1

#B9A8A1
(185,168,161)
#BFAFA9
(191,175,169)
#C5B6B1
(197,182,177)
#CBBDB9
(203,189,185)
#D1C4C1
(209,196,193)
#D7CBC9
(215,203,201)
#DDD2D1
(221,210,209)
#E3D9D9
(227,217,217)
#E9E0E1
(233,224,225)
#EFE7E9
(239,231,233)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A8A1 color. Also use rgb(185,168,161) instead hex code.

Text Font Color

.myTextColor { color: #B9A8A1; }

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

This text font color is #B9A8A1.


Background Color

.myBgColor { background-color: #B9A8A1; }

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

This div background color is #B9A8A1.


Border color

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

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

This div border color is #B9A8A1.


Opacity

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

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

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

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

This text has shadow with #B9A8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A8A1 on black background.


Color preview on white background

This text has color #B9A8A1 on white background.



Black color preview on #B9A8A1 background

This text has black color on #B9A8A1 background.


White color preview on #B9A8A1 background

This text has white color on #B9A8A1 background.