COLOR #BAA099

HEX: #BAA099 RGB: (186,160,153)

Color info

#BAA099 contains red, green and blue colors in about the same proportion. Web safe color of #BAA099 is #CC9999 (or #C99).

RGB color model

#BAA099 color RGB value is (186,160,153).

RGB: (186,160,153) (73%, 63%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 153 of 255 = 60%

186
160
153

R + G + B ~ 65%. #BAA099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 160 + 153 = 499 (100%)
R 186 of 499 ~ 37.27%
G 160 of 499 ~ 32.06%
B 153 of 499 ~ 30.66'%

%37.27
%32.06
%30.66

CMYK color model

#BAA099 color CMYK value is (0,14,18,27).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 17.74%
  • key color value is 27.06%

CMYK: (0,14,18,27)
C0M14Y18K27 (0%, 14%, 18%, 27%)
(0.00 / 0.14 / 0.18 / 0.27)

CMYK percentages

%0
%13.98
%17.74
%27.06

Codes

Color #BAA099 in popluar color models

BA A0 99
RGB 186 160 153
HSL 13° 19.30% 66.47%
HSB/HSV 13° 17.74% 72.94%
CMYK 0.00% 13.98% 17.74%
27.06%

Color #BAA099 in popluar number systems.

HEX BA A0 99
Decimal 186 160 153
Binary 10111010 10100000 10011001
Octal 272 240 231

Shades and tints

Shades of #BAA099

#BAA099
(186,160,153)
#AA928C
(170,146,140)
#9A847F
(154,132,127)
#8A7672
(138,118,114)
#7A6865
(122,104,101)
#6A5A58
(106,90,88)
#5A4C4B
(90,76,75)
#4A3E3E
(74,62,62)
#3A3031
(58,48,49)
#2A2224
(42,34,36)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BAA099

#BAA099
(186,160,153)
#C0A8A2
(192,168,162)
#C6B0AB
(198,176,171)
#CCB8B4
(204,184,180)
#D2C0BD
(210,192,189)
#D8C8C6
(216,200,198)
#DED0CF
(222,208,207)
#E4D8D8
(228,216,216)
#EAE0E1
(234,224,225)
#F0E8EA
(240,232,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA099; }

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

This text font color is #BAA099.

Background Color

.myBgColor { background-color: #BAA099; }

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

This div background color is #BAA099.

Border color

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

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

This div border color is #BAA099.

Opacity

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

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

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

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

This text has shadow with #BAA099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA099.

Preview

Color preview on black background

This text has color #BAA099 on black background.


Color preview on white background

This text has color #BAA099 on white background.


Black color preview on #BAA099 background

This text has black color on #BAA099 background.


White color preview on #BAA099 background

This text has white color on #BAA099 background.


Related colors

Complementary color

Complementary color for #hex is #455F66.


I love getcolorcode.com

Triadic colors

1 #99BAA0 and #A099BA with #BAA099 are triadic colors.

2 #99A0BA and #A0BA99 with #BAA099 are triadic colors.