COLOR #B09997

HEX: #B09997
RGB: (176,153,151)

Color info

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

RGB color model

#B09997 color RGB value is (176,153,151).

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

RGB channels and saturation

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

176
153
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 151 = 480 (100%)
R 176 of 480 ~ 36.67%
G 153 of 480 ~ 31.88%
B 151 of 480 ~ 31.46%

%36.67
%31.88
%31.46

CMYK color model

#B09997 color CMYK value is (0,13,14,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,13,14,31)
C0M13Y14K31 
(0%,13%,14%,31%)
(0.00/0.13/0.14/0.31)	

CMYK percentages

%0
%13.07
%14.2
%30.98

Codes

Color #B09997 in popluar color models

B09997
RGB176153151
HSL13.66%64.12%
HSB/HSV14.20%69.02%
CMYK0.00%13.07%14.20%
30.98%

Color #B09997 in popluar number systems.

HEXB09997
Decimal176153151
Binary101100001001100110010111
Octal260231227

Shades and tints

Shades of #B09997

#B09997
(176,153,151)
#A08C8A
(160,140,138)
#907F7D
(144,127,125)
#807270
(128,114,112)
#706563
(112,101,99)
#605856
(96,88,86)
#504B49
(80,75,73)
#403E3C
(64,62,60)
#30312F
(48,49,47)
#202422
(32,36,34)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B09997

#B09997
(176,153,151)
#B7A2A0
(183,162,160)
#BEABA9
(190,171,169)
#C5B4B2
(197,180,178)
#CCBDBB
(204,189,187)
#D3C6C4
(211,198,196)
#DACFCD
(218,207,205)
#E1D8D6
(225,216,214)
#E8E1DF
(232,225,223)
#EFEAE8
(239,234,232)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09997; }

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

This text font color is #B09997.


Background Color

.myBgColor { background-color: #B09997; }

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

This div background color is #B09997.


Border color

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

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

This div border color is #B09997.


Opacity

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

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

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

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

This text has shadow with #B09997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09997 on black background.


Color preview on white background

This text has color #B09997 on white background.



Black color preview on #B09997 background

This text has black color on #B09997 background.


White color preview on #B09997 background

This text has white color on #B09997 background.