COLOR #B9B092

HEX: #B9B092 RGB: (185,176,146)

Color info

#B9B092 contains red, green and blue colors in about the same proportion. Web safe color of #B9B092 is #CC9999 (or #C99).

RGB color model

#B9B092 color RGB value is (185,176,146).

RGB: (185,176,146) (73%, 69%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 146 of 255 = 57%

185
176
146

R + G + B ~ 66%. #B9B092 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 176 + 146 = 507 (100%)
R 185 of 507 ~ 36.49%
G 176 of 507 ~ 34.71%
B 146 of 507 ~ 28.8'%

%36.49
%34.71
%28.8

CMYK color model

#B9B092 color CMYK value is (0,5,21,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 21.08%
  • key color value is 27.45%

CMYK: (0,5,21,27)
C0M5Y21K27 (0%, 5%, 21%, 27%)
(0.00 / 0.05 / 0.21 / 0.27)

CMYK percentages

%0
%4.86
%21.08
%27.45

Codes

Color #B9B092 in popluar color models

B9 B0 92
RGB 185 176 146
HSL 46° 21.79% 64.90%
HSB/HSV 46° 21.08% 72.55%
CMYK 0.00% 4.86% 21.08%
27.45%

Color #B9B092 in popluar number systems.

HEX B9 B0 92
Decimal 185 176 146
Binary 10111001 10110000 10010010
Octal 271 260 222

Shades and tints

Shades of #B9B092

#B9B092
(185,176,146)
#A9A085
(169,160,133)
#999078
(153,144,120)
#89806B
(137,128,107)
#79705E
(121,112,94)
#696051
(105,96,81)
#595044
(89,80,68)
#494037
(73,64,55)
#39302A
(57,48,42)
#29201D
(41,32,29)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B9B092

#B9B092
(185,176,146)
#BFB79B
(191,183,155)
#C5BEA4
(197,190,164)
#CBC5AD
(203,197,173)
#D1CCB6
(209,204,182)
#D7D3BF
(215,211,191)
#DDDAC8
(221,218,200)
#E3E1D1
(227,225,209)
#E9E8DA
(233,232,218)
#EFEFE3
(239,239,227)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B092; }

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

This text font color is #B9B092.

Background Color

.myBgColor { background-color: #B9B092; }

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

This div background color is #B9B092.

Border color

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

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

This div border color is #B9B092.

Opacity

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

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

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

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

This text has shadow with #B9B092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B092.

Preview

Color preview on black background

This text has color #B9B092 on black background.


Color preview on white background

This text has color #B9B092 on white background.


Black color preview on #B9B092 background

This text has black color on #B9B092 background.


White color preview on #B9B092 background

This text has white color on #B9B092 background.


Related colors

Complementary color

Complementary color for #hex is #464F6D.


I love getcolorcode.com

Triadic colors

1 #92B9B0 and #B092B9 with #B9B092 are triadic colors.

2 #92B0B9 and #B0B992 with #B9B092 are triadic colors.