COLOR #BA9888

HEX: #BA9888
RGB: (186,152,136)

Color info

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

RGB color model

#BA9888 color RGB value is (186,152,136).

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

RGB channels and saturation

R 186 of 255 = 73%
G 152 of 255 = 60%
B 136 of 255 = 53%

186
152
136

R + G + B ~ 62%. #BA9888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 152 + 136 = 474 (100%)
R 186 of 474 ~ 39.24%
G 152 of 474 ~ 32.07%
B 136 of 474 ~ 28.69%

%39.24
%32.07
%28.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.28%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,18,27,27)
C0M18Y27K27 
(0%,18%,27%,27%)
(0.00/0.18/0.27/0.27)	

CMYK percentages

%0
%18.28
%26.88
%27.06

Codes

Color #BA9888 in popluar color models

BA9888
RGB186152136
HSL19°26.60%63.14%
HSB/HSV19°26.88%72.94%
CMYK0.00%18.28%26.88%
27.06%

Color #BA9888 in popluar number systems.

HEXBA9888
Decimal186152136
Binary101110101001100010001000
Octal272230210

Shades and tints

Shades of #BA9888

#BA9888
(186,152,136)
#AA8B7C
(170,139,124)
#9A7E70
(154,126,112)
#8A7164
(138,113,100)
#7A6458
(122,100,88)
#6A574C
(106,87,76)
#5A4A40
(90,74,64)
#4A3D34
(74,61,52)
#3A3028
(58,48,40)
#2A231C
(42,35,28)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #BA9888

#BA9888
(186,152,136)
#C0A192
(192,161,146)
#C6AA9C
(198,170,156)
#CCB3A6
(204,179,166)
#D2BCB0
(210,188,176)
#D8C5BA
(216,197,186)
#DECEC4
(222,206,196)
#E4D7CE
(228,215,206)
#EAE0D8
(234,224,216)
#F0E9E2
(240,233,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9888; }

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

This text font color is #BA9888.


Background Color

.myBgColor { background-color: #BA9888; }

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

This div background color is #BA9888.


Border color

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

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

This div border color is #BA9888.


Opacity

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

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

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

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

This text has shadow with #BA9888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9888 on black background.


Color preview on white background

This text has color #BA9888 on white background.



Black color preview on #BA9888 background

This text has black color on #BA9888 background.


White color preview on #BA9888 background

This text has white color on #BA9888 background.