COLOR #BA5B7F

HEX: #BA5B7F
RGB: (186,91,127)

Color info

#BA5B7F contains mainly red and blue colors. Web safe color of #BA5B7F is #CC6666 (or #C66).

RGB color model

#BA5B7F color RGB value is (186,91,127).

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

RGB channels and saturation

R 186 of 255 = 73%
G 91 of 255 = 36%
B 127 of 255 = 50%

186
91
127

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

Portions of RGB colors in percentages

R + G + B =
186 + 91 + 127 = 404 (100%)
R 186 of 404 ~ 46.04%
G 91 of 404 ~ 22.52%
B 127 of 404 ~ 31.44%

%46.04
%22.52
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 31.72%
  • 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
%31.72
%27.06

Codes

Color #BA5B7F in popluar color models

BA5B7F
RGB18691127
HSL337°40.77%54.31%
HSB/HSV337°51.08%72.94%
CMYK0.00%51.08%31.72%
27.06%

Color #BA5B7F in popluar number systems.

HEXBA5B7F
Decimal18691127
Binary1011101010110111111111
Octal272133177

Shades and tints

Shades of #BA5B7F

#BA5B7F
(186,91,127)
#AA5374
(170,83,116)
#9A4B69
(154,75,105)
#8A435E
(138,67,94)
#7A3B53
(122,59,83)
#6A3348
(106,51,72)
#5A2B3D
(90,43,61)
#4A2332
(74,35,50)
#3A1B27
(58,27,39)
#2A131C
(42,19,28)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #BA5B7F

#BA5B7F
(186,91,127)
#C0698A
(192,105,138)
#C67795
(198,119,149)
#CC85A0
(204,133,160)
#D293AB
(210,147,171)
#D8A1B6
(216,161,182)
#DEAFC1
(222,175,193)
#E4BDCC
(228,189,204)
#EACBD7
(234,203,215)
#F0D9E2
(240,217,226)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5B7F; }

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

This text font color is #BA5B7F.


Background Color

.myBgColor { background-color: #BA5B7F; }

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

This div background color is #BA5B7F.


Border color

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

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

This div border color is #BA5B7F.


Opacity

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

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

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

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

This text has shadow with #BA5B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5B7F on black background.


Color preview on white background

This text has color #BA5B7F on white background.



Black color preview on #BA5B7F background

This text has black color on #BA5B7F background.


White color preview on #BA5B7F background

This text has white color on #BA5B7F background.