COLOR #B09693

HEX: #B09693
RGB: (176,150,147)

Color info

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

RGB color model

#B09693 color RGB value is (176,150,147).

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

RGB channels and saturation

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

176
150
147

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 147 = 473 (100%)
R 176 of 473 ~ 37.21%
G 150 of 473 ~ 31.71%
B 147 of 473 ~ 31.08%

%37.21
%31.71
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(0,15,16,31)
C0M15Y16K31 
(0%,15%,16%,31%)
(0.00/0.15/0.16/0.31)	

CMYK percentages

%0
%14.77
%16.48
%30.98

Codes

Color #B09693 in popluar color models

B09693
RGB176150147
HSL15.51%63.33%
HSB/HSV16.48%69.02%
CMYK0.00%14.77%16.48%
30.98%

Color #B09693 in popluar number systems.

HEXB09693
Decimal176150147
Binary101100001001011010010011
Octal260226223

Shades and tints

Shades of #B09693

#B09693
(176,150,147)
#A08986
(160,137,134)
#907C79
(144,124,121)
#806F6C
(128,111,108)
#70625F
(112,98,95)
#605552
(96,85,82)
#504845
(80,72,69)
#403B38
(64,59,56)
#302E2B
(48,46,43)
#20211E
(32,33,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B09693

#B09693
(176,150,147)
#B79F9C
(183,159,156)
#BEA8A5
(190,168,165)
#C5B1AE
(197,177,174)
#CCBAB7
(204,186,183)
#D3C3C0
(211,195,192)
#DACCC9
(218,204,201)
#E1D5D2
(225,213,210)
#E8DEDB
(232,222,219)
#EFE7E4
(239,231,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09693; }

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

This text font color is #B09693.


Background Color

.myBgColor { background-color: #B09693; }

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

This div background color is #B09693.


Border color

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

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

This div border color is #B09693.


Opacity

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

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

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

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

This text has shadow with #B09693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09693 on black background.


Color preview on white background

This text has color #B09693 on white background.



Black color preview on #B09693 background

This text has black color on #B09693 background.


White color preview on #B09693 background

This text has white color on #B09693 background.