COLOR #B09493

HEX: #B09493
RGB: (176,148,147)

Color info

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

RGB color model

#B09493 color RGB value is (176,148,147).

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

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 147 of 255 = 58%

176
148
147

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

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 147 = 471 (100%)
R 176 of 471 ~ 37.37%
G 148 of 471 ~ 31.42%
B 147 of 471 ~ 31.21%

%37.37
%31.42
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(0,16,16,31)
C0M16Y16K31 
(0%,16%,16%,31%)
(0.00/0.16/0.16/0.31)	

CMYK percentages

%0
%15.91
%16.48
%30.98

Codes

Color #B09493 in popluar color models

B09493
RGB176148147
HSL15.51%63.33%
HSB/HSV16.48%69.02%
CMYK0.00%15.91%16.48%
30.98%

Color #B09493 in popluar number systems.

HEXB09493
Decimal176148147
Binary101100001001010010010011
Octal260224223

Shades and tints

Shades of #B09493

#B09493
(176,148,147)
#A08786
(160,135,134)
#907A79
(144,122,121)
#806D6C
(128,109,108)
#70605F
(112,96,95)
#605352
(96,83,82)
#504645
(80,70,69)
#403938
(64,57,56)
#302C2B
(48,44,43)
#201F1E
(32,31,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B09493

#B09493
(176,148,147)
#B79D9C
(183,157,156)
#BEA6A5
(190,166,165)
#C5AFAE
(197,175,174)
#CCB8B7
(204,184,183)
#D3C1C0
(211,193,192)
#DACAC9
(218,202,201)
#E1D3D2
(225,211,210)
#E8DCDB
(232,220,219)
#EFE5E4
(239,229,228)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09493; }

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

This text font color is #B09493.


Background Color

.myBgColor { background-color: #B09493; }

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

This div background color is #B09493.


Border color

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

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

This div border color is #B09493.


Opacity

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

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

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

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

This text has shadow with #B09493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09493 on black background.


Color preview on white background

This text has color #B09493 on white background.



Black color preview on #B09493 background

This text has black color on #B09493 background.


White color preview on #B09493 background

This text has white color on #B09493 background.