COLOR #B9BB7B

HEX: #B9BB7B RGB: (185,187,123)

Color info

#B9BB7B contains mainly red and green colors. Web safe color of #B9BB7B is #CCCC66 (or #CC6).

RGB color model

#B9BB7B color RGB value is (185,187,123).

RGB: (185,187,123) (73%, 73%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 123 of 255 = 48%

185
187
123

R + G + B ~ 65%. #B9BB7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 187 + 123 = 495 (100%)
R 185 of 495 ~ 37.37%
G 187 of 495 ~ 37.78%
B 123 of 495 ~ 24.85'%

%37.37
%37.78
%24.85

CMYK color model

#B9BB7B color CMYK value is (1,0,34,27).

  • cyan value is 1.07%
  • magenta value is 0.00%
  • yellow value is 34.22%
  • key color value is 26.67%

CMYK: (1,0,34,27)
C1M0Y34K27 (1%, 0%, 34%, 27%)
(0.01 / 0.00 / 0.34 / 0.27)

CMYK percentages

%1.07
%0
%34.22
%26.67

Codes

Color #B9BB7B in popluar color models

B9 BB 7B
RGB 185 187 123
HSL 62° 32.00% 60.78%
HSB/HSV 62° 34.22% 73.33%
CMYK 1.07% 0.00% 34.22%
26.67%

Color #B9BB7B in popluar number systems.

HEX B9 BB 7B
Decimal 185 187 123
Binary 10111001 10111011 1111011
Octal 271 273 173

Shades and tints

Shades of #B9BB7B

#B9BB7B
(185,187,123)
#A9AA70
(169,170,112)
#999965
(153,153,101)
#89885A
(137,136,90)
#79774F
(121,119,79)
#696644
(105,102,68)
#595539
(89,85,57)
#49442E
(73,68,46)
#393323
(57,51,35)
#292218
(41,34,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B9BB7B

#B9BB7B
(185,187,123)
#BFC187
(191,193,135)
#C5C793
(197,199,147)
#CBCD9F
(203,205,159)
#D1D3AB
(209,211,171)
#D7D9B7
(215,217,183)
#DDDFC3
(221,223,195)
#E3E5CF
(227,229,207)
#E9EBDB
(233,235,219)
#EFF1E7
(239,241,231)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BB7B; }

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

This text font color is #B9BB7B.

Background Color

.myBgColor { background-color: #B9BB7B; }

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

This div background color is #B9BB7B.

Border color

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

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

This div border color is #B9BB7B.

Opacity

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

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

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

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

This text has shadow with #B9BB7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BB7B.

Preview

Color preview on black background

This text has color #B9BB7B on black background.


Color preview on white background

This text has color #B9BB7B on white background.


Black color preview on #B9BB7B background

This text has black color on #B9BB7B background.


White color preview on #B9BB7B background

This text has white color on #B9BB7B background.


Related colors

Complementary color

Complementary color for #hex is #464484.


I love getcolorcode.com

Triadic colors

1 #7BB9BB and #BB7BB9 with #B9BB7B are triadic colors.

2 #7BBBB9 and #BBB97B with #B9BB7B are triadic colors.