COLOR #BA988C

HEX: #BA988C RGB: (186,152,140)

Color info

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

RGB color model

#BA988C color RGB value is (186,152,140).

RGB: (186,152,140) (73%, 60%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 152 of 255 = 60%
B 140 of 255 = 55%

186
152
140

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

Portions of RGB colors in percentages

R + G + B = 186 + 152 + 140 = 478 (100%)
R 186 of 478 ~ 38.91%
G 152 of 478 ~ 31.8%
B 140 of 478 ~ 29.29'%

%38.91
%31.8
%29.29

CMYK color model

#BA988C color CMYK value is (0,18,25,27).

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 24.73%
  • key color value is 27.06%

CMYK: (0,18,25,27)
C0M18Y25K27 (0%, 18%, 25%, 27%)
(0.00 / 0.18 / 0.25 / 0.27)

CMYK percentages

%0
%18.28
%24.73
%27.06

Codes

Color #BA988C in popluar color models

BA 98 8C
RGB 186 152 140
HSL 16° 25.00% 63.92%
HSB/HSV 16° 24.73% 72.94%
CMYK 0.00% 18.28% 24.73%
27.06%

Color #BA988C in popluar number systems.

HEX BA 98 8C
Decimal 186 152 140
Binary 10111010 10011000 10001100
Octal 272 230 214

Shades and tints

Shades of #BA988C

#BA988C
(186,152,140)
#AA8B80
(170,139,128)
#9A7E74
(154,126,116)
#8A7168
(138,113,104)
#7A645C
(122,100,92)
#6A5750
(106,87,80)
#5A4A44
(90,74,68)
#4A3D38
(74,61,56)
#3A302C
(58,48,44)
#2A2320
(42,35,32)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BA988C

#BA988C
(186,152,140)
#C0A196
(192,161,150)
#C6AAA0
(198,170,160)
#CCB3AA
(204,179,170)
#D2BCB4
(210,188,180)
#D8C5BE
(216,197,190)
#DECEC8
(222,206,200)
#E4D7D2
(228,215,210)
#EAE0DC
(234,224,220)
#F0E9E6
(240,233,230)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA988C color. Also use rgb(186,152,140) instead hex code.

Text Font Color

.myTextColor { color: #BA988C; }

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

This text font color is #BA988C.

Background Color

.myBgColor { background-color: #BA988C; }

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

This div background color is #BA988C.

Border color

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

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

This div border color is #BA988C.

Opacity

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

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

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

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

This text has shadow with #BA988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA988C.

Preview

Color preview on black background

This text has color #BA988C on black background.


Color preview on white background

This text has color #BA988C on white background.


Black color preview on #BA988C background

This text has black color on #BA988C background.


White color preview on #BA988C background

This text has white color on #BA988C background.


Related colors

Complementary color

Complementary color for #hex is #456773.


I love getcolorcode.com

Triadic colors

1 #8CBA98 and #988CBA with #BA988C are triadic colors.

2 #8C98BA and #98BA8C with #BA988C are triadic colors.