COLOR #BA5B7E

HEX: #BA5B7E
RGB: (186,91,126)

Color info

#BA5B7E contains mainly red color. Web safe color of #BA5B7E is #CC6666 (or #C66).

RGB color model

#BA5B7E color RGB value is (186,91,126).

  • red value is 186;
  • green value is 91;
  • blue value is 126.
RGB:
(186,91,126)
(73%,36%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 91 of 255 = 36%
B 126 of 255 = 49%

186
91
126

R + G + B ~ 53%. #BA5B7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 91 + 126 = 403 (100%)
R 186 of 403 ~ 46.15%
G 91 of 403 ~ 22.58%
B 126 of 403 ~ 31.27%

%46.15
%22.58
%31.27

CMYK color model

#BA5B7E color CMYK value is (0,51,32,27).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 32.26%
  • key color value is 27.06%
CMYK:
(0,51,32,27)
C0M51Y32K27 
(0%,51%,32%,27%)
(0.00/0.51/0.32/0.27)	

CMYK percentages

%0
%51.08
%32.26
%27.06

Codes

Color #BA5B7E in popluar color models

BA5B7E
RGB18691126
HSL338°40.77%54.31%
HSB/HSV338°51.08%72.94%
CMYK0.00%51.08%32.26%
27.06%

Color #BA5B7E in popluar number systems.

HEXBA5B7E
Decimal18691126
Binary1011101010110111111110
Octal272133176

Shades and tints

Shades of #BA5B7E

#BA5B7E
(186,91,126)
#AA5373
(170,83,115)
#9A4B68
(154,75,104)
#8A435D
(138,67,93)
#7A3B52
(122,59,82)
#6A3347
(106,51,71)
#5A2B3C
(90,43,60)
#4A2331
(74,35,49)
#3A1B26
(58,27,38)
#2A131B
(42,19,27)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #BA5B7E

#BA5B7E
(186,91,126)
#C06989
(192,105,137)
#C67794
(198,119,148)
#CC859F
(204,133,159)
#D293AA
(210,147,170)
#D8A1B5
(216,161,181)
#DEAFC0
(222,175,192)
#E4BDCB
(228,189,203)
#EACBD6
(234,203,214)
#F0D9E1
(240,217,225)
#F6E7EC
(246,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5B7E; }

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

This text font color is #BA5B7E.


Background Color

.myBgColor { background-color: #BA5B7E; }

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

This div background color is #BA5B7E.


Border color

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

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

This div border color is #BA5B7E.


Opacity

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

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

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

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

This text has shadow with #BA5B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5B7E on black background.


Color preview on white background

This text has color #BA5B7E on white background.



Black color preview on #BA5B7E background

This text has black color on #BA5B7E background.


White color preview on #BA5B7E background

This text has white color on #BA5B7E background.