COLOR #BA7391

HEX: #BA7391
RGB: (186,115,145)

Color info

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

RGB color model

#BA7391 color RGB value is (186,115,145).

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

RGB channels and saturation

R 186 of 255 = 73%
G 115 of 255 = 45%
B 145 of 255 = 57%

186
115
145

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

Portions of RGB colors in percentages

R + G + B =
186 + 115 + 145 = 446 (100%)
R 186 of 446 ~ 41.7%
G 115 of 446 ~ 25.78%
B 145 of 446 ~ 32.51%

%41.7
%25.78
%32.51

CMYK color model

#BA7391 color CMYK value is (0,38,22,27).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 22.04%
  • key color value is 27.06%
CMYK:
(0,38,22,27)
C0M38Y22K27 
(0%,38%,22%,27%)
(0.00/0.38/0.22/0.27)	

CMYK percentages

%0
%38.17
%22.04
%27.06

Codes

Color #BA7391 in popluar color models

BA7391
RGB186115145
HSL335°33.97%59.02%
HSB/HSV335°38.17%72.94%
CMYK0.00%38.17%22.04%
27.06%

Color #BA7391 in popluar number systems.

HEXBA7391
Decimal186115145
Binary10111010111001110010001
Octal272163221

Shades and tints

Shades of #BA7391

#BA7391
(186,115,145)
#AA6984
(170,105,132)
#9A5F77
(154,95,119)
#8A556A
(138,85,106)
#7A4B5D
(122,75,93)
#6A4150
(106,65,80)
#5A3743
(90,55,67)
#4A2D36
(74,45,54)
#3A2329
(58,35,41)
#2A191C
(42,25,28)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #BA7391

#BA7391
(186,115,145)
#C07F9B
(192,127,155)
#C68BA5
(198,139,165)
#CC97AF
(204,151,175)
#D2A3B9
(210,163,185)
#D8AFC3
(216,175,195)
#DEBBCD
(222,187,205)
#E4C7D7
(228,199,215)
#EAD3E1
(234,211,225)
#F0DFEB
(240,223,235)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7391; }

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

This text font color is #BA7391.


Background Color

.myBgColor { background-color: #BA7391; }

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

This div background color is #BA7391.


Border color

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

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

This div border color is #BA7391.


Opacity

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

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

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

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

This text has shadow with #BA7391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7391 on black background.


Color preview on white background

This text has color #BA7391 on white background.



Black color preview on #BA7391 background

This text has black color on #BA7391 background.


White color preview on #BA7391 background

This text has white color on #BA7391 background.