COLOR #B4BF91

HEX: #B4BF91
RGB: (180,191,145)

Color info

#B4BF91 contains red, green and blue colors in about the same proportion. Web safe color of #B4BF91 is #CCCC99 (or #CC9).

RGB color model

#B4BF91 color RGB value is (180,191,145).

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

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 145 of 255 = 57%

180
191
145

R + G + B ~ 68%. #B4BF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 145 = 516 (100%)
R 180 of 516 ~ 34.88%
G 191 of 516 ~ 37.02%
B 145 of 516 ~ 28.1%

%34.88
%37.02
%28.1

CMYK color model

#B4BF91 color CMYK value is (6,0,24,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 25.10%
CMYK:
(6,0,24,25)
C6M0Y24K25 
(6%,0%,24%,25%)
(0.06/0.00/0.24/0.25)	

CMYK percentages

%5.76
%0
%24.08
%25.1

Codes

Color #B4BF91 in popluar color models

B4BF91
RGB180191145
HSL74°26.44%65.88%
HSB/HSV74°24.08%74.90%
CMYK5.76%0.00%24.08%
25.10%

Color #B4BF91 in popluar number systems.

HEXB4BF91
Decimal180191145
Binary101101001011111110010001
Octal264277221

Shades and tints

Shades of #B4BF91

#B4BF91
(180,191,145)
#A4AE84
(164,174,132)
#949D77
(148,157,119)
#848C6A
(132,140,106)
#747B5D
(116,123,93)
#646A50
(100,106,80)
#545943
(84,89,67)
#444836
(68,72,54)
#343729
(52,55,41)
#24261C
(36,38,28)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #B4BF91

#B4BF91
(180,191,145)
#BAC49B
(186,196,155)
#C0C9A5
(192,201,165)
#C6CEAF
(198,206,175)
#CCD3B9
(204,211,185)
#D2D8C3
(210,216,195)
#D8DDCD
(216,221,205)
#DEE2D7
(222,226,215)
#E4E7E1
(228,231,225)
#EAECEB
(234,236,235)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BF91; }

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

This text font color is #B4BF91.


Background Color

.myBgColor { background-color: #B4BF91; }

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

This div background color is #B4BF91.


Border color

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

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

This div border color is #B4BF91.


Opacity

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

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

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

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

This text has shadow with #B4BF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BF91 on black background.


Color preview on white background

This text has color #B4BF91 on white background.



Black color preview on #B4BF91 background

This text has black color on #B4BF91 background.


White color preview on #B4BF91 background

This text has white color on #B4BF91 background.