COLOR #BA7FA5

HEX: #BA7FA5 RGB: (186,127,165)

Color info

#BA7FA5 contains red, green and blue colors in about the same proportion. Web safe color of #BA7FA5 is #CC6699 (or #C69).

RGB color model

#BA7FA5 color RGB value is (186,127,165).

RGB: (186,127,165) (73%, 50%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 165 of 255 = 65%

186
127
165

R + G + B ~ 63%. #BA7FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 127 + 165 = 478 (100%)
R 186 of 478 ~ 38.91%
G 127 of 478 ~ 26.57%
B 165 of 478 ~ 34.52'%

%38.91
%26.57
%34.52

CMYK color model

#BA7FA5 color CMYK value is (0,32,11,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 11.29%
  • key color value is 27.06%

CMYK: (0,32,11,27)
C0M32Y11K27 (0%, 32%, 11%, 27%)
(0.00 / 0.32 / 0.11 / 0.27)

CMYK percentages

%0
%31.72
%11.29
%27.06

Codes

Color #BA7FA5 in popluar color models

BA 7F A5
RGB 186 127 165
HSL 321° 29.95% 61.37%
HSB/HSV 321° 31.72% 72.94%
CMYK 0.00% 31.72% 11.29%
27.06%

Color #BA7FA5 in popluar number systems.

HEX BA 7F A5
Decimal 186 127 165
Binary 10111010 1111111 10100101
Octal 272 177 245

Shades and tints

Shades of #BA7FA5

#BA7FA5
(186,127,165)
#AA7496
(170,116,150)
#9A6987
(154,105,135)
#8A5E78
(138,94,120)
#7A5369
(122,83,105)
#6A485A
(106,72,90)
#5A3D4B
(90,61,75)
#4A323C
(74,50,60)
#3A272D
(58,39,45)
#2A1C1E
(42,28,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #BA7FA5

#BA7FA5
(186,127,165)
#C08AAD
(192,138,173)
#C695B5
(198,149,181)
#CCA0BD
(204,160,189)
#D2ABC5
(210,171,197)
#D8B6CD
(216,182,205)
#DEC1D5
(222,193,213)
#E4CCDD
(228,204,221)
#EAD7E5
(234,215,229)
#F0E2ED
(240,226,237)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7FA5; }

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

This text font color is #BA7FA5.

Background Color

.myBgColor { background-color: #BA7FA5; }

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

This div background color is #BA7FA5.

Border color

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

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

This div border color is #BA7FA5.

Opacity

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

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

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

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

This text has shadow with #BA7FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7FA5.

Preview

Color preview on black background

This text has color #BA7FA5 on black background.


Color preview on white background

This text has color #BA7FA5 on white background.


Black color preview on #BA7FA5 background

This text has black color on #BA7FA5 background.


White color preview on #BA7FA5 background

This text has white color on #BA7FA5 background.


Related colors

Complementary color

Complementary color for #hex is #45805A.


I love getcolorcode.com

Triadic colors

1 #A5BA7F and #7FA5BA with #BA7FA5 are triadic colors.

2 #A57FBA and #7FBAA5 with #BA7FA5 are triadic colors.