COLOR #B4BA78

HEX: #B4BA78
RGB: (180,186,120)

Color info

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

RGB color model

#B4BA78 color RGB value is (180,186,120).

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

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 120 of 255 = 47%

180
186
120

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 120 = 486 (100%)
R 180 of 486 ~ 37.04%
G 186 of 486 ~ 38.27%
B 120 of 486 ~ 24.69%

%37.04
%38.27
%24.69

CMYK color model

#B4BA78 color CMYK value is (3,0,35,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 27.06%
CMYK:
(3,0,35,27)
C3M0Y35K27 
(3%,0%,35%,27%)
(0.03/0.00/0.35/0.27)	

CMYK percentages

%3.23
%0
%35.48
%27.06

Codes

Color #B4BA78 in popluar color models

B4BA78
RGB180186120
HSL65°32.35%60.00%
HSB/HSV65°35.48%72.94%
CMYK3.23%0.00%35.48%
27.06%

Color #B4BA78 in popluar number systems.

HEXB4BA78
Decimal180186120
Binary10110100101110101111000
Octal264272170

Shades and tints

Shades of #B4BA78

#B4BA78
(180,186,120)
#A4AA6E
(164,170,110)
#949A64
(148,154,100)
#848A5A
(132,138,90)
#747A50
(116,122,80)
#646A46
(100,106,70)
#545A3C
(84,90,60)
#444A32
(68,74,50)
#343A28
(52,58,40)
#242A1E
(36,42,30)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4BA78

#B4BA78
(180,186,120)
#BAC084
(186,192,132)
#C0C690
(192,198,144)
#C6CC9C
(198,204,156)
#CCD2A8
(204,210,168)
#D2D8B4
(210,216,180)
#D8DEC0
(216,222,192)
#DEE4CC
(222,228,204)
#E4EAD8
(228,234,216)
#EAF0E4
(234,240,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BA78; }

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

This text font color is #B4BA78.


Background Color

.myBgColor { background-color: #B4BA78; }

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

This div background color is #B4BA78.


Border color

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

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

This div border color is #B4BA78.


Opacity

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

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

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

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

This text has shadow with #B4BA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BA78 on black background.


Color preview on white background

This text has color #B4BA78 on white background.



Black color preview on #B4BA78 background

This text has black color on #B4BA78 background.


White color preview on #B4BA78 background

This text has white color on #B4BA78 background.