COLOR #B4BF82

HEX: #B4BF82
RGB: (180,191,130)

Color info

#B4BF82 contains mainly red and green colors. Web safe color of #B4BF82 is #CCCC99 (or #CC9).

RGB color model

#B4BF82 color RGB value is (180,191,130).

  • red value is 180;
  • green value is 191;
  • blue value is 130.
RGB:
(180,191,130)
(71%,75%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 130 of 255 = 51%

180
191
130

R + G + B ~ 66%. #B4BF82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 130 = 501 (100%)
R 180 of 501 ~ 35.93%
G 191 of 501 ~ 38.12%
B 130 of 501 ~ 25.95%

%35.93
%38.12
%25.95

CMYK color model

#B4BF82 color CMYK value is (6,0,32,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 25.10%
CMYK:
(6,0,32,25)
C6M0Y32K25 
(6%,0%,32%,25%)
(0.06/0.00/0.32/0.25)	

CMYK percentages

%5.76
%0
%31.94
%25.1

Codes

Color #B4BF82 in popluar color models

B4BF82
RGB180191130
HSL71°32.28%62.94%
HSB/HSV71°31.94%74.90%
CMYK5.76%0.00%31.94%
25.10%

Color #B4BF82 in popluar number systems.

HEXB4BF82
Decimal180191130
Binary101101001011111110000010
Octal264277202

Shades and tints

Shades of #B4BF82

#B4BF82
(180,191,130)
#A4AE77
(164,174,119)
#949D6C
(148,157,108)
#848C61
(132,140,97)
#747B56
(116,123,86)
#646A4B
(100,106,75)
#545940
(84,89,64)
#444835
(68,72,53)
#34372A
(52,55,42)
#24261F
(36,38,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4BF82

#B4BF82
(180,191,130)
#BAC48D
(186,196,141)
#C0C998
(192,201,152)
#C6CEA3
(198,206,163)
#CCD3AE
(204,211,174)
#D2D8B9
(210,216,185)
#D8DDC4
(216,221,196)
#DEE2CF
(222,226,207)
#E4E7DA
(228,231,218)
#EAECE5
(234,236,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BF82 color. Also use rgb(180,191,130) instead hex code.

Text Font Color

.myTextColor { color: #B4BF82; }

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

This text font color is #B4BF82.


Background Color

.myBgColor { background-color: #B4BF82; }

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

This div background color is #B4BF82.


Border color

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

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

This div border color is #B4BF82.


Opacity

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

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

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

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

This text has shadow with #B4BF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BF82 on black background.


Color preview on white background

This text has color #B4BF82 on white background.



Black color preview on #B4BF82 background

This text has black color on #B4BF82 background.


White color preview on #B4BF82 background

This text has white color on #B4BF82 background.