COLOR #B09391

HEX: #B09391
RGB: (176,147,145)

Color info

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

RGB color model

#B09391 color RGB value is (176,147,145).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 145 of 255 = 57%

176
147
145

R + G + B ~ 61%. #B09391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 145 = 468 (100%)
R 176 of 468 ~ 37.61%
G 147 of 468 ~ 31.41%
B 145 of 468 ~ 30.98%

%37.61
%31.41
%30.98

CMYK color model

#B09391 color CMYK value is (0,16,18,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,16,18,31)
C0M16Y18K31 
(0%,16%,18%,31%)
(0.00/0.16/0.18/0.31)	

CMYK percentages

%0
%16.48
%17.61
%30.98

Codes

Color #B09391 in popluar color models

B09391
RGB176147145
HSL16.40%62.94%
HSB/HSV17.61%69.02%
CMYK0.00%16.48%17.61%
30.98%

Color #B09391 in popluar number systems.

HEXB09391
Decimal176147145
Binary101100001001001110010001
Octal260223221

Shades and tints

Shades of #B09391

#B09391
(176,147,145)
#A08684
(160,134,132)
#907977
(144,121,119)
#806C6A
(128,108,106)
#705F5D
(112,95,93)
#605250
(96,82,80)
#504543
(80,69,67)
#403836
(64,56,54)
#302B29
(48,43,41)
#201E1C
(32,30,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B09391

#B09391
(176,147,145)
#B79C9B
(183,156,155)
#BEA5A5
(190,165,165)
#C5AEAF
(197,174,175)
#CCB7B9
(204,183,185)
#D3C0C3
(211,192,195)
#DAC9CD
(218,201,205)
#E1D2D7
(225,210,215)
#E8DBE1
(232,219,225)
#EFE4EB
(239,228,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09391; }

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

This text font color is #B09391.


Background Color

.myBgColor { background-color: #B09391; }

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

This div background color is #B09391.


Border color

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

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

This div border color is #B09391.


Opacity

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

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

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

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

This text has shadow with #B09391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09391 on black background.


Color preview on white background

This text has color #B09391 on white background.



Black color preview on #B09391 background

This text has black color on #B09391 background.


White color preview on #B09391 background

This text has white color on #B09391 background.