COLOR #BA5D8C

HEX: #BA5D8C
RGB: (186,93,140)

Color info

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

RGB color model

#BA5D8C color RGB value is (186,93,140).

  • red value is 186;
  • green value is 93;
  • blue value is 140.
RGB:
(186,93,140)
(73%,36%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 93 of 255 = 36%
B 140 of 255 = 55%

186
93
140

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

Portions of RGB colors in percentages

R + G + B =
186 + 93 + 140 = 419 (100%)
R 186 of 419 ~ 44.39%
G 93 of 419 ~ 22.2%
B 140 of 419 ~ 33.41%

%44.39
%22.2
%33.41

CMYK color model

#BA5D8C color CMYK value is (0,50,25,27).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.73%
  • key color value is 27.06%
CMYK:
(0,50,25,27)
C0M50Y25K27 
(0%,50%,25%,27%)
(0.00/0.50/0.25/0.27)	

CMYK percentages

%0
%50
%24.73
%27.06

Codes

Color #BA5D8C in popluar color models

BA5D8C
RGB18693140
HSL330°40.26%54.71%
HSB/HSV330°50.00%72.94%
CMYK0.00%50.00%24.73%
27.06%

Color #BA5D8C in popluar number systems.

HEXBA5D8C
Decimal18693140
Binary10111010101110110001100
Octal272135214

Shades and tints

Shades of #BA5D8C

#BA5D8C
(186,93,140)
#AA5580
(170,85,128)
#9A4D74
(154,77,116)
#8A4568
(138,69,104)
#7A3D5C
(122,61,92)
#6A3550
(106,53,80)
#5A2D44
(90,45,68)
#4A2538
(74,37,56)
#3A1D2C
(58,29,44)
#2A1520
(42,21,32)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #BA5D8C

#BA5D8C
(186,93,140)
#C06B96
(192,107,150)
#C679A0
(198,121,160)
#CC87AA
(204,135,170)
#D295B4
(210,149,180)
#D8A3BE
(216,163,190)
#DEB1C8
(222,177,200)
#E4BFD2
(228,191,210)
#EACDDC
(234,205,220)
#F0DBE6
(240,219,230)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5D8C color. Also use rgb(186,93,140) instead hex code.

Text Font Color

.myTextColor { color: #BA5D8C; }

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

This text font color is #BA5D8C.


Background Color

.myBgColor { background-color: #BA5D8C; }

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

This div background color is #BA5D8C.


Border color

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

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

This div border color is #BA5D8C.


Opacity

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

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

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

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

This text has shadow with #BA5D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5D8C on black background.


Color preview on white background

This text has color #BA5D8C on white background.



Black color preview on #BA5D8C background

This text has black color on #BA5D8C background.


White color preview on #BA5D8C background

This text has white color on #BA5D8C background.