COLOR #B0B472

HEX: #B0B472
RGB: (176,180,114)

Color info

#B0B472 contains mainly red and green colors. Web safe color of #B0B472 is #99CC66 (or #9C6).

RGB color model

#B0B472 color RGB value is (176,180,114).

  • red value is 176;
  • green value is 180;
  • blue value is 114.
RGB:
(176,180,114)
(69%,71%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 114 of 255 = 45%

176
180
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 180 + 114 = 470 (100%)
R 176 of 470 ~ 37.45%
G 180 of 470 ~ 38.3%
B 114 of 470 ~ 24.26%

%37.45
%38.3
%24.26

CMYK color model

#B0B472 color CMYK value is (2,0,37,29).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK:
(2,0,37,29)
C2M0Y37K29 
(2%,0%,37%,29%)
(0.02/0.00/0.37/0.29)	

CMYK percentages

%2.22
%0
%36.67
%29.41

Codes

Color #B0B472 in popluar color models

B0B472
RGB176180114
HSL64°30.56%57.65%
HSB/HSV64°36.67%70.59%
CMYK2.22%0.00%36.67%
29.41%

Color #B0B472 in popluar number systems.

HEXB0B472
Decimal176180114
Binary10110000101101001110010
Octal260264162

Shades and tints

Shades of #B0B472

#B0B472
(176,180,114)
#A0A468
(160,164,104)
#90945E
(144,148,94)
#808454
(128,132,84)
#70744A
(112,116,74)
#606440
(96,100,64)
#505436
(80,84,54)
#40442C
(64,68,44)
#303422
(48,52,34)
#202418
(32,36,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #B0B472

#B0B472
(176,180,114)
#B7BA7E
(183,186,126)
#BEC08A
(190,192,138)
#C5C696
(197,198,150)
#CCCCA2
(204,204,162)
#D3D2AE
(211,210,174)
#DAD8BA
(218,216,186)
#E1DEC6
(225,222,198)
#E8E4D2
(232,228,210)
#EFEADE
(239,234,222)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B472; }

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

This text font color is #B0B472.


Background Color

.myBgColor { background-color: #B0B472; }

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

This div background color is #B0B472.


Border color

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

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

This div border color is #B0B472.


Opacity

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

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

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

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

This text has shadow with #B0B472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B472 on black background.


Color preview on white background

This text has color #B0B472 on white background.



Black color preview on #B0B472 background

This text has black color on #B0B472 background.


White color preview on #B0B472 background

This text has white color on #B0B472 background.