COLOR #B2B572

HEX: #B2B572
RGB: (178,181,114)

Color info

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

RGB color model

#B2B572 color RGB value is (178,181,114).

  • red value is 178;
  • green value is 181;
  • blue value is 114.
RGB:
(178,181,114)
(70%,71%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 114 of 255 = 45%

178
181
114

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

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 114 = 473 (100%)
R 178 of 473 ~ 37.63%
G 181 of 473 ~ 38.27%
B 114 of 473 ~ 24.1%

%37.63
%38.27
%24.1

CMYK color model

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

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

CMYK percentages

%1.66
%0
%37.02
%29.02

Codes

Color #B2B572 in popluar color models

B2B572
RGB178181114
HSL63°31.16%57.84%
HSB/HSV63°37.02%70.98%
CMYK1.66%0.00%37.02%
29.02%

Color #B2B572 in popluar number systems.

HEXB2B572
Decimal178181114
Binary10110010101101011110010
Octal262265162

Shades and tints

Shades of #B2B572

#B2B572
(178,181,114)
#A2A568
(162,165,104)
#92955E
(146,149,94)
#828554
(130,133,84)
#72754A
(114,117,74)
#626540
(98,101,64)
#525536
(82,85,54)
#42452C
(66,69,44)
#323522
(50,53,34)
#222518
(34,37,24)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #B2B572

#B2B572
(178,181,114)
#B9BB7E
(185,187,126)
#C0C18A
(192,193,138)
#C7C796
(199,199,150)
#CECDA2
(206,205,162)
#D5D3AE
(213,211,174)
#DCD9BA
(220,217,186)
#E3DFC6
(227,223,198)
#EAE5D2
(234,229,210)
#F1EBDE
(241,235,222)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B572 color. Also use rgb(178,181,114) instead hex code.

Text Font Color

.myTextColor { color: #B2B572; }

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

This text font color is #B2B572.


Background Color

.myBgColor { background-color: #B2B572; }

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

This div background color is #B2B572.


Border color

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

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

This div border color is #B2B572.


Opacity

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

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

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

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

This text has shadow with #B2B572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B572 on black background.


Color preview on white background

This text has color #B2B572 on white background.



Black color preview on #B2B572 background

This text has black color on #B2B572 background.


White color preview on #B2B572 background

This text has white color on #B2B572 background.