COLOR #BA75A3

HEX: #BA75A3
RGB: (186,117,163)

Color info

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

RGB color model

#BA75A3 color RGB value is (186,117,163).

  • red value is 186;
  • green value is 117;
  • blue value is 163.
RGB:
(186,117,163)
(73%,46%,64%)

RGB channels and saturation

R 186 of 255 = 73%
G 117 of 255 = 46%
B 163 of 255 = 64%

186
117
163

R + G + B ~ 61%. #BA75A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 117 + 163 = 466 (100%)
R 186 of 466 ~ 39.91%
G 117 of 466 ~ 25.11%
B 163 of 466 ~ 34.98%

%39.91
%25.11
%34.98

CMYK color model

#BA75A3 color CMYK value is (0,37,12,27).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(0,37,12,27)
C0M37Y12K27 
(0%,37%,12%,27%)
(0.00/0.37/0.12/0.27)	

CMYK percentages

%0
%37.1
%12.37
%27.06

Codes

Color #BA75A3 in popluar color models

BA75A3
RGB186117163
HSL320°33.33%59.41%
HSB/HSV320°37.10%72.94%
CMYK0.00%37.10%12.37%
27.06%

Color #BA75A3 in popluar number systems.

HEXBA75A3
Decimal186117163
Binary10111010111010110100011
Octal272165243

Shades and tints

Shades of #BA75A3

#BA75A3
(186,117,163)
#AA6B95
(170,107,149)
#9A6187
(154,97,135)
#8A5779
(138,87,121)
#7A4D6B
(122,77,107)
#6A435D
(106,67,93)
#5A394F
(90,57,79)
#4A2F41
(74,47,65)
#3A2533
(58,37,51)
#2A1B25
(42,27,37)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #BA75A3

#BA75A3
(186,117,163)
#C081AB
(192,129,171)
#C68DB3
(198,141,179)
#CC99BB
(204,153,187)
#D2A5C3
(210,165,195)
#D8B1CB
(216,177,203)
#DEBDD3
(222,189,211)
#E4C9DB
(228,201,219)
#EAD5E3
(234,213,227)
#F0E1EB
(240,225,235)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA75A3 color. Also use rgb(186,117,163) instead hex code.

Text Font Color

.myTextColor { color: #BA75A3; }

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

This text font color is #BA75A3.


Background Color

.myBgColor { background-color: #BA75A3; }

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

This div background color is #BA75A3.


Border color

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

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

This div border color is #BA75A3.


Opacity

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

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

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

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

This text has shadow with #BA75A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA75A3 on black background.


Color preview on white background

This text has color #BA75A3 on white background.



Black color preview on #BA75A3 background

This text has black color on #BA75A3 background.


White color preview on #BA75A3 background

This text has white color on #BA75A3 background.