COLOR #B9A295

HEX: #B9A295
RGB: (185,162,149)

Color info

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

RGB color model

#B9A295 color RGB value is (185,162,149).

  • red value is 185;
  • green value is 162;
  • blue value is 149.
RGB:
(185,162,149)
(73%,64%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 149 of 255 = 58%

185
162
149

R + G + B ~ 65%. #B9A295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 149 = 496 (100%)
R 185 of 496 ~ 37.3%
G 162 of 496 ~ 32.66%
B 149 of 496 ~ 30.04%

%37.3
%32.66
%30.04

CMYK color model

#B9A295 color CMYK value is (0,12,19,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(0,12,19,27)
C0M12Y19K27 
(0%,12%,19%,27%)
(0.00/0.12/0.19/0.27)	

CMYK percentages

%0
%12.43
%19.46
%27.45

Codes

Color #B9A295 in popluar color models

B9A295
RGB185162149
HSL22°20.45%65.49%
HSB/HSV22°19.46%72.55%
CMYK0.00%12.43%19.46%
27.45%

Color #B9A295 in popluar number systems.

HEXB9A295
Decimal185162149
Binary101110011010001010010101
Octal271242225

Shades and tints

Shades of #B9A295

#B9A295
(185,162,149)
#A99488
(169,148,136)
#99867B
(153,134,123)
#89786E
(137,120,110)
#796A61
(121,106,97)
#695C54
(105,92,84)
#594E47
(89,78,71)
#49403A
(73,64,58)
#39322D
(57,50,45)
#292420
(41,36,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9A295

#B9A295
(185,162,149)
#BFAA9E
(191,170,158)
#C5B2A7
(197,178,167)
#CBBAB0
(203,186,176)
#D1C2B9
(209,194,185)
#D7CAC2
(215,202,194)
#DDD2CB
(221,210,203)
#E3DAD4
(227,218,212)
#E9E2DD
(233,226,221)
#EFEAE6
(239,234,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A295 color. Also use rgb(185,162,149) instead hex code.

Text Font Color

.myTextColor { color: #B9A295; }

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

This text font color is #B9A295.


Background Color

.myBgColor { background-color: #B9A295; }

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

This div background color is #B9A295.


Border color

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

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

This div border color is #B9A295.


Opacity

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

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

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

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

This text has shadow with #B9A295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A295 on black background.


Color preview on white background

This text has color #B9A295 on white background.



Black color preview on #B9A295 background

This text has black color on #B9A295 background.


White color preview on #B9A295 background

This text has white color on #B9A295 background.