COLOR #BA7397

HEX: #BA7397
RGB: (186,115,151)

Color info

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

RGB color model

#BA7397 color RGB value is (186,115,151).

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

RGB channels and saturation

R 186 of 255 = 73%
G 115 of 255 = 45%
B 151 of 255 = 59%

186
115
151

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

Portions of RGB colors in percentages

R + G + B =
186 + 115 + 151 = 452 (100%)
R 186 of 452 ~ 41.15%
G 115 of 452 ~ 25.44%
B 151 of 452 ~ 33.41%

%41.15
%25.44
%33.41

CMYK color model

#BA7397 color CMYK value is (0,38,19,27).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 18.82%
  • key color value is 27.06%
CMYK:
(0,38,19,27)
C0M38Y19K27 
(0%,38%,19%,27%)
(0.00/0.38/0.19/0.27)	

CMYK percentages

%0
%38.17
%18.82
%27.06

Codes

Color #BA7397 in popluar color models

BA7397
RGB186115151
HSL330°33.97%59.02%
HSB/HSV330°38.17%72.94%
CMYK0.00%38.17%18.82%
27.06%

Color #BA7397 in popluar number systems.

HEXBA7397
Decimal186115151
Binary10111010111001110010111
Octal272163227

Shades and tints

Shades of #BA7397

#BA7397
(186,115,151)
#AA698A
(170,105,138)
#9A5F7D
(154,95,125)
#8A5570
(138,85,112)
#7A4B63
(122,75,99)
#6A4156
(106,65,86)
#5A3749
(90,55,73)
#4A2D3C
(74,45,60)
#3A232F
(58,35,47)
#2A1922
(42,25,34)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BA7397

#BA7397
(186,115,151)
#C07FA0
(192,127,160)
#C68BA9
(198,139,169)
#CC97B2
(204,151,178)
#D2A3BB
(210,163,187)
#D8AFC4
(216,175,196)
#DEBBCD
(222,187,205)
#E4C7D6
(228,199,214)
#EAD3DF
(234,211,223)
#F0DFE8
(240,223,232)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7397; }

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

This text font color is #BA7397.


Background Color

.myBgColor { background-color: #BA7397; }

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

This div background color is #BA7397.


Border color

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

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

This div border color is #BA7397.


Opacity

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

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

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

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

This text has shadow with #BA7397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7397 on black background.


Color preview on white background

This text has color #BA7397 on white background.



Black color preview on #BA7397 background

This text has black color on #BA7397 background.


White color preview on #BA7397 background

This text has white color on #BA7397 background.