COLOR #BAA189

HEX: #BAA189
RGB: (186,161,137)

Color info

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

RGB color model

#BAA189 color RGB value is (186,161,137).

  • red value is 186;
  • green value is 161;
  • blue value is 137.
RGB:
(186,161,137)
(73%,63%,54%)

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 137 of 255 = 54%

186
161
137

R + G + B ~ 63%. #BAA189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 137 = 484 (100%)
R 186 of 484 ~ 38.43%
G 161 of 484 ~ 33.26%
B 137 of 484 ~ 28.31%

%38.43
%33.26
%28.31

CMYK color model

#BAA189 color CMYK value is (0,13,26,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK:
(0,13,26,27)
C0M13Y26K27 
(0%,13%,26%,27%)
(0.00/0.13/0.26/0.27)	

CMYK percentages

%0
%13.44
%26.34
%27.06

Codes

Color #BAA189 in popluar color models

BAA189
RGB186161137
HSL29°26.20%63.33%
HSB/HSV29°26.34%72.94%
CMYK0.00%13.44%26.34%
27.06%

Color #BAA189 in popluar number systems.

HEXBAA189
Decimal186161137
Binary101110101010000110001001
Octal272241211

Shades and tints

Shades of #BAA189

#BAA189
(186,161,137)
#AA937D
(170,147,125)
#9A8571
(154,133,113)
#8A7765
(138,119,101)
#7A6959
(122,105,89)
#6A5B4D
(106,91,77)
#5A4D41
(90,77,65)
#4A3F35
(74,63,53)
#3A3129
(58,49,41)
#2A231D
(42,35,29)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BAA189

#BAA189
(186,161,137)
#C0A993
(192,169,147)
#C6B19D
(198,177,157)
#CCB9A7
(204,185,167)
#D2C1B1
(210,193,177)
#D8C9BB
(216,201,187)
#DED1C5
(222,209,197)
#E4D9CF
(228,217,207)
#EAE1D9
(234,225,217)
#F0E9E3
(240,233,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA189; }

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

This text font color is #BAA189.


Background Color

.myBgColor { background-color: #BAA189; }

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

This div background color is #BAA189.


Border color

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

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

This div border color is #BAA189.


Opacity

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

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

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

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

This text has shadow with #BAA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA189 on black background.


Color preview on white background

This text has color #BAA189 on white background.



Black color preview on #BAA189 background

This text has black color on #BAA189 background.


White color preview on #BAA189 background

This text has white color on #BAA189 background.