COLOR #B9A19E

HEX: #B9A19E
RGB: (185,161,158)

Color info

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

RGB color model

#B9A19E color RGB value is (185,161,158).

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

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 158 of 255 = 62%

185
161
158

R + G + B ~ 66%. #B9A19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 158 = 504 (100%)
R 185 of 504 ~ 36.71%
G 161 of 504 ~ 31.94%
B 158 of 504 ~ 31.35%

%36.71
%31.94
%31.35

CMYK color model

#B9A19E color CMYK value is (0,13,15,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,13,15,27)
C0M13Y15K27 
(0%,13%,15%,27%)
(0.00/0.13/0.15/0.27)	

CMYK percentages

%0
%12.97
%14.59
%27.45

Codes

Color #B9A19E in popluar color models

B9A19E
RGB185161158
HSL16.17%67.25%
HSB/HSV14.59%72.55%
CMYK0.00%12.97%14.59%
27.45%

Color #B9A19E in popluar number systems.

HEXB9A19E
Decimal185161158
Binary101110011010000110011110
Octal271241236

Shades and tints

Shades of #B9A19E

#B9A19E
(185,161,158)
#A99390
(169,147,144)
#998582
(153,133,130)
#897774
(137,119,116)
#796966
(121,105,102)
#695B58
(105,91,88)
#594D4A
(89,77,74)
#493F3C
(73,63,60)
#39312E
(57,49,46)
#292320
(41,35,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B9A19E

#B9A19E
(185,161,158)
#BFA9A6
(191,169,166)
#C5B1AE
(197,177,174)
#CBB9B6
(203,185,182)
#D1C1BE
(209,193,190)
#D7C9C6
(215,201,198)
#DDD1CE
(221,209,206)
#E3D9D6
(227,217,214)
#E9E1DE
(233,225,222)
#EFE9E6
(239,233,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A19E; }

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

This text font color is #B9A19E.


Background Color

.myBgColor { background-color: #B9A19E; }

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

This div background color is #B9A19E.


Border color

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

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

This div border color is #B9A19E.


Opacity

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

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

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

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

This text has shadow with #B9A19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A19E on black background.


Color preview on white background

This text has color #B9A19E on white background.



Black color preview on #B9A19E background

This text has black color on #B9A19E background.


White color preview on #B9A19E background

This text has white color on #B9A19E background.