COLOR #BA7395

HEX: #BA7395
RGB: (186,115,149)

Color info

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

RGB color model

#BA7395 color RGB value is (186,115,149).

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

RGB channels and saturation

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

186
115
149

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

Portions of RGB colors in percentages

R + G + B =
186 + 115 + 149 = 450 (100%)
R 186 of 450 ~ 41.33%
G 115 of 450 ~ 25.56%
B 149 of 450 ~ 33.11%

%41.33
%25.56
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 19.89%
  • 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
%19.89
%27.06

Codes

Color #BA7395 in popluar color models

BA7395
RGB186115149
HSL331°33.97%59.02%
HSB/HSV331°38.17%72.94%
CMYK0.00%38.17%19.89%
27.06%

Color #BA7395 in popluar number systems.

HEXBA7395
Decimal186115149
Binary10111010111001110010101
Octal272163225

Shades and tints

Shades of #BA7395

#BA7395
(186,115,149)
#AA6988
(170,105,136)
#9A5F7B
(154,95,123)
#8A556E
(138,85,110)
#7A4B61
(122,75,97)
#6A4154
(106,65,84)
#5A3747
(90,55,71)
#4A2D3A
(74,45,58)
#3A232D
(58,35,45)
#2A1920
(42,25,32)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #BA7395

#BA7395
(186,115,149)
#C07F9E
(192,127,158)
#C68BA7
(198,139,167)
#CC97B0
(204,151,176)
#D2A3B9
(210,163,185)
#D8AFC2
(216,175,194)
#DEBBCB
(222,187,203)
#E4C7D4
(228,199,212)
#EAD3DD
(234,211,221)
#F0DFE6
(240,223,230)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7395; }

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

This text font color is #BA7395.


Background Color

.myBgColor { background-color: #BA7395; }

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

This div background color is #BA7395.


Border color

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

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

This div border color is #BA7395.


Opacity

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

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

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

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

This text has shadow with #BA7395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7395 on black background.


Color preview on white background

This text has color #BA7395 on white background.



Black color preview on #BA7395 background

This text has black color on #BA7395 background.


White color preview on #BA7395 background

This text has white color on #BA7395 background.