COLOR #BAAB89

HEX: #BAAB89 RGB: (186,171,137)

Color info

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

RGB color model

#BAAB89 color RGB value is (186,171,137).

RGB: (186,171,137) (73%, 67%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 137 of 255 = 54%

186
171
137

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

Portions of RGB colors in percentages

R + G + B = 186 + 171 + 137 = 494 (100%)
R 186 of 494 ~ 37.65%
G 171 of 494 ~ 34.62%
B 137 of 494 ~ 27.73'%

%37.65
%34.62
%27.73

CMYK color model

#BAAB89 color CMYK value is (0,8,26,27).

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

CMYK: (0,8,26,27)
C0M8Y26K27 (0%, 8%, 26%, 27%)
(0.00 / 0.08 / 0.26 / 0.27)

CMYK percentages

%0
%8.06
%26.34
%27.06

Codes

Color #BAAB89 in popluar color models

BA AB 89
RGB 186 171 137
HSL 42° 26.20% 63.33%
HSB/HSV 42° 26.34% 72.94%
CMYK 0.00% 8.06% 26.34%
27.06%

Color #BAAB89 in popluar number systems.

HEX BA AB 89
Decimal 186 171 137
Binary 10111010 10101011 10001001
Octal 272 253 211

Shades and tints

Shades of #BAAB89

#BAAB89
(186,171,137)
#AA9C7D
(170,156,125)
#9A8D71
(154,141,113)
#8A7E65
(138,126,101)
#7A6F59
(122,111,89)
#6A604D
(106,96,77)
#5A5141
(90,81,65)
#4A4235
(74,66,53)
#3A3329
(58,51,41)
#2A241D
(42,36,29)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BAAB89

#BAAB89
(186,171,137)
#C0B293
(192,178,147)
#C6B99D
(198,185,157)
#CCC0A7
(204,192,167)
#D2C7B1
(210,199,177)
#D8CEBB
(216,206,187)
#DED5C5
(222,213,197)
#E4DCCF
(228,220,207)
#EAE3D9
(234,227,217)
#F0EAE3
(240,234,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAB89; }

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

This text font color is #BAAB89.

Background Color

.myBgColor { background-color: #BAAB89; }

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

This div background color is #BAAB89.

Border color

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

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

This div border color is #BAAB89.

Opacity

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

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

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

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

This text has shadow with #BAAB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAB89.

Preview

Color preview on black background

This text has color #BAAB89 on black background.


Color preview on white background

This text has color #BAAB89 on white background.


Black color preview on #BAAB89 background

This text has black color on #BAAB89 background.


White color preview on #BAAB89 background

This text has white color on #BAAB89 background.


Related colors

Complementary color

Complementary color for #hex is #455476.


I love getcolorcode.com

Triadic colors

1 #89BAAB and #AB89BA with #BAAB89 are triadic colors.

2 #89ABBA and #ABBA89 with #BAAB89 are triadic colors.