COLOR #BAA988

HEX: #BAA988
RGB: (186,169,136)

Color info

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

RGB color model

#BAA988 color RGB value is (186,169,136).

  • red value is 186;
  • green value is 169;
  • blue value is 136.
RGB:
(186,169,136)
(73%,66%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 136 of 255 = 53%

186
169
136

R + G + B ~ 64%. #BAA988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 136 = 491 (100%)
R 186 of 491 ~ 37.88%
G 169 of 491 ~ 34.42%
B 136 of 491 ~ 27.7%

%37.88
%34.42
%27.7

CMYK color model

#BAA988 color CMYK value is (0,9,27,27).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,9,27,27)
C0M9Y27K27 
(0%,9%,27%,27%)
(0.00/0.09/0.27/0.27)	

CMYK percentages

%0
%9.14
%26.88
%27.06

Codes

Color #BAA988 in popluar color models

BAA988
RGB186169136
HSL40°26.60%63.14%
HSB/HSV40°26.88%72.94%
CMYK0.00%9.14%26.88%
27.06%

Color #BAA988 in popluar number systems.

HEXBAA988
Decimal186169136
Binary101110101010100110001000
Octal272251210

Shades and tints

Shades of #BAA988

#BAA988
(186,169,136)
#AA9A7C
(170,154,124)
#9A8B70
(154,139,112)
#8A7C64
(138,124,100)
#7A6D58
(122,109,88)
#6A5E4C
(106,94,76)
#5A4F40
(90,79,64)
#4A4034
(74,64,52)
#3A3128
(58,49,40)
#2A221C
(42,34,28)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #BAA988

#BAA988
(186,169,136)
#C0B092
(192,176,146)
#C6B79C
(198,183,156)
#CCBEA6
(204,190,166)
#D2C5B0
(210,197,176)
#D8CCBA
(216,204,186)
#DED3C4
(222,211,196)
#E4DACE
(228,218,206)
#EAE1D8
(234,225,216)
#F0E8E2
(240,232,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA988 color. Also use rgb(186,169,136) instead hex code.

Text Font Color

.myTextColor { color: #BAA988; }

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

This text font color is #BAA988.


Background Color

.myBgColor { background-color: #BAA988; }

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

This div background color is #BAA988.


Border color

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

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

This div border color is #BAA988.


Opacity

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

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

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

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

This text has shadow with #BAA988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA988 on black background.


Color preview on white background

This text has color #BAA988 on white background.



Black color preview on #BAA988 background

This text has black color on #BAA988 background.


White color preview on #BAA988 background

This text has white color on #BAA988 background.