COLOR #B9B18B

HEX: #B9B18B RGB: (185,177,139)

Color info

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

RGB color model

#B9B18B color RGB value is (185,177,139).

RGB: (185,177,139) (73%, 69%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 139 of 255 = 55%

185
177
139

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

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 139 = 501 (100%)
R 185 of 501 ~ 36.93%
G 177 of 501 ~ 35.33%
B 139 of 501 ~ 27.74'%

%36.93
%35.33
%27.74

CMYK color model

#B9B18B color CMYK value is (0,4,25,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 24.86%
  • key color value is 27.45%

CMYK: (0,4,25,27)
C0M4Y25K27 (0%, 4%, 25%, 27%)
(0.00 / 0.04 / 0.25 / 0.27)

CMYK percentages

%0
%4.32
%24.86
%27.45

Codes

Color #B9B18B in popluar color models

B9 B1 8B
RGB 185 177 139
HSL 50° 24.73% 63.53%
HSB/HSV 50° 24.86% 72.55%
CMYK 0.00% 4.32% 24.86%
27.45%

Color #B9B18B in popluar number systems.

HEX B9 B1 8B
Decimal 185 177 139
Binary 10111001 10110001 10001011
Octal 271 261 213

Shades and tints

Shades of #B9B18B

#B9B18B
(185,177,139)
#A9A17F
(169,161,127)
#999173
(153,145,115)
#898167
(137,129,103)
#79715B
(121,113,91)
#69614F
(105,97,79)
#595143
(89,81,67)
#494137
(73,65,55)
#39312B
(57,49,43)
#29211F
(41,33,31)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B9B18B

#B9B18B
(185,177,139)
#BFB895
(191,184,149)
#C5BF9F
(197,191,159)
#CBC6A9
(203,198,169)
#D1CDB3
(209,205,179)
#D7D4BD
(215,212,189)
#DDDBC7
(221,219,199)
#E3E2D1
(227,226,209)
#E9E9DB
(233,233,219)
#EFF0E5
(239,240,229)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B18B color. Also use rgb(185,177,139) instead hex code.

Text Font Color

.myTextColor { color: #B9B18B; }

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

This text font color is #B9B18B.

Background Color

.myBgColor { background-color: #B9B18B; }

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

This div background color is #B9B18B.

Border color

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

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

This div border color is #B9B18B.

Opacity

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

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

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

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

This text has shadow with #B9B18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B18B.

Preview

Color preview on black background

This text has color #B9B18B on black background.


Color preview on white background

This text has color #B9B18B on white background.


Black color preview on #B9B18B background

This text has black color on #B9B18B background.


White color preview on #B9B18B background

This text has white color on #B9B18B background.


Related colors

Complementary color

Complementary color for #hex is #464E74.


I love getcolorcode.com

Triadic colors

1 #8BB9B1 and #B18BB9 with #B9B18B are triadic colors.

2 #8BB1B9 and #B1B98B with #B9B18B are triadic colors.