COLOR #B9B276

HEX: #B9B276 RGB: (185,178,118)

Color info

#B9B276 contains mainly red and green colors. Web safe color of #B9B276 is #CC9966 (or #C96).

RGB color model

#B9B276 color RGB value is (185,178,118).

RGB: (185,178,118) (73%, 70%, 46%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 118 of 255 = 46%

185
178
118

R + G + B ~ 63%. #B9B276 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 118 = 481 (100%)
R 185 of 481 ~ 38.46%
G 178 of 481 ~ 37.01%
B 118 of 481 ~ 24.53'%

%38.46
%37.01
%24.53

CMYK color model

#B9B276 color CMYK value is (0,4,36,27).

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

CMYK: (0,4,36,27)
C0M4Y36K27 (0%, 4%, 36%, 27%)
(0.00 / 0.04 / 0.36 / 0.27)

CMYK percentages

%0
%3.78
%36.22
%27.45

Codes

Color #B9B276 in popluar color models

B9 B2 76
RGB 185 178 118
HSL 54° 32.37% 59.41%
HSB/HSV 54° 36.22% 72.55%
CMYK 0.00% 3.78% 36.22%
27.45%

Color #B9B276 in popluar number systems.

HEX B9 B2 76
Decimal 185 178 118
Binary 10111001 10110010 1110110
Octal 271 262 166

Shades and tints

Shades of #B9B276

#B9B276
(185,178,118)
#A9A26C
(169,162,108)
#999262
(153,146,98)
#898258
(137,130,88)
#79724E
(121,114,78)
#696244
(105,98,68)
#59523A
(89,82,58)
#494230
(73,66,48)
#393226
(57,50,38)
#29221C
(41,34,28)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9B276

#B9B276
(185,178,118)
#BFB982
(191,185,130)
#C5C08E
(197,192,142)
#CBC79A
(203,199,154)
#D1CEA6
(209,206,166)
#D7D5B2
(215,213,178)
#DDDCBE
(221,220,190)
#E3E3CA
(227,227,202)
#E9EAD6
(233,234,214)
#EFF1E2
(239,241,226)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B276; }

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

This text font color is #B9B276.

Background Color

.myBgColor { background-color: #B9B276; }

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

This div background color is #B9B276.

Border color

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

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

This div border color is #B9B276.

Opacity

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

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

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

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

This text has shadow with #B9B276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B276.

Preview

Color preview on black background

This text has color #B9B276 on black background.


Color preview on white background

This text has color #B9B276 on white background.


Black color preview on #B9B276 background

This text has black color on #B9B276 background.


White color preview on #B9B276 background

This text has white color on #B9B276 background.


Related colors

Complementary color

Complementary color for #hex is #464D89.


I love getcolorcode.com

Triadic colors

1 #76B9B2 and #B276B9 with #B9B276 are triadic colors.

2 #76B2B9 and #B2B976 with #B9B276 are triadic colors.