COLOR #BA7394

HEX: #BA7394
RGB: (186,115,148)

Color info

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

RGB color model

#BA7394 color RGB value is (186,115,148).

  • red value is 186;
  • green value is 115;
  • blue value is 148.
RGB:
(186,115,148)
(73%,45%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 115 of 255 = 45%
B 148 of 255 = 58%

186
115
148

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

Portions of RGB colors in percentages

R + G + B =
186 + 115 + 148 = 449 (100%)
R 186 of 449 ~ 41.43%
G 115 of 449 ~ 25.61%
B 148 of 449 ~ 32.96%

%41.43
%25.61
%32.96

CMYK color model

#BA7394 color CMYK value is (0,38,20,27).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(0,38,20,27)
C0M38Y20K27 
(0%,38%,20%,27%)
(0.00/0.38/0.20/0.27)	

CMYK percentages

%0
%38.17
%20.43
%27.06

Codes

Color #BA7394 in popluar color models

BA7394
RGB186115148
HSL332°33.97%59.02%
HSB/HSV332°38.17%72.94%
CMYK0.00%38.17%20.43%
27.06%

Color #BA7394 in popluar number systems.

HEXBA7394
Decimal186115148
Binary10111010111001110010100
Octal272163224

Shades and tints

Shades of #BA7394

#BA7394
(186,115,148)
#AA6987
(170,105,135)
#9A5F7A
(154,95,122)
#8A556D
(138,85,109)
#7A4B60
(122,75,96)
#6A4153
(106,65,83)
#5A3746
(90,55,70)
#4A2D39
(74,45,57)
#3A232C
(58,35,44)
#2A191F
(42,25,31)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #BA7394

#BA7394
(186,115,148)
#C07F9D
(192,127,157)
#C68BA6
(198,139,166)
#CC97AF
(204,151,175)
#D2A3B8
(210,163,184)
#D8AFC1
(216,175,193)
#DEBBCA
(222,187,202)
#E4C7D3
(228,199,211)
#EAD3DC
(234,211,220)
#F0DFE5
(240,223,229)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7394 color. Also use rgb(186,115,148) instead hex code.

Text Font Color

.myTextColor { color: #BA7394; }

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

This text font color is #BA7394.


Background Color

.myBgColor { background-color: #BA7394; }

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

This div background color is #BA7394.


Border color

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

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

This div border color is #BA7394.


Opacity

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

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

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

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

This text has shadow with #BA7394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7394 on black background.


Color preview on white background

This text has color #BA7394 on white background.



Black color preview on #BA7394 background

This text has black color on #BA7394 background.


White color preview on #BA7394 background

This text has white color on #BA7394 background.