COLOR #BA6795

HEX: #BA6795 RGB: (186,103,149)

Color info

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

RGB color model

#BA6795 color RGB value is (186,103,149).

RGB: (186,103,149) (73%, 40%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 103 of 255 = 40%
B 149 of 255 = 58%

186
103
149

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

Portions of RGB colors in percentages

R + G + B = 186 + 103 + 149 = 438 (100%)
R 186 of 438 ~ 42.47%
G 103 of 438 ~ 23.52%
B 149 of 438 ~ 34.02'%

%42.47
%23.52
%34.02

CMYK color model

#BA6795 color CMYK value is (0,45,20,27).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 19.89%
  • key color value is 27.06%

CMYK: (0,45,20,27)
C0M45Y20K27 (0%, 45%, 20%, 27%)
(0.00 / 0.45 / 0.20 / 0.27)

CMYK percentages

%0
%44.62
%19.89
%27.06

Codes

Color #BA6795 in popluar color models

BA 67 95
RGB 186 103 149
HSL 327° 37.56% 56.67%
HSB/HSV 327° 44.62% 72.94%
CMYK 0.00% 44.62% 19.89%
27.06%

Color #BA6795 in popluar number systems.

HEX BA 67 95
Decimal 186 103 149
Binary 10111010 1100111 10010101
Octal 272 147 225

Shades and tints

Shades of #BA6795

#BA6795
(186,103,149)
#AA5E88
(170,94,136)
#9A557B
(154,85,123)
#8A4C6E
(138,76,110)
#7A4361
(122,67,97)
#6A3A54
(106,58,84)
#5A3147
(90,49,71)
#4A283A
(74,40,58)
#3A1F2D
(58,31,45)
#2A1620
(42,22,32)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #BA6795

#BA6795
(186,103,149)
#C0749E
(192,116,158)
#C681A7
(198,129,167)
#CC8EB0
(204,142,176)
#D29BB9
(210,155,185)
#D8A8C2
(216,168,194)
#DEB5CB
(222,181,203)
#E4C2D4
(228,194,212)
#EACFDD
(234,207,221)
#F0DCE6
(240,220,230)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6795 color. Also use rgb(186,103,149) instead hex code.

Text Font Color

.myTextColor { color: #BA6795; }

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

This text font color is #BA6795.

Background Color

.myBgColor { background-color: #BA6795; }

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

This div background color is #BA6795.

Border color

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

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

This div border color is #BA6795.

Opacity

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

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

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

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

This text has shadow with #BA6795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6795.

Preview

Color preview on black background

This text has color #BA6795 on black background.


Color preview on white background

This text has color #BA6795 on white background.


Black color preview on #BA6795 background

This text has black color on #BA6795 background.


White color preview on #BA6795 background

This text has white color on #BA6795 background.


Related colors

Complementary color

Complementary color for #hex is #45986A.


I love getcolorcode.com

Triadic colors

1 #95BA67 and #6795BA with #BA6795 are triadic colors.

2 #9567BA and #67BA95 with #BA6795 are triadic colors.