COLOR #B09993

HEX: #B09993
RGB: (176,153,147)

Color info

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

RGB color model

#B09993 color RGB value is (176,153,147).

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

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 147 of 255 = 58%

176
153
147

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 147 = 476 (100%)
R 176 of 476 ~ 36.97%
G 153 of 476 ~ 32.14%
B 147 of 476 ~ 30.88%

%36.97
%32.14
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(0,13,16,31)
C0M13Y16K31 
(0%,13%,16%,31%)
(0.00/0.13/0.16/0.31)	

CMYK percentages

%0
%13.07
%16.48
%30.98

Codes

Color #B09993 in popluar color models

B09993
RGB176153147
HSL12°15.51%63.33%
HSB/HSV12°16.48%69.02%
CMYK0.00%13.07%16.48%
30.98%

Color #B09993 in popluar number systems.

HEXB09993
Decimal176153147
Binary101100001001100110010011
Octal260231223

Shades and tints

Shades of #B09993

#B09993
(176,153,147)
#A08C86
(160,140,134)
#907F79
(144,127,121)
#80726C
(128,114,108)
#70655F
(112,101,95)
#605852
(96,88,82)
#504B45
(80,75,69)
#403E38
(64,62,56)
#30312B
(48,49,43)
#20241E
(32,36,30)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #B09993

#B09993
(176,153,147)
#B7A29C
(183,162,156)
#BEABA5
(190,171,165)
#C5B4AE
(197,180,174)
#CCBDB7
(204,189,183)
#D3C6C0
(211,198,192)
#DACFC9
(218,207,201)
#E1D8D2
(225,216,210)
#E8E1DB
(232,225,219)
#EFEAE4
(239,234,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09993; }

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

This text font color is #B09993.


Background Color

.myBgColor { background-color: #B09993; }

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

This div background color is #B09993.


Border color

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

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

This div border color is #B09993.


Opacity

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

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

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

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

This text has shadow with #B09993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09993 on black background.


Color preview on white background

This text has color #B09993 on white background.



Black color preview on #B09993 background

This text has black color on #B09993 background.


White color preview on #B09993 background

This text has white color on #B09993 background.