COLOR #BAAC88

HEX: #BAAC88
RGB: (186,172,136)

Color info

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

RGB color model

#BAAC88 color RGB value is (186,172,136).

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

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 136 of 255 = 53%

186
172
136

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

Portions of RGB colors in percentages

R + G + B =
186 + 172 + 136 = 494 (100%)
R 186 of 494 ~ 37.65%
G 172 of 494 ~ 34.82%
B 136 of 494 ~ 27.53%

%37.65
%34.82
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,8,27,27)
C0M8Y27K27 
(0%,8%,27%,27%)
(0.00/0.08/0.27/0.27)	

CMYK percentages

%0
%7.53
%26.88
%27.06

Codes

Color #BAAC88 in popluar color models

BAAC88
RGB186172136
HSL43°26.60%63.14%
HSB/HSV43°26.88%72.94%
CMYK0.00%7.53%26.88%
27.06%

Color #BAAC88 in popluar number systems.

HEXBAAC88
Decimal186172136
Binary101110101010110010001000
Octal272254210

Shades and tints

Shades of #BAAC88

#BAAC88
(186,172,136)
#AA9D7C
(170,157,124)
#9A8E70
(154,142,112)
#8A7F64
(138,127,100)
#7A7058
(122,112,88)
#6A614C
(106,97,76)
#5A5240
(90,82,64)
#4A4334
(74,67,52)
#3A3428
(58,52,40)
#2A251C
(42,37,28)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #BAAC88

#BAAC88
(186,172,136)
#C0B392
(192,179,146)
#C6BA9C
(198,186,156)
#CCC1A6
(204,193,166)
#D2C8B0
(210,200,176)
#D8CFBA
(216,207,186)
#DED6C4
(222,214,196)
#E4DDCE
(228,221,206)
#EAE4D8
(234,228,216)
#F0EBE2
(240,235,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAC88; }

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

This text font color is #BAAC88.


Background Color

.myBgColor { background-color: #BAAC88; }

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

This div background color is #BAAC88.


Border color

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

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

This div border color is #BAAC88.


Opacity

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

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

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

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

This text has shadow with #BAAC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAC88 on black background.


Color preview on white background

This text has color #BAAC88 on white background.



Black color preview on #BAAC88 background

This text has black color on #BAAC88 background.


White color preview on #BAAC88 background

This text has white color on #BAAC88 background.