COLOR #B9A092

HEX: #B9A092 RGB: (185,160,146)

Color info

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

RGB color model

#B9A092 color RGB value is (185,160,146).

RGB: (185,160,146) (73%, 63%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 146 of 255 = 57%

185
160
146

R + G + B ~ 64%. #B9A092 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 146 = 491 (100%)
R 185 of 491 ~ 37.68%
G 160 of 491 ~ 32.59%
B 146 of 491 ~ 29.74'%

%37.68
%32.59
%29.74

CMYK color model

#B9A092 color CMYK value is (0,14,21,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK: (0,14,21,27) C0M14Y21K27 (0%,14%,21%,27%) (0.00/0.14/0.21/0.27) 

CMYK percentages

%0
%13.51
%21.08
%27.45

Codes

Color #B9A092 in popluar color models

B9 A0 92
RGB 185 160 146
HSL 22° 21.79% 64.90%
HSB/HSV 22° 21.08% 72.55%
CMYK 0.00% 13.51% 21.08%
27.45%

Color #B9A092 in popluar number systems.

HEX B9 A0 92
Decimal 185 160 146
Binary 10111001 10100000 10010010
Octal 271 240 222

Shades and tints

Shades of #B9A092

#B9A092
(185,160,146)
#A99285
(169,146,133)
#998478
(153,132,120)
#89766B
(137,118,107)
#79685E
(121,104,94)
#695A51
(105,90,81)
#594C44
(89,76,68)
#493E37
(73,62,55)
#39302A
(57,48,42)
#29221D
(41,34,29)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B9A092

#B9A092
(185,160,146)
#BFA89B
(191,168,155)
#C5B0A4
(197,176,164)
#CBB8AD
(203,184,173)
#D1C0B6
(209,192,182)
#D7C8BF
(215,200,191)
#DDD0C8
(221,208,200)
#E3D8D1
(227,216,209)
#E9E0DA
(233,224,218)
#EFE8E3
(239,232,227)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A092; }

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

This text font color is #B9A092.

Background Color

.myBgColor { background-color: #B9A092; }

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

This div background color is #B9A092.

Border color

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

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

This div border color is #B9A092.

Opacity

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

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

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

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

This text has shadow with #B9A092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A092.

Preview

Color preview on black background

This text has color #B9A092 on black background.


Color preview on white background

This text has color #B9A092 on white background.


Black color preview on #B9A092 background

This text has black color on #B9A092 background.


White color preview on #B9A092 background

This text has white color on #B9A092 background.


Related colors

Complementary color

Complementary color for #hex is #465F6D.


I love getcolorcode.com

Triadic colors

1 #92B9A0 and #A092B9 with #B9A092 are triadic colors.

2 #92A0B9 and #A0B992 with #B9A092 are triadic colors.