COLOR #BA9696

HEX: #BA9696
RGB: (186,150,150)

Color info

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

RGB color model

#BA9696 color RGB value is (186,150,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 150 of 255 = 59%

186
150
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 150 = 486 (100%)
R 186 of 486 ~ 38.27%
G 150 of 486 ~ 30.86%
B 150 of 486 ~ 30.86%

%38.27
%30.86
%30.86

CMYK color model

#BA9696 color CMYK value is (0,19,19,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,19,19,27)
C0M19Y19K27 
(0%,19%,19%,27%)
(0.00/0.19/0.19/0.27)	

CMYK percentages

%0
%19.35
%19.35
%27.06

Codes

Color #BA9696 in popluar color models

BA9696
RGB186150150
HSL20.69%65.88%
HSB/HSV19.35%72.94%
CMYK0.00%19.35%19.35%
27.06%

Color #BA9696 in popluar number systems.

HEXBA9696
Decimal186150150
Binary101110101001011010010110
Octal272226226

Shades and tints

Shades of #BA9696

#BA9696
(186,150,150)
#AA8989
(170,137,137)
#9A7C7C
(154,124,124)
#8A6F6F
(138,111,111)
#7A6262
(122,98,98)
#6A5555
(106,85,85)
#5A4848
(90,72,72)
#4A3B3B
(74,59,59)
#3A2E2E
(58,46,46)
#2A2121
(42,33,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BA9696

#BA9696
(186,150,150)
#C09F9F
(192,159,159)
#C6A8A8
(198,168,168)
#CCB1B1
(204,177,177)
#D2BABA
(210,186,186)
#D8C3C3
(216,195,195)
#DECCCC
(222,204,204)
#E4D5D5
(228,213,213)
#EADEDE
(234,222,222)
#F0E7E7
(240,231,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9696; }

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

This text font color is #BA9696.


Background Color

.myBgColor { background-color: #BA9696; }

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

This div background color is #BA9696.


Border color

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

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

This div border color is #BA9696.


Opacity

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

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

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

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

This text has shadow with #BA9696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9696 on black background.


Color preview on white background

This text has color #BA9696 on white background.



Black color preview on #BA9696 background

This text has black color on #BA9696 background.


White color preview on #BA9696 background

This text has white color on #BA9696 background.