COLOR #B9B176

HEX: #B9B176
RGB: (185,177,118)

Color info

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

RGB color model

#B9B176 color RGB value is (185,177,118).

  • red value is 185;
  • green value is 177;
  • blue value is 118.
RGB:
(185,177,118)
(73%,69%,46%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 118 of 255 = 46%

185
177
118

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 118 = 480 (100%)
R 185 of 480 ~ 38.54%
G 177 of 480 ~ 36.88%
B 118 of 480 ~ 24.58%

%38.54
%36.88
%24.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.32%
  • 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
%4.32
%36.22
%27.45

Codes

Color #B9B176 in popluar color models

B9B176
RGB185177118
HSL53°32.37%59.41%
HSB/HSV53°36.22%72.55%
CMYK0.00%4.32%36.22%
27.45%

Color #B9B176 in popluar number systems.

HEXB9B176
Decimal185177118
Binary10111001101100011110110
Octal271261166

Shades and tints

Shades of #B9B176

#B9B176
(185,177,118)
#A9A16C
(169,161,108)
#999162
(153,145,98)
#898158
(137,129,88)
#79714E
(121,113,78)
#696144
(105,97,68)
#59513A
(89,81,58)
#494130
(73,65,48)
#393126
(57,49,38)
#29211C
(41,33,28)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B9B176

#B9B176
(185,177,118)
#BFB882
(191,184,130)
#C5BF8E
(197,191,142)
#CBC69A
(203,198,154)
#D1CDA6
(209,205,166)
#D7D4B2
(215,212,178)
#DDDBBE
(221,219,190)
#E3E2CA
(227,226,202)
#E9E9D6
(233,233,214)
#EFF0E2
(239,240,226)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B176; }

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

This text font color is #B9B176.


Background Color

.myBgColor { background-color: #B9B176; }

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

This div background color is #B9B176.


Border color

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

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

This div border color is #B9B176.


Opacity

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

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

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

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

This text has shadow with #B9B176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B176 on black background.


Color preview on white background

This text has color #B9B176 on white background.



Black color preview on #B9B176 background

This text has black color on #B9B176 background.


White color preview on #B9B176 background

This text has white color on #B9B176 background.