COLOR #B0B070

HEX: #B0B070 RGB: (176,176,112)

Color info

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

RGB color model

#B0B070 color RGB value is (176,176,112).

RGB: (176,176,112) (69%, 69%, 44%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 112 of 255 = 44%

176
176
112

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

Portions of RGB colors in percentages

R + G + B = 176 + 176 + 112 = 464 (100%)
R 176 of 464 ~ 37.93%
G 176 of 464 ~ 37.93%
B 112 of 464 ~ 24.14'%

%37.93
%37.93
%24.14

CMYK color model

#B0B070 color CMYK value is (0,0,36,31).

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

CMYK: (0,0,36,31)
C0M0Y36K31 (0%, 0%, 36%, 31%)
(0.00 / 0.00 / 0.36 / 0.31)

CMYK percentages

%0
%0
%36.36
%30.98

Codes

Color #B0B070 in popluar color models

B0 B0 70
RGB 176 176 112
HSL 60° 28.83% 56.47%
HSB/HSV 60° 36.36% 69.02%
CMYK 0.00% 0.00% 36.36%
30.98%

Color #B0B070 in popluar number systems.

HEX B0 B0 70
Decimal 176 176 112
Binary 10110000 10110000 1110000
Octal 260 260 160

Shades and tints

Shades of #B0B070

#B0B070
(176,176,112)
#A0A066
(160,160,102)
#90905C
(144,144,92)
#808052
(128,128,82)
#707048
(112,112,72)
#60603E
(96,96,62)
#505034
(80,80,52)
#40402A
(64,64,42)
#303020
(48,48,32)
#202016
(32,32,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #B0B070

#B0B070
(176,176,112)
#B7B77D
(183,183,125)
#BEBE8A
(190,190,138)
#C5C597
(197,197,151)
#CCCCA4
(204,204,164)
#D3D3B1
(211,211,177)
#DADABE
(218,218,190)
#E1E1CB
(225,225,203)
#E8E8D8
(232,232,216)
#EFEFE5
(239,239,229)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B070; }

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

This text font color is #B0B070.

Background Color

.myBgColor { background-color: #B0B070; }

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

This div background color is #B0B070.

Border color

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

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

This div border color is #B0B070.

Opacity

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

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

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

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

This text has shadow with #B0B070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B070.

Preview

Color preview on black background

This text has color #B0B070 on black background.


Color preview on white background

This text has color #B0B070 on white background.


Black color preview on #B0B070 background

This text has black color on #B0B070 background.


White color preview on #B0B070 background

This text has white color on #B0B070 background.


Related colors

Complementary color

Complementary color for #hex is #4F4F8F.


I love getcolorcode.com