COLOR #BA7097

HEX: #BA7097 RGB: (186,112,151)

Color info

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

RGB color model

#BA7097 color RGB value is (186,112,151).

RGB: (186,112,151) (73%, 44%, 59%)

RGB channels and saturation

R 186 of 255 = 73%
G 112 of 255 = 44%
B 151 of 255 = 59%

186
112
151

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

Portions of RGB colors in percentages

R + G + B = 186 + 112 + 151 = 449 (100%)
R 186 of 449 ~ 41.43%
G 112 of 449 ~ 24.94%
B 151 of 449 ~ 33.63'%

%41.43
%24.94
%33.63

CMYK color model

#BA7097 color CMYK value is (0,40,19,27).

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 18.82%
  • key color value is 27.06%
CMYK: (0,40,19,27) C0M40Y19K27 (0%,40%,19%,27%) (0.00/0.40/0.19/0.27) 

CMYK percentages

%0
%39.78
%18.82
%27.06

Codes

Color #BA7097 in popluar color models

BA 70 97
RGB 186 112 151
HSL 328° 34.91% 58.43%
HSB/HSV 328° 39.78% 72.94%
CMYK 0.00% 39.78% 18.82%
27.06%

Color #BA7097 in popluar number systems.

HEX BA 70 97
Decimal 186 112 151
Binary 10111010 1110000 10010111
Octal 272 160 227

Shades and tints

Shades of #BA7097

#BA7097
(186,112,151)
#AA668A
(170,102,138)
#9A5C7D
(154,92,125)
#8A5270
(138,82,112)
#7A4863
(122,72,99)
#6A3E56
(106,62,86)
#5A3449
(90,52,73)
#4A2A3C
(74,42,60)
#3A202F
(58,32,47)
#2A1622
(42,22,34)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #BA7097

#BA7097
(186,112,151)
#C07DA0
(192,125,160)
#C68AA9
(198,138,169)
#CC97B2
(204,151,178)
#D2A4BB
(210,164,187)
#D8B1C4
(216,177,196)
#DEBECD
(222,190,205)
#E4CBD6
(228,203,214)
#EAD8DF
(234,216,223)
#F0E5E8
(240,229,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7097 color. Also use rgb(186,112,151) instead hex code.

Text Font Color

.myTextColor { color: #BA7097; }

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

This text font color is #BA7097.

Background Color

.myBgColor { background-color: #BA7097; }

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

This div background color is #BA7097.

Border color

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

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

This div border color is #BA7097.

Opacity

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

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

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

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

This text has shadow with #BA7097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7097.

Preview

Color preview on black background

This text has color #BA7097 on black background.


Color preview on white background

This text has color #BA7097 on white background.


Black color preview on #BA7097 background

This text has black color on #BA7097 background.


White color preview on #BA7097 background

This text has white color on #BA7097 background.


Related colors

Complementary color

Complementary color for #hex is #458F68.


I love getcolorcode.com

Triadic colors

1 #97BA70 and #7097BA with #BA7097 are triadic colors.

2 #9770BA and #70BA97 with #BA7097 are triadic colors.