COLOR #B4BF78

HEX: #B4BF78
RGB: (180,191,120)

Color info

#B4BF78 contains mainly red and green colors. Web safe color of #B4BF78 is #CCCC66 (or #CC6).

RGB color model

#B4BF78 color RGB value is (180,191,120).

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

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 120 of 255 = 47%

180
191
120

R + G + B ~ 64%. #B4BF78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 120 = 491 (100%)
R 180 of 491 ~ 36.66%
G 191 of 491 ~ 38.9%
B 120 of 491 ~ 24.44%

%36.66
%38.9
%24.44

CMYK color model

#B4BF78 color CMYK value is (6,0,37,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK:
(6,0,37,25)
C6M0Y37K25 
(6%,0%,37%,25%)
(0.06/0.00/0.37/0.25)	

CMYK percentages

%5.76
%0
%37.17
%25.1

Codes

Color #B4BF78 in popluar color models

B4BF78
RGB180191120
HSL69°35.68%60.98%
HSB/HSV69°37.17%74.90%
CMYK5.76%0.00%37.17%
25.10%

Color #B4BF78 in popluar number systems.

HEXB4BF78
Decimal180191120
Binary10110100101111111111000
Octal264277170

Shades and tints

Shades of #B4BF78

#B4BF78
(180,191,120)
#A4AE6E
(164,174,110)
#949D64
(148,157,100)
#848C5A
(132,140,90)
#747B50
(116,123,80)
#646A46
(100,106,70)
#54593C
(84,89,60)
#444832
(68,72,50)
#343728
(52,55,40)
#24261E
(36,38,30)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4BF78

#B4BF78
(180,191,120)
#BAC484
(186,196,132)
#C0C990
(192,201,144)
#C6CE9C
(198,206,156)
#CCD3A8
(204,211,168)
#D2D8B4
(210,216,180)
#D8DDC0
(216,221,192)
#DEE2CC
(222,226,204)
#E4E7D8
(228,231,216)
#EAECE4
(234,236,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BF78; }

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

This text font color is #B4BF78.


Background Color

.myBgColor { background-color: #B4BF78; }

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

This div background color is #B4BF78.


Border color

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

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

This div border color is #B4BF78.


Opacity

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

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

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

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

This text has shadow with #B4BF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BF78 on black background.


Color preview on white background

This text has color #B4BF78 on white background.



Black color preview on #B4BF78 background

This text has black color on #B4BF78 background.


White color preview on #B4BF78 background

This text has white color on #B4BF78 background.