COLOR #B09996

HEX: #B09996
RGB: (176,153,150)

Color info

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

RGB color model

#B09996 color RGB value is (176,153,150).

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

RGB channels and saturation

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

176
153
150

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 150 = 479 (100%)
R 176 of 479 ~ 36.74%
G 153 of 479 ~ 31.94%
B 150 of 479 ~ 31.32%

%36.74
%31.94
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.07%
  • 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
%13.07
%14.77
%30.98

Codes

Color #B09996 in popluar color models

B09996
RGB176153150
HSL14.13%63.92%
HSB/HSV14.77%69.02%
CMYK0.00%13.07%14.77%
30.98%

Color #B09996 in popluar number systems.

HEXB09996
Decimal176153150
Binary101100001001100110010110
Octal260231226

Shades and tints

Shades of #B09996

#B09996
(176,153,150)
#A08C89
(160,140,137)
#907F7C
(144,127,124)
#80726F
(128,114,111)
#706562
(112,101,98)
#605855
(96,88,85)
#504B48
(80,75,72)
#403E3B
(64,62,59)
#30312E
(48,49,46)
#202421
(32,36,33)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B09996

#B09996
(176,153,150)
#B7A29F
(183,162,159)
#BEABA8
(190,171,168)
#C5B4B1
(197,180,177)
#CCBDBA
(204,189,186)
#D3C6C3
(211,198,195)
#DACFCC
(218,207,204)
#E1D8D5
(225,216,213)
#E8E1DE
(232,225,222)
#EFEAE7
(239,234,231)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09996; }

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

This text font color is #B09996.


Background Color

.myBgColor { background-color: #B09996; }

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

This div background color is #B09996.


Border color

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

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

This div border color is #B09996.


Opacity

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

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

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

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

This text has shadow with #B09996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09996 on black background.


Color preview on white background

This text has color #B09996 on white background.



Black color preview on #B09996 background

This text has black color on #B09996 background.


White color preview on #B09996 background

This text has white color on #B09996 background.