COLOR #BA9999

HEX: #BA9999
RGB: (186,153,153)

Color info

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

RGB color model

#BA9999 color RGB value is (186,153,153).

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

RGB channels and saturation

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

186
153
153

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

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 153 = 492 (100%)
R 186 of 492 ~ 37.8%
G 153 of 492 ~ 31.1%
B 153 of 492 ~ 31.1%

%37.8
%31.1
%31.1

CMYK color model

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

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

CMYK percentages

%0
%17.74
%17.74
%27.06

Codes

Color #BA9999 in popluar color models

BA9999
RGB186153153
HSL19.30%66.47%
HSB/HSV17.74%72.94%
CMYK0.00%17.74%17.74%
27.06%

Color #BA9999 in popluar number systems.

HEXBA9999
Decimal186153153
Binary101110101001100110011001
Octal272231231

Shades and tints

Shades of #BA9999

#BA9999
(186,153,153)
#AA8C8C
(170,140,140)
#9A7F7F
(154,127,127)
#8A7272
(138,114,114)
#7A6565
(122,101,101)
#6A5858
(106,88,88)
#5A4B4B
(90,75,75)
#4A3E3E
(74,62,62)
#3A3131
(58,49,49)
#2A2424
(42,36,36)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #BA9999

#BA9999
(186,153,153)
#C0A2A2
(192,162,162)
#C6ABAB
(198,171,171)
#CCB4B4
(204,180,180)
#D2BDBD
(210,189,189)
#D8C6C6
(216,198,198)
#DECFCF
(222,207,207)
#E4D8D8
(228,216,216)
#EAE1E1
(234,225,225)
#F0EAEA
(240,234,234)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9999; }

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

This text font color is #BA9999.


Background Color

.myBgColor { background-color: #BA9999; }

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

This div background color is #BA9999.


Border color

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

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

This div border color is #BA9999.


Opacity

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

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

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

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

This text has shadow with #BA9999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9999 on black background.


Color preview on white background

This text has color #BA9999 on white background.



Black color preview on #BA9999 background

This text has black color on #BA9999 background.


White color preview on #BA9999 background

This text has white color on #BA9999 background.