COLOR #BA8B9B

HEX: #BA8B9B
RGB: (186,139,155)

Color info

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

RGB color model

#BA8B9B color RGB value is (186,139,155).

  • red value is 186;
  • green value is 139;
  • blue value is 155.
RGB:
(186,139,155)
(73%,55%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 155 of 255 = 61%

186
139
155

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

Portions of RGB colors in percentages

R + G + B =
186 + 139 + 155 = 480 (100%)
R 186 of 480 ~ 38.75%
G 139 of 480 ~ 28.96%
B 155 of 480 ~ 32.29%

%38.75
%28.96
%32.29

CMYK color model

#BA8B9B color CMYK value is (0,25,17,27).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,25,17,27)
C0M25Y17K27 
(0%,25%,17%,27%)
(0.00/0.25/0.17/0.27)	

CMYK percentages

%0
%25.27
%16.67
%27.06

Codes

Color #BA8B9B in popluar color models

BA8B9B
RGB186139155
HSL340°25.41%63.73%
HSB/HSV340°25.27%72.94%
CMYK0.00%25.27%16.67%
27.06%

Color #BA8B9B in popluar number systems.

HEXBA8B9B
Decimal186139155
Binary101110101000101110011011
Octal272213233

Shades and tints

Shades of #BA8B9B

#BA8B9B
(186,139,155)
#AA7F8D
(170,127,141)
#9A737F
(154,115,127)
#8A6771
(138,103,113)
#7A5B63
(122,91,99)
#6A4F55
(106,79,85)
#5A4347
(90,67,71)
#4A3739
(74,55,57)
#3A2B2B
(58,43,43)
#2A1F1D
(42,31,29)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #BA8B9B

#BA8B9B
(186,139,155)
#C095A4
(192,149,164)
#C69FAD
(198,159,173)
#CCA9B6
(204,169,182)
#D2B3BF
(210,179,191)
#D8BDC8
(216,189,200)
#DEC7D1
(222,199,209)
#E4D1DA
(228,209,218)
#EADBE3
(234,219,227)
#F0E5EC
(240,229,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8B9B; }

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

This text font color is #BA8B9B.


Background Color

.myBgColor { background-color: #BA8B9B; }

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

This div background color is #BA8B9B.


Border color

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

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

This div border color is #BA8B9B.


Opacity

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

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

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

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

This text has shadow with #BA8B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8B9B on black background.


Color preview on white background

This text has color #BA8B9B on white background.



Black color preview on #BA8B9B background

This text has black color on #BA8B9B background.


White color preview on #BA8B9B background

This text has white color on #BA8B9B background.