COLOR #B3B176

HEX: #B3B176
RGB: (179,177,118)

Color info

#B3B176 contains mainly red and green colors. Web safe color of #B3B176 is #999966 (or #996).

RGB color model

#B3B176 color RGB value is (179,177,118).

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

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 118 of 255 = 46%

179
177
118

R + G + B ~ 62%. #B3B176 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 177 + 118 = 474 (100%)
R 179 of 474 ~ 37.76%
G 177 of 474 ~ 37.34%
B 118 of 474 ~ 24.89%

%37.76
%37.34
%24.89

CMYK color model

#B3B176 color CMYK value is (0,1,34,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(0,1,34,30)
C0M1Y34K30 
(0%,1%,34%,30%)
(0.00/0.01/0.34/0.30)	

CMYK percentages

%0
%1.12
%34.08
%29.8

Codes

Color #B3B176 in popluar color models

B3B176
RGB179177118
HSL58°28.64%58.24%
HSB/HSV58°34.08%70.20%
CMYK0.00%1.12%34.08%
29.80%

Color #B3B176 in popluar number systems.

HEXB3B176
Decimal179177118
Binary10110011101100011110110
Octal263261166

Shades and tints

Shades of #B3B176

#B3B176
(179,177,118)
#A3A16C
(163,161,108)
#939162
(147,145,98)
#838158
(131,129,88)
#73714E
(115,113,78)
#636144
(99,97,68)
#53513A
(83,81,58)
#434130
(67,65,48)
#333126
(51,49,38)
#23211C
(35,33,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #B3B176

#B3B176
(179,177,118)
#B9B882
(185,184,130)
#BFBF8E
(191,191,142)
#C5C69A
(197,198,154)
#CBCDA6
(203,205,166)
#D1D4B2
(209,212,178)
#D7DBBE
(215,219,190)
#DDE2CA
(221,226,202)
#E3E9D6
(227,233,214)
#E9F0E2
(233,240,226)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B176; }

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

This text font color is #B3B176.


Background Color

.myBgColor { background-color: #B3B176; }

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

This div background color is #B3B176.


Border color

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

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

This div border color is #B3B176.


Opacity

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

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

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

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

This text has shadow with #B3B176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B176 on black background.


Color preview on white background

This text has color #B3B176 on white background.



Black color preview on #B3B176 background

This text has black color on #B3B176 background.


White color preview on #B3B176 background

This text has white color on #B3B176 background.