COLOR #BAAB99

HEX: #BAAB99 RGB: (186,171,153)

Color info

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

RGB color model

#BAAB99 color RGB value is (186,171,153).

RGB: (186,171,153) (73%, 67%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 153 of 255 = 60%

186
171
153

R + G + B ~ 67%. #BAAB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 171 + 153 = 510 (100%)
R 186 of 510 ~ 36.47%
G 171 of 510 ~ 33.53%
B 153 of 510 ~ 30'%

%36.47
%33.53
%30

CMYK color model

#BAAB99 color CMYK value is (0,8,18,27).

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

CMYK: (0,8,18,27)
C0M8Y18K27 (0%, 8%, 18%, 27%)
(0.00 / 0.08 / 0.18 / 0.27)

CMYK percentages

%0
%8.06
%17.74
%27.06

Codes

Color #BAAB99 in popluar color models

BA AB 99
RGB 186 171 153
HSL 33° 19.30% 66.47%
HSB/HSV 33° 17.74% 72.94%
CMYK 0.00% 8.06% 17.74%
27.06%

Color #BAAB99 in popluar number systems.

HEX BA AB 99
Decimal 186 171 153
Binary 10111010 10101011 10011001
Octal 272 253 231

Shades and tints

Shades of #BAAB99

#BAAB99
(186,171,153)
#AA9C8C
(170,156,140)
#9A8D7F
(154,141,127)
#8A7E72
(138,126,114)
#7A6F65
(122,111,101)
#6A6058
(106,96,88)
#5A514B
(90,81,75)
#4A423E
(74,66,62)
#3A3331
(58,51,49)
#2A2424
(42,36,36)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #BAAB99

#BAAB99
(186,171,153)
#C0B2A2
(192,178,162)
#C6B9AB
(198,185,171)
#CCC0B4
(204,192,180)
#D2C7BD
(210,199,189)
#D8CEC6
(216,206,198)
#DED5CF
(222,213,207)
#E4DCD8
(228,220,216)
#EAE3E1
(234,227,225)
#F0EAEA
(240,234,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAB99; }

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

This text font color is #BAAB99.

Background Color

.myBgColor { background-color: #BAAB99; }

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

This div background color is #BAAB99.

Border color

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

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

This div border color is #BAAB99.

Opacity

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

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

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

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

This text has shadow with #BAAB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAB99.

Preview

Color preview on black background

This text has color #BAAB99 on black background.


Color preview on white background

This text has color #BAAB99 on white background.


Black color preview on #BAAB99 background

This text has black color on #BAAB99 background.


White color preview on #BAAB99 background

This text has white color on #BAAB99 background.


Related colors

Complementary color

Complementary color for #hex is #455466.


I love getcolorcode.com

Triadic colors

1 #99BAAB and #AB99BA with #BAAB99 are triadic colors.

2 #99ABBA and #ABBA99 with #BAAB99 are triadic colors.