COLOR #BA7198

HEX: #BA7198
RGB: (186,113,152)

Color info

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

RGB color model

#BA7198 color RGB value is (186,113,152).

  • red value is 186;
  • green value is 113;
  • blue value is 152.
RGB:
(186,113,152)
(73%,44%,60%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 152 of 255 = 60%

186
113
152

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

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 152 = 451 (100%)
R 186 of 451 ~ 41.24%
G 113 of 451 ~ 25.06%
B 152 of 451 ~ 33.7%

%41.24
%25.06
%33.7

CMYK color model

#BA7198 color CMYK value is (0,39,18,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 18.28%
  • key color value is 27.06%
CMYK:
(0,39,18,27)
C0M39Y18K27 
(0%,39%,18%,27%)
(0.00/0.39/0.18/0.27)	

CMYK percentages

%0
%39.25
%18.28
%27.06

Codes

Color #BA7198 in popluar color models

BA7198
RGB186113152
HSL328°34.60%58.63%
HSB/HSV328°39.25%72.94%
CMYK0.00%39.25%18.28%
27.06%

Color #BA7198 in popluar number systems.

HEXBA7198
Decimal186113152
Binary10111010111000110011000
Octal272161230

Shades and tints

Shades of #BA7198

#BA7198
(186,113,152)
#AA678B
(170,103,139)
#9A5D7E
(154,93,126)
#8A5371
(138,83,113)
#7A4964
(122,73,100)
#6A3F57
(106,63,87)
#5A354A
(90,53,74)
#4A2B3D
(74,43,61)
#3A2130
(58,33,48)
#2A1723
(42,23,35)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #BA7198

#BA7198
(186,113,152)
#C07DA1
(192,125,161)
#C689AA
(198,137,170)
#CC95B3
(204,149,179)
#D2A1BC
(210,161,188)
#D8ADC5
(216,173,197)
#DEB9CE
(222,185,206)
#E4C5D7
(228,197,215)
#EAD1E0
(234,209,224)
#F0DDE9
(240,221,233)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7198 color. Also use rgb(186,113,152) instead hex code.

Text Font Color

.myTextColor { color: #BA7198; }

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

This text font color is #BA7198.


Background Color

.myBgColor { background-color: #BA7198; }

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

This div background color is #BA7198.


Border color

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

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

This div border color is #BA7198.


Opacity

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

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

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

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

This text has shadow with #BA7198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7198 on black background.


Color preview on white background

This text has color #BA7198 on white background.



Black color preview on #BA7198 background

This text has black color on #BA7198 background.


White color preview on #BA7198 background

This text has white color on #BA7198 background.