COLOR #BAA066

HEX: #BAA066
RGB: (186,160,102)

Color info

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

RGB color model

#BAA066 color RGB value is (186,160,102).

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

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 102 of 255 = 40%

186
160
102

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

Portions of RGB colors in percentages

R + G + B =
186 + 160 + 102 = 448 (100%)
R 186 of 448 ~ 41.52%
G 160 of 448 ~ 35.71%
B 102 of 448 ~ 22.77%

%41.52
%35.71
%22.77

CMYK color model

#BAA066 color CMYK value is (0,14,45,27).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 45.16%
  • key color value is 27.06%
CMYK:
(0,14,45,27)
C0M14Y45K27 
(0%,14%,45%,27%)
(0.00/0.14/0.45/0.27)	

CMYK percentages

%0
%13.98
%45.16
%27.06

Codes

Color #BAA066 in popluar color models

BAA066
RGB186160102
HSL41°37.84%56.47%
HSB/HSV41°45.16%72.94%
CMYK0.00%13.98%45.16%
27.06%

Color #BAA066 in popluar number systems.

HEXBAA066
Decimal186160102
Binary10111010101000001100110
Octal272240146

Shades and tints

Shades of #BAA066

#BAA066
(186,160,102)
#AA925D
(170,146,93)
#9A8454
(154,132,84)
#8A764B
(138,118,75)
#7A6842
(122,104,66)
#6A5A39
(106,90,57)
#5A4C30
(90,76,48)
#4A3E27
(74,62,39)
#3A301E
(58,48,30)
#2A2215
(42,34,21)
#1A140C
(26,20,12)
#000000
(0,0,0)

Tints of #BAA066

#BAA066
(186,160,102)
#C0A873
(192,168,115)
#C6B080
(198,176,128)
#CCB88D
(204,184,141)
#D2C09A
(210,192,154)
#D8C8A7
(216,200,167)
#DED0B4
(222,208,180)
#E4D8C1
(228,216,193)
#EAE0CE
(234,224,206)
#F0E8DB
(240,232,219)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA066; }

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

This text font color is #BAA066.


Background Color

.myBgColor { background-color: #BAA066; }

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

This div background color is #BAA066.


Border color

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

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

This div border color is #BAA066.


Opacity

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

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

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

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

This text has shadow with #BAA066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA066 on black background.


Color preview on white background

This text has color #BAA066 on white background.



Black color preview on #BAA066 background

This text has black color on #BAA066 background.


White color preview on #BAA066 background

This text has white color on #BAA066 background.