COLOR #BAAD60

HEX: #BAAD60 RGB: (186,173,96)

Color info

#BAAD60 contains mainly red and green colors. Web safe color of #BAAD60 is #CC9966 (or #C96).

RGB color model

#BAAD60 color RGB value is (186,173,96).

RGB: (186,173,96) (73%, 68%, 38%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 96 of 255 = 38%

186
173
96

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

Portions of RGB colors in percentages

R + G + B = 186 + 173 + 96 = 455 (100%)
R 186 of 455 ~ 40.88%
G 173 of 455 ~ 38.02%
B 96 of 455 ~ 21.1'%

%40.88
%38.02
%21.1

CMYK color model

#BAAD60 color CMYK value is (0,7,48,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 48.39%
  • key color value is 27.06%

CMYK: (0,7,48,27)
C0M7Y48K27 (0%, 7%, 48%, 27%)
(0.00 / 0.07 / 0.48 / 0.27)

CMYK percentages

%0
%6.99
%48.39
%27.06

Codes

Color #BAAD60 in popluar color models

BA AD 60
RGB 186 173 96
HSL 51° 39.47% 55.29%
HSB/HSV 51° 48.39% 72.94%
CMYK 0.00% 6.99% 48.39%
27.06%

Color #BAAD60 in popluar number systems.

HEX BA AD 60
Decimal 186 173 96
Binary 10111010 10101101 1100000
Octal 272 255 140

Shades and tints

Shades of #BAAD60

#BAAD60
(186,173,96)
#AA9E58
(170,158,88)
#9A8F50
(154,143,80)
#8A8048
(138,128,72)
#7A7140
(122,113,64)
#6A6238
(106,98,56)
#5A5330
(90,83,48)
#4A4428
(74,68,40)
#3A3520
(58,53,32)
#2A2618
(42,38,24)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #BAAD60

#BAAD60
(186,173,96)
#C0B46E
(192,180,110)
#C6BB7C
(198,187,124)
#CCC28A
(204,194,138)
#D2C998
(210,201,152)
#D8D0A6
(216,208,166)
#DED7B4
(222,215,180)
#E4DEC2
(228,222,194)
#EAE5D0
(234,229,208)
#F0ECDE
(240,236,222)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAD60 color. Also use rgb(186,173,96) instead hex code.

Text Font Color

.myTextColor { color: #BAAD60; }

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

This text font color is #BAAD60.

Background Color

.myBgColor { background-color: #BAAD60; }

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

This div background color is #BAAD60.

Border color

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

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

This div border color is #BAAD60.

Opacity

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

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

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

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

This text has shadow with #BAAD60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAD60.

Preview

Color preview on black background

This text has color #BAAD60 on black background.


Color preview on white background

This text has color #BAAD60 on white background.


Black color preview on #BAAD60 background

This text has black color on #BAAD60 background.


White color preview on #BAAD60 background

This text has white color on #BAAD60 background.


Related colors

Complementary color

Complementary color for #hex is #45529F.


I love getcolorcode.com

Triadic colors

1 #60BAAD and #AD60BA with #BAAD60 are triadic colors.

2 #60ADBA and #ADBA60 with #BAAD60 are triadic colors.