COLOR #B9A393

HEX: #B9A393
RGB: (185,163,147)

Color info

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

RGB color model

#B9A393 color RGB value is (185,163,147).

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

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 147 of 255 = 58%

185
163
147

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 147 = 495 (100%)
R 185 of 495 ~ 37.37%
G 163 of 495 ~ 32.93%
B 147 of 495 ~ 29.7%

%37.37
%32.93
%29.7

CMYK color model

#B9A393 color CMYK value is (0,12,21,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(0,12,21,27)
C0M12Y21K27 
(0%,12%,21%,27%)
(0.00/0.12/0.21/0.27)	

CMYK percentages

%0
%11.89
%20.54
%27.45

Codes

Color #B9A393 in popluar color models

B9A393
RGB185163147
HSL25°21.35%65.10%
HSB/HSV25°20.54%72.55%
CMYK0.00%11.89%20.54%
27.45%

Color #B9A393 in popluar number systems.

HEXB9A393
Decimal185163147
Binary101110011010001110010011
Octal271243223

Shades and tints

Shades of #B9A393

#B9A393
(185,163,147)
#A99586
(169,149,134)
#998779
(153,135,121)
#89796C
(137,121,108)
#796B5F
(121,107,95)
#695D52
(105,93,82)
#594F45
(89,79,69)
#494138
(73,65,56)
#39332B
(57,51,43)
#29251E
(41,37,30)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B9A393

#B9A393
(185,163,147)
#BFAB9C
(191,171,156)
#C5B3A5
(197,179,165)
#CBBBAE
(203,187,174)
#D1C3B7
(209,195,183)
#D7CBC0
(215,203,192)
#DDD3C9
(221,211,201)
#E3DBD2
(227,219,210)
#E9E3DB
(233,227,219)
#EFEBE4
(239,235,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A393 color. Also use rgb(185,163,147) instead hex code.

Text Font Color

.myTextColor { color: #B9A393; }

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

This text font color is #B9A393.


Background Color

.myBgColor { background-color: #B9A393; }

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

This div background color is #B9A393.


Border color

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

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

This div border color is #B9A393.


Opacity

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

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

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

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

This text has shadow with #B9A393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A393 on black background.


Color preview on white background

This text has color #B9A393 on white background.



Black color preview on #B9A393 background

This text has black color on #B9A393 background.


White color preview on #B9A393 background

This text has white color on #B9A393 background.