COLOR #B9BA97

HEX: #B9BA97 RGB: (185,186,151)

Color info

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

RGB color model

#B9BA97 color RGB value is (185,186,151).

RGB: (185,186,151) (73%, 73%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 151 of 255 = 59%

185
186
151

R + G + B ~ 68%. #B9BA97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 186 + 151 = 522 (100%)
R 185 of 522 ~ 35.44%
G 186 of 522 ~ 35.63%
B 151 of 522 ~ 28.93'%

%35.44
%35.63
%28.93

CMYK color model

#B9BA97 color CMYK value is (1,0,19,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 27.06%

CMYK: (1,0,19,27)
C1M0Y19K27 (1%, 0%, 19%, 27%)
(0.01 / 0.00 / 0.19 / 0.27)

CMYK percentages

%0.54
%0
%18.82
%27.06

Codes

Color #B9BA97 in popluar color models

B9 BA 97
RGB 185 186 151
HSL 62° 20.23% 66.08%
HSB/HSV 62° 18.82% 72.94%
CMYK 0.54% 0.00% 18.82%
27.06%

Color #B9BA97 in popluar number systems.

HEX B9 BA 97
Decimal 185 186 151
Binary 10111001 10111010 10010111
Octal 271 272 227

Shades and tints

Shades of #B9BA97

#B9BA97
(185,186,151)
#A9AA8A
(169,170,138)
#999A7D
(153,154,125)
#898A70
(137,138,112)
#797A63
(121,122,99)
#696A56
(105,106,86)
#595A49
(89,90,73)
#494A3C
(73,74,60)
#393A2F
(57,58,47)
#292A22
(41,42,34)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9BA97

#B9BA97
(185,186,151)
#BFC0A0
(191,192,160)
#C5C6A9
(197,198,169)
#CBCCB2
(203,204,178)
#D1D2BB
(209,210,187)
#D7D8C4
(215,216,196)
#DDDECD
(221,222,205)
#E3E4D6
(227,228,214)
#E9EADF
(233,234,223)
#EFF0E8
(239,240,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BA97; }

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

This text font color is #B9BA97.

Background Color

.myBgColor { background-color: #B9BA97; }

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

This div background color is #B9BA97.

Border color

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

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

This div border color is #B9BA97.

Opacity

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

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

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

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

This text has shadow with #B9BA97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BA97.

Preview

Color preview on black background

This text has color #B9BA97 on black background.


Color preview on white background

This text has color #B9BA97 on white background.


Black color preview on #B9BA97 background

This text has black color on #B9BA97 background.


White color preview on #B9BA97 background

This text has white color on #B9BA97 background.


Related colors

Complementary color

Complementary color for #hex is #464568.


I love getcolorcode.com

Triadic colors

1 #97B9BA and #BA97B9 with #B9BA97 are triadic colors.

2 #97BAB9 and #BAB997 with #B9BA97 are triadic colors.