COLOR #BAB947

HEX: #BAB947 RGB: (186,185,71)

Color info

#BAB947 contains mainly red and green colors. Web safe color of #BAB947 is #CCCC33 (or #CC3).

RGB color model

#BAB947 color RGB value is (186,185,71).

RGB: (186,185,71) (73%, 73%, 28%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 71 of 255 = 28%

186
185
71

R + G + B ~ 58%. #BAB947 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 185 + 71 = 442 (100%)
R 186 of 442 ~ 42.08%
G 185 of 442 ~ 41.86%
B 71 of 442 ~ 16.06'%

%42.08
%41.86
%16.06

CMYK color model

#BAB947 color CMYK value is (0,1,62,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 61.83%
  • key color value is 27.06%

CMYK: (0,1,62,27)
C0M1Y62K27 (0%, 1%, 62%, 27%)
(0.00 / 0.01 / 0.62 / 0.27)

CMYK percentages

%0
%0.54
%61.83
%27.06

Codes

Color #BAB947 in popluar color models

BA B9 47
RGB 186 185 71
HSL 59° 45.45% 50.39%
HSB/HSV 59° 61.83% 72.94%
CMYK 0.00% 0.54% 61.83%
27.06%

Color #BAB947 in popluar number systems.

HEX BA B9 47
Decimal 186 185 71
Binary 10111010 10111001 1000111
Octal 272 271 107

Shades and tints

Shades of #BAB947

#BAB947
(186,185,71)
#AAA941
(170,169,65)
#9A993B
(154,153,59)
#8A8935
(138,137,53)
#7A792F
(122,121,47)
#6A6929
(106,105,41)
#5A5923
(90,89,35)
#4A491D
(74,73,29)
#3A3917
(58,57,23)
#2A2911
(42,41,17)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #BAB947

#BAB947
(186,185,71)
#C0BF57
(192,191,87)
#C6C567
(198,197,103)
#CCCB77
(204,203,119)
#D2D187
(210,209,135)
#D8D797
(216,215,151)
#DEDDA7
(222,221,167)
#E4E3B7
(228,227,183)
#EAE9C7
(234,233,199)
#F0EFD7
(240,239,215)
#F6F5E7
(246,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB947 color. Also use rgb(186,185,71) instead hex code.

Text Font Color

.myTextColor { color: #BAB947; }

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

This text font color is #BAB947.

Background Color

.myBgColor { background-color: #BAB947; }

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

This div background color is #BAB947.

Border color

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

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

This div border color is #BAB947.

Opacity

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

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

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

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

This text has shadow with #BAB947 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB947.

Preview

Color preview on black background

This text has color #BAB947 on black background.


Color preview on white background

This text has color #BAB947 on white background.


Black color preview on #BAB947 background

This text has black color on #BAB947 background.


White color preview on #BAB947 background

This text has white color on #BAB947 background.


Related colors

Complementary color

Complementary color for #hex is #4546B8.


I love getcolorcode.com

Triadic colors

1 #47BAB9 and #B947BA with #BAB947 are triadic colors.

2 #47B9BA and #B9BA47 with #BAB947 are triadic colors.