COLOR #BA5E8B

HEX: #BA5E8B RGB: (186,94,139)

Color info

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

RGB color model

#BA5E8B color RGB value is (186,94,139).

RGB: (186,94,139) (73%, 37%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 94 of 255 = 37%
B 139 of 255 = 55%

186
94
139

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

Portions of RGB colors in percentages

R + G + B = 186 + 94 + 139 = 419 (100%)
R 186 of 419 ~ 44.39%
G 94 of 419 ~ 22.43%
B 139 of 419 ~ 33.17'%

%44.39
%22.43
%33.17

CMYK color model

#BA5E8B color CMYK value is (0,49,25,27).

  • cyan value is 0.00%
  • magenta value is 49.46%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK: (0,49,25,27) C0M49Y25K27 (0%,49%,25%,27%) (0.00/0.49/0.25/0.27) 

CMYK percentages

%0
%49.46
%25.27
%27.06

Codes

Color #BA5E8B in popluar color models

BA 5E 8B
RGB 186 94 139
HSL 331° 40.00% 54.90%
HSB/HSV 331° 49.46% 72.94%
CMYK 0.00% 49.46% 25.27%
27.06%

Color #BA5E8B in popluar number systems.

HEX BA 5E 8B
Decimal 186 94 139
Binary 10111010 1011110 10001011
Octal 272 136 213

Shades and tints

Shades of #BA5E8B

#BA5E8B
(186,94,139)
#AA567F
(170,86,127)
#9A4E73
(154,78,115)
#8A4667
(138,70,103)
#7A3E5B
(122,62,91)
#6A364F
(106,54,79)
#5A2E43
(90,46,67)
#4A2637
(74,38,55)
#3A1E2B
(58,30,43)
#2A161F
(42,22,31)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #BA5E8B

#BA5E8B
(186,94,139)
#C06C95
(192,108,149)
#C67A9F
(198,122,159)
#CC88A9
(204,136,169)
#D296B3
(210,150,179)
#D8A4BD
(216,164,189)
#DEB2C7
(222,178,199)
#E4C0D1
(228,192,209)
#EACEDB
(234,206,219)
#F0DCE5
(240,220,229)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5E8B; }

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

This text font color is #BA5E8B.

Background Color

.myBgColor { background-color: #BA5E8B; }

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

This div background color is #BA5E8B.

Border color

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

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

This div border color is #BA5E8B.

Opacity

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

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

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

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

This text has shadow with #BA5E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA5E8B.

Preview

Color preview on black background

This text has color #BA5E8B on black background.


Color preview on white background

This text has color #BA5E8B on white background.


Black color preview on #BA5E8B background

This text has black color on #BA5E8B background.


White color preview on #BA5E8B background

This text has white color on #BA5E8B background.


Related colors

Complementary color

Complementary color for #hex is #45A174.


I love getcolorcode.com

Triadic colors

1 #8BBA5E and #5E8BBA with #BA5E8B are triadic colors.

2 #8B5EBA and #5EBA8B with #BA5E8B are triadic colors.