COLOR #B09397

HEX: #B09397
RGB: (176,147,151)

Color info

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

RGB color model

#B09397 color RGB value is (176,147,151).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 151 of 255 = 59%

176
147
151

R + G + B ~ 62%. #B09397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 151 = 474 (100%)
R 176 of 474 ~ 37.13%
G 147 of 474 ~ 31.01%
B 151 of 474 ~ 31.86%

%37.13
%31.01
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,16,14,31)
C0M16Y14K31 
(0%,16%,14%,31%)
(0.00/0.16/0.14/0.31)	

CMYK percentages

%0
%16.48
%14.2
%30.98

Codes

Color #B09397 in popluar color models

B09397
RGB176147151
HSL352°15.51%63.33%
HSB/HSV352°16.48%69.02%
CMYK0.00%16.48%14.20%
30.98%

Color #B09397 in popluar number systems.

HEXB09397
Decimal176147151
Binary101100001001001110010111
Octal260223227

Shades and tints

Shades of #B09397

#B09397
(176,147,151)
#A0868A
(160,134,138)
#90797D
(144,121,125)
#806C70
(128,108,112)
#705F63
(112,95,99)
#605256
(96,82,86)
#504549
(80,69,73)
#40383C
(64,56,60)
#302B2F
(48,43,47)
#201E22
(32,30,34)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B09397

#B09397
(176,147,151)
#B79CA0
(183,156,160)
#BEA5A9
(190,165,169)
#C5AEB2
(197,174,178)
#CCB7BB
(204,183,187)
#D3C0C4
(211,192,196)
#DAC9CD
(218,201,205)
#E1D2D6
(225,210,214)
#E8DBDF
(232,219,223)
#EFE4E8
(239,228,232)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09397; }

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

This text font color is #B09397.


Background Color

.myBgColor { background-color: #B09397; }

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

This div background color is #B09397.


Border color

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

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

This div border color is #B09397.


Opacity

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

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

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

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

This text has shadow with #B09397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09397 on black background.


Color preview on white background

This text has color #B09397 on white background.



Black color preview on #B09397 background

This text has black color on #B09397 background.


White color preview on #B09397 background

This text has white color on #B09397 background.