COLOR #BA9695

HEX: #BA9695
RGB: (186,150,149)

Color info

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

RGB color model

#BA9695 color RGB value is (186,150,149).

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

RGB channels and saturation

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

186
150
149

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

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 149 = 485 (100%)
R 186 of 485 ~ 38.35%
G 150 of 485 ~ 30.93%
B 149 of 485 ~ 30.72%

%38.35
%30.93
%30.72

CMYK color model

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

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

CMYK percentages

%0
%19.35
%19.89
%27.06

Codes

Color #BA9695 in popluar color models

BA9695
RGB186150149
HSL21.14%65.69%
HSB/HSV19.89%72.94%
CMYK0.00%19.35%19.89%
27.06%

Color #BA9695 in popluar number systems.

HEXBA9695
Decimal186150149
Binary101110101001011010010101
Octal272226225

Shades and tints

Shades of #BA9695

#BA9695
(186,150,149)
#AA8988
(170,137,136)
#9A7C7B
(154,124,123)
#8A6F6E
(138,111,110)
#7A6261
(122,98,97)
#6A5554
(106,85,84)
#5A4847
(90,72,71)
#4A3B3A
(74,59,58)
#3A2E2D
(58,46,45)
#2A2120
(42,33,32)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #BA9695

#BA9695
(186,150,149)
#C09F9E
(192,159,158)
#C6A8A7
(198,168,167)
#CCB1B0
(204,177,176)
#D2BAB9
(210,186,185)
#D8C3C2
(216,195,194)
#DECCCB
(222,204,203)
#E4D5D4
(228,213,212)
#EADEDD
(234,222,221)
#F0E7E6
(240,231,230)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9695; }

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

This text font color is #BA9695.


Background Color

.myBgColor { background-color: #BA9695; }

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

This div background color is #BA9695.


Border color

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

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

This div border color is #BA9695.


Opacity

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

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

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

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

This text has shadow with #BA9695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9695 on black background.


Color preview on white background

This text has color #BA9695 on white background.



Black color preview on #BA9695 background

This text has black color on #BA9695 background.


White color preview on #BA9695 background

This text has white color on #BA9695 background.