COLOR #BAAD66

HEX: #BAAD66
RGB: (186,173,102)

Color info

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

RGB color model

#BAAD66 color RGB value is (186,173,102).

  • red value is 186;
  • green value is 173;
  • blue value is 102.
RGB:
(186,173,102)
(73%,68%,40%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 102 of 255 = 40%

186
173
102

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

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 102 = 461 (100%)
R 186 of 461 ~ 40.35%
G 173 of 461 ~ 37.53%
B 102 of 461 ~ 22.13%

%40.35
%37.53
%22.13

CMYK color model

#BAAD66 color CMYK value is (0,7,45,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 45.16%
  • key color value is 27.06%
CMYK:
(0,7,45,27)
C0M7Y45K27 
(0%,7%,45%,27%)
(0.00/0.07/0.45/0.27)	

CMYK percentages

%0
%6.99
%45.16
%27.06

Codes

Color #BAAD66 in popluar color models

BAAD66
RGB186173102
HSL51°37.84%56.47%
HSB/HSV51°45.16%72.94%
CMYK0.00%6.99%45.16%
27.06%

Color #BAAD66 in popluar number systems.

HEXBAAD66
Decimal186173102
Binary10111010101011011100110
Octal272255146

Shades and tints

Shades of #BAAD66

#BAAD66
(186,173,102)
#AA9E5D
(170,158,93)
#9A8F54
(154,143,84)
#8A804B
(138,128,75)
#7A7142
(122,113,66)
#6A6239
(106,98,57)
#5A5330
(90,83,48)
#4A4427
(74,68,39)
#3A351E
(58,53,30)
#2A2615
(42,38,21)
#1A170C
(26,23,12)
#000000
(0,0,0)

Tints of #BAAD66

#BAAD66
(186,173,102)
#C0B473
(192,180,115)
#C6BB80
(198,187,128)
#CCC28D
(204,194,141)
#D2C99A
(210,201,154)
#D8D0A7
(216,208,167)
#DED7B4
(222,215,180)
#E4DEC1
(228,222,193)
#EAE5CE
(234,229,206)
#F0ECDB
(240,236,219)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAD66; }

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

This text font color is #BAAD66.


Background Color

.myBgColor { background-color: #BAAD66; }

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

This div background color is #BAAD66.


Border color

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

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

This div border color is #BAAD66.


Opacity

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

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

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

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

This text has shadow with #BAAD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAD66 on black background.


Color preview on white background

This text has color #BAAD66 on white background.



Black color preview on #BAAD66 background

This text has black color on #BAAD66 background.


White color preview on #BAAD66 background

This text has white color on #BAAD66 background.