COLOR #BA5871

HEX: #BA5871 RGB: (186,88,113)

Color info

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

RGB color model

#BA5871 color RGB value is (186,88,113).

RGB: (186,88,113) (73%, 35%, 44%)

RGB channels and saturation

R 186 of 255 = 73%
G 88 of 255 = 35%
B 113 of 255 = 44%

186
88
113

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

Portions of RGB colors in percentages

R + G + B = 186 + 88 + 113 = 387 (100%)
R 186 of 387 ~ 48.06%
G 88 of 387 ~ 22.74%
B 113 of 387 ~ 29.2'%

%48.06
%22.74
%29.2

CMYK color model

#BA5871 color CMYK value is (0,53,39,27).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 39.25%
  • key color value is 27.06%

CMYK: (0,53,39,27)
C0M53Y39K27 (0%, 53%, 39%, 27%)
(0.00 / 0.53 / 0.39 / 0.27)

CMYK percentages

%0
%52.69
%39.25
%27.06

Codes

Color #BA5871 in popluar color models

BA 58 71
RGB 186 88 113
HSL 345° 41.53% 53.73%
HSB/HSV 345° 52.69% 72.94%
CMYK 0.00% 52.69% 39.25%
27.06%

Color #BA5871 in popluar number systems.

HEX BA 58 71
Decimal 186 88 113
Binary 10111010 1011000 1110001
Octal 272 130 161

Shades and tints

Shades of #BA5871

#BA5871
(186,88,113)
#AA5067
(170,80,103)
#9A485D
(154,72,93)
#8A4053
(138,64,83)
#7A3849
(122,56,73)
#6A303F
(106,48,63)
#5A2835
(90,40,53)
#4A202B
(74,32,43)
#3A1821
(58,24,33)
#2A1017
(42,16,23)
#1A080D
(26,8,13)
#000000
(0,0,0)

Tints of #BA5871

#BA5871
(186,88,113)
#C0677D
(192,103,125)
#C67689
(198,118,137)
#CC8595
(204,133,149)
#D294A1
(210,148,161)
#D8A3AD
(216,163,173)
#DEB2B9
(222,178,185)
#E4C1C5
(228,193,197)
#EAD0D1
(234,208,209)
#F0DFDD
(240,223,221)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5871; }

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

This text font color is #BA5871.

Background Color

.myBgColor { background-color: #BA5871; }

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

This div background color is #BA5871.

Border color

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

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

This div border color is #BA5871.

Opacity

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

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

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

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

This text has shadow with #BA5871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA5871.

Preview

Color preview on black background

This text has color #BA5871 on black background.


Color preview on white background

This text has color #BA5871 on white background.


Black color preview on #BA5871 background

This text has black color on #BA5871 background.


White color preview on #BA5871 background

This text has white color on #BA5871 background.


Related colors

Complementary color

Complementary color for #hex is #45A78E.


I love getcolorcode.com

Triadic colors

1 #71BA58 and #5871BA with #BA5871 are triadic colors.

2 #7158BA and #58BA71 with #BA5871 are triadic colors.