COLOR #B09592

HEX: #B09592
RGB: (176,149,146)

Color info

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

RGB color model

#B09592 color RGB value is (176,149,146).

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

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 146 of 255 = 57%

176
149
146

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

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 146 = 471 (100%)
R 176 of 471 ~ 37.37%
G 149 of 471 ~ 31.63%
B 146 of 471 ~ 31%

%37.37
%31.63
%31

CMYK color model

#B09592 color CMYK value is (0,15,17,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(0,15,17,31)
C0M15Y17K31 
(0%,15%,17%,31%)
(0.00/0.15/0.17/0.31)	

CMYK percentages

%0
%15.34
%17.05
%30.98

Codes

Color #B09592 in popluar color models

B09592
RGB176149146
HSL15.96%63.14%
HSB/HSV17.05%69.02%
CMYK0.00%15.34%17.05%
30.98%

Color #B09592 in popluar number systems.

HEXB09592
Decimal176149146
Binary101100001001010110010010
Octal260225222

Shades and tints

Shades of #B09592

#B09592
(176,149,146)
#A08885
(160,136,133)
#907B78
(144,123,120)
#806E6B
(128,110,107)
#70615E
(112,97,94)
#605451
(96,84,81)
#504744
(80,71,68)
#403A37
(64,58,55)
#302D2A
(48,45,42)
#20201D
(32,32,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B09592

#B09592
(176,149,146)
#B79E9B
(183,158,155)
#BEA7A4
(190,167,164)
#C5B0AD
(197,176,173)
#CCB9B6
(204,185,182)
#D3C2BF
(211,194,191)
#DACBC8
(218,203,200)
#E1D4D1
(225,212,209)
#E8DDDA
(232,221,218)
#EFE6E3
(239,230,227)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09592 color. Also use rgb(176,149,146) instead hex code.

Text Font Color

.myTextColor { color: #B09592; }

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

This text font color is #B09592.


Background Color

.myBgColor { background-color: #B09592; }

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

This div background color is #B09592.


Border color

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

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

This div border color is #B09592.


Opacity

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

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

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

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

This text has shadow with #B09592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09592 on black background.


Color preview on white background

This text has color #B09592 on white background.



Black color preview on #B09592 background

This text has black color on #B09592 background.


White color preview on #B09592 background

This text has white color on #B09592 background.