COLOR #B4BA6D

HEX: #B4BA6D RGB: (180,186,109)

Color info

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

RGB color model

#B4BA6D color RGB value is (180,186,109).

RGB: (180,186,109) (71%, 73%, 43%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 109 of 255 = 43%

180
186
109

R + G + B ~ 62%. #B4BA6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 186 + 109 = 475 (100%)
R 180 of 475 ~ 37.89%
G 186 of 475 ~ 39.16%
B 109 of 475 ~ 22.95'%

%37.89
%39.16
%22.95

CMYK color model

#B4BA6D color CMYK value is (3,0,41,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 27.06%

CMYK: (3,0,41,27)
C3M0Y41K27 (3%, 0%, 41%, 27%)
(0.03 / 0.00 / 0.41 / 0.27)

CMYK percentages

%3.23
%0
%41.4
%27.06

Codes

Color #B4BA6D in popluar color models

B4 BA 6D
RGB 180 186 109
HSL 65° 35.81% 57.84%
HSB/HSV 65° 41.40% 72.94%
CMYK 3.23% 0.00% 41.40%
27.06%

Color #B4BA6D in popluar number systems.

HEX B4 BA 6D
Decimal 180 186 109
Binary 10110100 10111010 1101101
Octal 264 272 155

Shades and tints

Shades of #B4BA6D

#B4BA6D
(180,186,109)
#A4AA64
(164,170,100)
#949A5B
(148,154,91)
#848A52
(132,138,82)
#747A49
(116,122,73)
#646A40
(100,106,64)
#545A37
(84,90,55)
#444A2E
(68,74,46)
#343A25
(52,58,37)
#242A1C
(36,42,28)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4BA6D

#B4BA6D
(180,186,109)
#BAC07A
(186,192,122)
#C0C687
(192,198,135)
#C6CC94
(198,204,148)
#CCD2A1
(204,210,161)
#D2D8AE
(210,216,174)
#D8DEBB
(216,222,187)
#DEE4C8
(222,228,200)
#E4EAD5
(228,234,213)
#EAF0E2
(234,240,226)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BA6D; }

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

This text font color is #B4BA6D.

Background Color

.myBgColor { background-color: #B4BA6D; }

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

This div background color is #B4BA6D.

Border color

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

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

This div border color is #B4BA6D.

Opacity

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

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

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

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

This text has shadow with #B4BA6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BA6D.

Preview

Color preview on black background

This text has color #B4BA6D on black background.


Color preview on white background

This text has color #B4BA6D on white background.


Black color preview on #B4BA6D background

This text has black color on #B4BA6D background.


White color preview on #B4BA6D background

This text has white color on #B4BA6D background.


Related colors

Complementary color

Complementary color for #hex is #4B4592.


I love getcolorcode.com

Triadic colors

1 #6DB4BA and #BA6DB4 with #B4BA6D are triadic colors.

2 #6DBAB4 and #BAB46D with #B4BA6D are triadic colors.