COLOR #B9B292

HEX: #B9B292 RGB: (185,178,146)

Color info

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

RGB color model

#B9B292 color RGB value is (185,178,146).

RGB: (185,178,146) (73%, 70%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 146 of 255 = 57%

185
178
146

R + G + B ~ 67%. #B9B292 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 146 = 509 (100%)
R 185 of 509 ~ 36.35%
G 178 of 509 ~ 34.97%
B 146 of 509 ~ 28.68'%

%36.35
%34.97
%28.68

CMYK color model

#B9B292 color CMYK value is (0,4,21,27).

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

CMYK: (0,4,21,27)
C0M4Y21K27 (0%, 4%, 21%, 27%)
(0.00 / 0.04 / 0.21 / 0.27)

CMYK percentages

%0
%3.78
%21.08
%27.45

Codes

Color #B9B292 in popluar color models

B9 B2 92
RGB 185 178 146
HSL 49° 21.79% 64.90%
HSB/HSV 49° 21.08% 72.55%
CMYK 0.00% 3.78% 21.08%
27.45%

Color #B9B292 in popluar number systems.

HEX B9 B2 92
Decimal 185 178 146
Binary 10111001 10110010 10010010
Octal 271 262 222

Shades and tints

Shades of #B9B292

#B9B292
(185,178,146)
#A9A285
(169,162,133)
#999278
(153,146,120)
#89826B
(137,130,107)
#79725E
(121,114,94)
#696251
(105,98,81)
#595244
(89,82,68)
#494237
(73,66,55)
#39322A
(57,50,42)
#29221D
(41,34,29)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #B9B292

#B9B292
(185,178,146)
#BFB99B
(191,185,155)
#C5C0A4
(197,192,164)
#CBC7AD
(203,199,173)
#D1CEB6
(209,206,182)
#D7D5BF
(215,213,191)
#DDDCC8
(221,220,200)
#E3E3D1
(227,227,209)
#E9EADA
(233,234,218)
#EFF1E3
(239,241,227)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B292; }

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

This text font color is #B9B292.

Background Color

.myBgColor { background-color: #B9B292; }

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

This div background color is #B9B292.

Border color

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

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

This div border color is #B9B292.

Opacity

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

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

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

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

This text has shadow with #B9B292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B292.

Preview

Color preview on black background

This text has color #B9B292 on black background.


Color preview on white background

This text has color #B9B292 on white background.


Black color preview on #B9B292 background

This text has black color on #B9B292 background.


White color preview on #B9B292 background

This text has white color on #B9B292 background.


Related colors

Complementary color

Complementary color for #hex is #464D6D.


I love getcolorcode.com

Triadic colors

1 #92B9B2 and #B292B9 with #B9B292 are triadic colors.

2 #92B2B9 and #B2B992 with #B9B292 are triadic colors.