COLOR #BA5589

HEX: #BA5589
RGB: (186,85,137)

Color info

#BA5589 contains mainly red and blue colors. Web safe color of #BA5589 is #CC6699 (or #C69).

RGB color model

#BA5589 color RGB value is (186,85,137).

  • red value is 186;
  • green value is 85;
  • blue value is 137.
RGB:
(186,85,137)
(73%,33%,54%)

RGB channels and saturation

R 186 of 255 = 73%
G 85 of 255 = 33%
B 137 of 255 = 54%

186
85
137

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

Portions of RGB colors in percentages

R + G + B =
186 + 85 + 137 = 408 (100%)
R 186 of 408 ~ 45.59%
G 85 of 408 ~ 20.83%
B 137 of 408 ~ 33.58%

%45.59
%20.83
%33.58

CMYK color model

#BA5589 color CMYK value is (0,54,26,27).

  • cyan value is 0.00%
  • magenta value is 54.30%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK:
(0,54,26,27)
C0M54Y26K27 
(0%,54%,26%,27%)
(0.00/0.54/0.26/0.27)	

CMYK percentages

%0
%54.3
%26.34
%27.06

Codes

Color #BA5589 in popluar color models

BA5589
RGB18685137
HSL329°42.26%53.14%
HSB/HSV329°54.30%72.94%
CMYK0.00%54.30%26.34%
27.06%

Color #BA5589 in popluar number systems.

HEXBA5589
Decimal18685137
Binary10111010101010110001001
Octal272125211

Shades and tints

Shades of #BA5589

#BA5589
(186,85,137)
#AA4E7D
(170,78,125)
#9A4771
(154,71,113)
#8A4065
(138,64,101)
#7A3959
(122,57,89)
#6A324D
(106,50,77)
#5A2B41
(90,43,65)
#4A2435
(74,36,53)
#3A1D29
(58,29,41)
#2A161D
(42,22,29)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BA5589

#BA5589
(186,85,137)
#C06493
(192,100,147)
#C6739D
(198,115,157)
#CC82A7
(204,130,167)
#D291B1
(210,145,177)
#D8A0BB
(216,160,187)
#DEAFC5
(222,175,197)
#E4BECF
(228,190,207)
#EACDD9
(234,205,217)
#F0DCE3
(240,220,227)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5589; }

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

This text font color is #BA5589.


Background Color

.myBgColor { background-color: #BA5589; }

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

This div background color is #BA5589.


Border color

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

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

This div border color is #BA5589.


Opacity

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

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

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

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

This text has shadow with #BA5589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5589 on black background.


Color preview on white background

This text has color #BA5589 on white background.



Black color preview on #BA5589 background

This text has black color on #BA5589 background.


White color preview on #BA5589 background

This text has white color on #BA5589 background.