COLOR #BA7AA6

HEX: #BA7AA6 RGB: (186,122,166)

Color info

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

RGB color model

#BA7AA6 color RGB value is (186,122,166).

RGB: (186,122,166) (73%, 48%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 166 of 255 = 65%

186
122
166

R + G + B ~ 62%. #BA7AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 122 + 166 = 474 (100%)
R 186 of 474 ~ 39.24%
G 122 of 474 ~ 25.74%
B 166 of 474 ~ 35.02'%

%39.24
%25.74
%35.02

CMYK color model

#BA7AA6 color CMYK value is (0,34,11,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 10.75%
  • key color value is 27.06%

CMYK: (0,34,11,27)
C0M34Y11K27 (0%, 34%, 11%, 27%)
(0.00 / 0.34 / 0.11 / 0.27)

CMYK percentages

%0
%34.41
%10.75
%27.06

Codes

Color #BA7AA6 in popluar color models

BA 7A A6
RGB 186 122 166
HSL 319° 31.68% 60.39%
HSB/HSV 319° 34.41% 72.94%
CMYK 0.00% 34.41% 10.75%
27.06%

Color #BA7AA6 in popluar number systems.

HEX BA 7A A6
Decimal 186 122 166
Binary 10111010 1111010 10100110
Octal 272 172 246

Shades and tints

Shades of #BA7AA6

#BA7AA6
(186,122,166)
#AA6F97
(170,111,151)
#9A6488
(154,100,136)
#8A5979
(138,89,121)
#7A4E6A
(122,78,106)
#6A435B
(106,67,91)
#5A384C
(90,56,76)
#4A2D3D
(74,45,61)
#3A222E
(58,34,46)
#2A171F
(42,23,31)
#1A0C10
(26,12,16)
#000000
(0,0,0)

Tints of #BA7AA6

#BA7AA6
(186,122,166)
#C086AE
(192,134,174)
#C692B6
(198,146,182)
#CC9EBE
(204,158,190)
#D2AAC6
(210,170,198)
#D8B6CE
(216,182,206)
#DEC2D6
(222,194,214)
#E4CEDE
(228,206,222)
#EADAE6
(234,218,230)
#F0E6EE
(240,230,238)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7AA6 color. Also use rgb(186,122,166) instead hex code.

Text Font Color

.myTextColor { color: #BA7AA6; }

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

This text font color is #BA7AA6.

Background Color

.myBgColor { background-color: #BA7AA6; }

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

This div background color is #BA7AA6.

Border color

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

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

This div border color is #BA7AA6.

Opacity

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

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

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

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

This text has shadow with #BA7AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7AA6.

Preview

Color preview on black background

This text has color #BA7AA6 on black background.


Color preview on white background

This text has color #BA7AA6 on white background.


Black color preview on #BA7AA6 background

This text has black color on #BA7AA6 background.


White color preview on #BA7AA6 background

This text has white color on #BA7AA6 background.


Related colors

Complementary color

Complementary color for #hex is #458559.


I love getcolorcode.com

Triadic colors

1 #A6BA7A and #7AA6BA with #BA7AA6 are triadic colors.

2 #A67ABA and #7ABAA6 with #BA7AA6 are triadic colors.