COLOR #B09897

HEX: #B09897
RGB: (176,152,151)

Color info

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

RGB color model

#B09897 color RGB value is (176,152,151).

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

RGB channels and saturation

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

176
152
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 151 = 479 (100%)
R 176 of 479 ~ 36.74%
G 152 of 479 ~ 31.73%
B 151 of 479 ~ 31.52%

%36.74
%31.73
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,14,14,31)
C0M14Y14K31 
(0%,14%,14%,31%)
(0.00/0.14/0.14/0.31)	

CMYK percentages

%0
%13.64
%14.2
%30.98

Codes

Color #B09897 in popluar color models

B09897
RGB176152151
HSL13.66%64.12%
HSB/HSV14.20%69.02%
CMYK0.00%13.64%14.20%
30.98%

Color #B09897 in popluar number systems.

HEXB09897
Decimal176152151
Binary101100001001100010010111
Octal260230227

Shades and tints

Shades of #B09897

#B09897
(176,152,151)
#A08B8A
(160,139,138)
#907E7D
(144,126,125)
#807170
(128,113,112)
#706463
(112,100,99)
#605756
(96,87,86)
#504A49
(80,74,73)
#403D3C
(64,61,60)
#30302F
(48,48,47)
#202322
(32,35,34)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B09897

#B09897
(176,152,151)
#B7A1A0
(183,161,160)
#BEAAA9
(190,170,169)
#C5B3B2
(197,179,178)
#CCBCBB
(204,188,187)
#D3C5C4
(211,197,196)
#DACECD
(218,206,205)
#E1D7D6
(225,215,214)
#E8E0DF
(232,224,223)
#EFE9E8
(239,233,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09897; }

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

This text font color is #B09897.


Background Color

.myBgColor { background-color: #B09897; }

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

This div background color is #B09897.


Border color

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

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

This div border color is #B09897.


Opacity

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

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

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

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

This text has shadow with #B09897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09897 on black background.


Color preview on white background

This text has color #B09897 on white background.



Black color preview on #B09897 background

This text has black color on #B09897 background.


White color preview on #B09897 background

This text has white color on #B09897 background.