COLOR #B9B98A

HEX: #B9B98A RGB: (185,185,138)

Color info

#B9B98A contains red, green and blue colors in about the same proportion. Web safe color of #B9B98A is #CCCC99 (or #CC9).

RGB color model

#B9B98A color RGB value is (185,185,138).

RGB: (185,185,138) (73%, 73%, 54%)

RGB channels and saturation

R 185 of 255 = 73%
G 185 of 255 = 73%
B 138 of 255 = 54%

185
185
138

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

Portions of RGB colors in percentages

R + G + B = 185 + 185 + 138 = 508 (100%)
R 185 of 508 ~ 36.42%
G 185 of 508 ~ 36.42%
B 138 of 508 ~ 27.17'%

%36.42
%36.42
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 27.45%

CMYK: (0,0,25,27)
C0M0Y25K27 (0%, 0%, 25%, 27%)
(0.00 / 0.00 / 0.25 / 0.27)

CMYK percentages

%0
%0
%25.41
%27.45

Codes

Color #B9B98A in popluar color models

B9 B9 8A
RGB 185 185 138
HSL 60° 25.13% 63.33%
HSB/HSV 60° 25.41% 72.55%
CMYK 0.00% 0.00% 25.41%
27.45%

Color #B9B98A in popluar number systems.

HEX B9 B9 8A
Decimal 185 185 138
Binary 10111001 10111001 10001010
Octal 271 271 212

Shades and tints

Shades of #B9B98A

#B9B98A
(185,185,138)
#A9A97E
(169,169,126)
#999972
(153,153,114)
#898966
(137,137,102)
#79795A
(121,121,90)
#69694E
(105,105,78)
#595942
(89,89,66)
#494936
(73,73,54)
#39392A
(57,57,42)
#29291E
(41,41,30)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9B98A

#B9B98A
(185,185,138)
#BFBF94
(191,191,148)
#C5C59E
(197,197,158)
#CBCBA8
(203,203,168)
#D1D1B2
(209,209,178)
#D7D7BC
(215,215,188)
#DDDDC6
(221,221,198)
#E3E3D0
(227,227,208)
#E9E9DA
(233,233,218)
#EFEFE4
(239,239,228)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B98A; }

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

This text font color is #B9B98A.

Background Color

.myBgColor { background-color: #B9B98A; }

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

This div background color is #B9B98A.

Border color

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

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

This div border color is #B9B98A.

Opacity

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

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

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

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

This text has shadow with #B9B98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B98A.

Preview

Color preview on black background

This text has color #B9B98A on black background.


Color preview on white background

This text has color #B9B98A on white background.


Black color preview on #B9B98A background

This text has black color on #B9B98A background.


White color preview on #B9B98A background

This text has white color on #B9B98A background.


Related colors

Complementary color

Complementary color for #hex is #464675.


I love getcolorcode.com