COLOR #BA587C

HEX: #BA587C RGB: (186,88,124)

Color info

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

RGB color model

#BA587C color RGB value is (186,88,124).

RGB: (186,88,124) (73%, 35%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 88 of 255 = 35%
B 124 of 255 = 49%

186
88
124

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

Portions of RGB colors in percentages

R + G + B = 186 + 88 + 124 = 398 (100%)
R 186 of 398 ~ 46.73%
G 88 of 398 ~ 22.11%
B 124 of 398 ~ 31.16'%

%46.73
%22.11
%31.16

CMYK color model

#BA587C color CMYK value is (0,53,33,27).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 33.33%
  • key color value is 27.06%
CMYK: (0,53,33,27) C0M53Y33K27 (0%,53%,33%,27%) (0.00/0.53/0.33/0.27) 

CMYK percentages

%0
%52.69
%33.33
%27.06

Codes

Color #BA587C in popluar color models

BA 58 7C
RGB 186 88 124
HSL 338° 41.53% 53.73%
HSB/HSV 338° 52.69% 72.94%
CMYK 0.00% 52.69% 33.33%
27.06%

Color #BA587C in popluar number systems.

HEX BA 58 7C
Decimal 186 88 124
Binary 10111010 1011000 1111100
Octal 272 130 174

Shades and tints

Shades of #BA587C

#BA587C
(186,88,124)
#AA5071
(170,80,113)
#9A4866
(154,72,102)
#8A405B
(138,64,91)
#7A3850
(122,56,80)
#6A3045
(106,48,69)
#5A283A
(90,40,58)
#4A202F
(74,32,47)
#3A1824
(58,24,36)
#2A1019
(42,16,25)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #BA587C

#BA587C
(186,88,124)
#C06787
(192,103,135)
#C67692
(198,118,146)
#CC859D
(204,133,157)
#D294A8
(210,148,168)
#D8A3B3
(216,163,179)
#DEB2BE
(222,178,190)
#E4C1C9
(228,193,201)
#EAD0D4
(234,208,212)
#F0DFDF
(240,223,223)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA587C; }

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

This text font color is #BA587C.

Background Color

.myBgColor { background-color: #BA587C; }

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

This div background color is #BA587C.

Border color

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

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

This div border color is #BA587C.

Opacity

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

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

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

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

This text has shadow with #BA587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA587C.

Preview

Color preview on black background

This text has color #BA587C on black background.


Color preview on white background

This text has color #BA587C on white background.


Black color preview on #BA587C background

This text has black color on #BA587C background.


White color preview on #BA587C background

This text has white color on #BA587C background.


Related colors

Complementary color

Complementary color for #hex is #45A783.


I love getcolorcode.com

Triadic colors

1 #7CBA58 and #587CBA with #BA587C are triadic colors.

2 #7C58BA and #58BA7C with #BA587C are triadic colors.