COLOR #B09A96

HEX: #B09A96
RGB: (176,154,150)

Color info

#B09A96 contains red, green and blue colors in about the same proportion. Web safe color of #B09A96 is #999999 (or #999).

RGB color model

#B09A96 color RGB value is (176,154,150).

  • red value is 176;
  • green value is 154;
  • blue value is 150.
RGB:
(176,154,150)
(69%,60%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 150 of 255 = 59%

176
154
150

R + G + B ~ 63%. #B09A96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 150 = 480 (100%)
R 176 of 480 ~ 36.67%
G 154 of 480 ~ 32.08%
B 150 of 480 ~ 31.25%

%36.67
%32.08
%31.25

CMYK color model

#B09A96 color CMYK value is (0,13,15,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(0,13,15,31)
C0M13Y15K31 
(0%,13%,15%,31%)
(0.00/0.13/0.15/0.31)	

CMYK percentages

%0
%12.5
%14.77
%30.98

Codes

Color #B09A96 in popluar color models

B09A96
RGB176154150
HSL14.13%63.92%
HSB/HSV14.77%69.02%
CMYK0.00%12.50%14.77%
30.98%

Color #B09A96 in popluar number systems.

HEXB09A96
Decimal176154150
Binary101100001001101010010110
Octal260232226

Shades and tints

Shades of #B09A96

#B09A96
(176,154,150)
#A08C89
(160,140,137)
#907E7C
(144,126,124)
#80706F
(128,112,111)
#706262
(112,98,98)
#605455
(96,84,85)
#504648
(80,70,72)
#40383B
(64,56,59)
#302A2E
(48,42,46)
#201C21
(32,28,33)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #B09A96

#B09A96
(176,154,150)
#B7A39F
(183,163,159)
#BEACA8
(190,172,168)
#C5B5B1
(197,181,177)
#CCBEBA
(204,190,186)
#D3C7C3
(211,199,195)
#DAD0CC
(218,208,204)
#E1D9D5
(225,217,213)
#E8E2DE
(232,226,222)
#EFEBE7
(239,235,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09A96 color. Also use rgb(176,154,150) instead hex code.

Text Font Color

.myTextColor { color: #B09A96; }

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

This text font color is #B09A96.


Background Color

.myBgColor { background-color: #B09A96; }

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

This div background color is #B09A96.


Border color

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

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

This div border color is #B09A96.


Opacity

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

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

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

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

This text has shadow with #B09A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09A96 on black background.


Color preview on white background

This text has color #B09A96 on white background.



Black color preview on #B09A96 background

This text has black color on #B09A96 background.


White color preview on #B09A96 background

This text has white color on #B09A96 background.