COLOR #B09E92

HEX: #B09E92 RGB: (176,158,146)

Color info

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

RGB color model

#B09E92 color RGB value is (176,158,146).

RGB: (176,158,146) (69%, 62%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 146 of 255 = 57%

176
158
146

R + G + B ~ 63%. #B09E92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 158 + 146 = 480 (100%)
R 176 of 480 ~ 36.67%
G 158 of 480 ~ 32.92%
B 146 of 480 ~ 30.42'%

%36.67
%32.92
%30.42

CMYK color model

#B09E92 color CMYK value is (0,10,17,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 17.05%
  • key color value is 30.98%

CMYK: (0,10,17,31)
C0M10Y17K31 (0%, 10%, 17%, 31%)
(0.00 / 0.10 / 0.17 / 0.31)

CMYK percentages

%0
%10.23
%17.05
%30.98

Codes

Color #B09E92 in popluar color models

B0 9E 92
RGB 176 158 146
HSL 24° 15.96% 63.14%
HSB/HSV 24° 17.05% 69.02%
CMYK 0.00% 10.23% 17.05%
30.98%

Color #B09E92 in popluar number systems.

HEX B0 9E 92
Decimal 176 158 146
Binary 10110000 10011110 10010010
Octal 260 236 222

Shades and tints

Shades of #B09E92

#B09E92
(176,158,146)
#A09085
(160,144,133)
#908278
(144,130,120)
#80746B
(128,116,107)
#70665E
(112,102,94)
#605851
(96,88,81)
#504A44
(80,74,68)
#403C37
(64,60,55)
#302E2A
(48,46,42)
#20201D
(32,32,29)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B09E92

#B09E92
(176,158,146)
#B7A69B
(183,166,155)
#BEAEA4
(190,174,164)
#C5B6AD
(197,182,173)
#CCBEB6
(204,190,182)
#D3C6BF
(211,198,191)
#DACEC8
(218,206,200)
#E1D6D1
(225,214,209)
#E8DEDA
(232,222,218)
#EFE6E3
(239,230,227)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09E92; }

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

This text font color is #B09E92.

Background Color

.myBgColor { background-color: #B09E92; }

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

This div background color is #B09E92.

Border color

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

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

This div border color is #B09E92.

Opacity

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

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

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

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

This text has shadow with #B09E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09E92.

Preview

Color preview on black background

This text has color #B09E92 on black background.


Color preview on white background

This text has color #B09E92 on white background.


Black color preview on #B09E92 background

This text has black color on #B09E92 background.


White color preview on #B09E92 background

This text has white color on #B09E92 background.


Related colors

Complementary color

Complementary color for #hex is #4F616D.


I love getcolorcode.com

Triadic colors

1 #92B09E and #9E92B0 with #B09E92 are triadic colors.

2 #929EB0 and #9EB092 with #B09E92 are triadic colors.