COLOR #B4BA67

HEX: #B4BA67
RGB: (180,186,103)

Color info

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

RGB color model

#B4BA67 color RGB value is (180,186,103).

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

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 103 of 255 = 40%

180
186
103

R + G + B ~ 61%. #B4BA67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 103 = 469 (100%)
R 180 of 469 ~ 38.38%
G 186 of 469 ~ 39.66%
B 103 of 469 ~ 21.96%

%38.38
%39.66
%21.96

CMYK color model

#B4BA67 color CMYK value is (3,0,45,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 27.06%
CMYK:
(3,0,45,27)
C3M0Y45K27 
(3%,0%,45%,27%)
(0.03/0.00/0.45/0.27)	

CMYK percentages

%3.23
%0
%44.62
%27.06

Codes

Color #B4BA67 in popluar color models

B4BA67
RGB180186103
HSL64°37.56%56.67%
HSB/HSV64°44.62%72.94%
CMYK3.23%0.00%44.62%
27.06%

Color #B4BA67 in popluar number systems.

HEXB4BA67
Decimal180186103
Binary10110100101110101100111
Octal264272147

Shades and tints

Shades of #B4BA67

#B4BA67
(180,186,103)
#A4AA5E
(164,170,94)
#949A55
(148,154,85)
#848A4C
(132,138,76)
#747A43
(116,122,67)
#646A3A
(100,106,58)
#545A31
(84,90,49)
#444A28
(68,74,40)
#343A1F
(52,58,31)
#242A16
(36,42,22)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #B4BA67

#B4BA67
(180,186,103)
#BAC074
(186,192,116)
#C0C681
(192,198,129)
#C6CC8E
(198,204,142)
#CCD29B
(204,210,155)
#D2D8A8
(210,216,168)
#D8DEB5
(216,222,181)
#DEE4C2
(222,228,194)
#E4EACF
(228,234,207)
#EAF0DC
(234,240,220)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BA67; }

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

This text font color is #B4BA67.


Background Color

.myBgColor { background-color: #B4BA67; }

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

This div background color is #B4BA67.


Border color

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

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

This div border color is #B4BA67.


Opacity

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

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

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

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

This text has shadow with #B4BA67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BA67 on black background.


Color preview on white background

This text has color #B4BA67 on white background.



Black color preview on #B4BA67 background

This text has black color on #B4BA67 background.


White color preview on #B4BA67 background

This text has white color on #B4BA67 background.