COLOR #B0B076

HEX: #B0B076 RGB: (176,176,118)

Color info

#B0B076 contains red, green and blue colors in about the same proportion. Web safe color of #B0B076 is #999966 (or #996).

RGB color model

#B0B076 color RGB value is (176,176,118).

RGB: (176,176,118) (69%, 69%, 46%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 118 of 255 = 46%

176
176
118

R + G + B ~ 61%. #B0B076 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 176 + 118 = 470 (100%)
R 176 of 470 ~ 37.45%
G 176 of 470 ~ 37.45%
B 118 of 470 ~ 25.11'%

%37.45
%37.45
%25.11

CMYK color model

#B0B076 color CMYK value is (0,0,33,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%

CMYK: (0,0,33,31)
C0M0Y33K31 (0%, 0%, 33%, 31%)
(0.00 / 0.00 / 0.33 / 0.31)

CMYK percentages

%0
%0
%32.95
%30.98

Codes

Color #B0B076 in popluar color models

B0 B0 76
RGB 176 176 118
HSL 60° 26.85% 57.65%
HSB/HSV 60° 32.95% 69.02%
CMYK 0.00% 0.00% 32.95%
30.98%

Color #B0B076 in popluar number systems.

HEX B0 B0 76
Decimal 176 176 118
Binary 10110000 10110000 1110110
Octal 260 260 166

Shades and tints

Shades of #B0B076

#B0B076
(176,176,118)
#A0A06C
(160,160,108)
#909062
(144,144,98)
#808058
(128,128,88)
#70704E
(112,112,78)
#606044
(96,96,68)
#50503A
(80,80,58)
#404030
(64,64,48)
#303026
(48,48,38)
#20201C
(32,32,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B0B076

#B0B076
(176,176,118)
#B7B782
(183,183,130)
#BEBE8E
(190,190,142)
#C5C59A
(197,197,154)
#CCCCA6
(204,204,166)
#D3D3B2
(211,211,178)
#DADABE
(218,218,190)
#E1E1CA
(225,225,202)
#E8E8D6
(232,232,214)
#EFEFE2
(239,239,226)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B076; }

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

This text font color is #B0B076.

Background Color

.myBgColor { background-color: #B0B076; }

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

This div background color is #B0B076.

Border color

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

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

This div border color is #B0B076.

Opacity

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

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

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

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

This text has shadow with #B0B076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B076.

Preview

Color preview on black background

This text has color #B0B076 on black background.


Color preview on white background

This text has color #B0B076 on white background.


Black color preview on #B0B076 background

This text has black color on #B0B076 background.


White color preview on #B0B076 background

This text has white color on #B0B076 background.


Related colors

Complementary color

Complementary color for #hex is #4F4F89.


I love getcolorcode.com