COLOR #BA9991

HEX: #BA9991
RGB: (186,153,145)

Color info

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

RGB color model

#BA9991 color RGB value is (186,153,145).

  • red value is 186;
  • green value is 153;
  • blue value is 145.
RGB:
(186,153,145)
(73%,60%,57%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 145 of 255 = 57%

186
153
145

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

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 145 = 484 (100%)
R 186 of 484 ~ 38.43%
G 153 of 484 ~ 31.61%
B 145 of 484 ~ 29.96%

%38.43
%31.61
%29.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 22.04%
  • key color value is 27.06%
CMYK:
(0,18,22,27)
C0M18Y22K27 
(0%,18%,22%,27%)
(0.00/0.18/0.22/0.27)	

CMYK percentages

%0
%17.74
%22.04
%27.06

Codes

Color #BA9991 in popluar color models

BA9991
RGB186153145
HSL12°22.91%64.90%
HSB/HSV12°22.04%72.94%
CMYK0.00%17.74%22.04%
27.06%

Color #BA9991 in popluar number systems.

HEXBA9991
Decimal186153145
Binary101110101001100110010001
Octal272231221

Shades and tints

Shades of #BA9991

#BA9991
(186,153,145)
#AA8C84
(170,140,132)
#9A7F77
(154,127,119)
#8A726A
(138,114,106)
#7A655D
(122,101,93)
#6A5850
(106,88,80)
#5A4B43
(90,75,67)
#4A3E36
(74,62,54)
#3A3129
(58,49,41)
#2A241C
(42,36,28)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #BA9991

#BA9991
(186,153,145)
#C0A29B
(192,162,155)
#C6ABA5
(198,171,165)
#CCB4AF
(204,180,175)
#D2BDB9
(210,189,185)
#D8C6C3
(216,198,195)
#DECFCD
(222,207,205)
#E4D8D7
(228,216,215)
#EAE1E1
(234,225,225)
#F0EAEB
(240,234,235)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9991 color. Also use rgb(186,153,145) instead hex code.

Text Font Color

.myTextColor { color: #BA9991; }

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

This text font color is #BA9991.


Background Color

.myBgColor { background-color: #BA9991; }

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

This div background color is #BA9991.


Border color

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

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

This div border color is #BA9991.


Opacity

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

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

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

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

This text has shadow with #BA9991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9991 on black background.


Color preview on white background

This text has color #BA9991 on white background.



Black color preview on #BA9991 background

This text has black color on #BA9991 background.


White color preview on #BA9991 background

This text has white color on #BA9991 background.