COLOR #BA7797

HEX: #BA7797
RGB: (186,119,151)

Color info

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

RGB color model

#BA7797 color RGB value is (186,119,151).

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

RGB channels and saturation

R 186 of 255 = 73%
G 119 of 255 = 47%
B 151 of 255 = 59%

186
119
151

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

Portions of RGB colors in percentages

R + G + B =
186 + 119 + 151 = 456 (100%)
R 186 of 456 ~ 40.79%
G 119 of 456 ~ 26.1%
B 151 of 456 ~ 33.11%

%40.79
%26.1
%33.11

CMYK color model

#BA7797 color CMYK value is (0,36,19,27).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 18.82%
  • key color value is 27.06%
CMYK:
(0,36,19,27)
C0M36Y19K27 
(0%,36%,19%,27%)
(0.00/0.36/0.19/0.27)	

CMYK percentages

%0
%36.02
%18.82
%27.06

Codes

Color #BA7797 in popluar color models

BA7797
RGB186119151
HSL331°32.68%59.80%
HSB/HSV331°36.02%72.94%
CMYK0.00%36.02%18.82%
27.06%

Color #BA7797 in popluar number systems.

HEXBA7797
Decimal186119151
Binary10111010111011110010111
Octal272167227

Shades and tints

Shades of #BA7797

#BA7797
(186,119,151)
#AA6D8A
(170,109,138)
#9A637D
(154,99,125)
#8A5970
(138,89,112)
#7A4F63
(122,79,99)
#6A4556
(106,69,86)
#5A3B49
(90,59,73)
#4A313C
(74,49,60)
#3A272F
(58,39,47)
#2A1D22
(42,29,34)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BA7797

#BA7797
(186,119,151)
#C083A0
(192,131,160)
#C68FA9
(198,143,169)
#CC9BB2
(204,155,178)
#D2A7BB
(210,167,187)
#D8B3C4
(216,179,196)
#DEBFCD
(222,191,205)
#E4CBD6
(228,203,214)
#EAD7DF
(234,215,223)
#F0E3E8
(240,227,232)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7797; }

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

This text font color is #BA7797.


Background Color

.myBgColor { background-color: #BA7797; }

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

This div background color is #BA7797.


Border color

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

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

This div border color is #BA7797.


Opacity

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

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

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

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

This text has shadow with #BA7797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7797 on black background.


Color preview on white background

This text has color #BA7797 on white background.



Black color preview on #BA7797 background

This text has black color on #BA7797 background.


White color preview on #BA7797 background

This text has white color on #BA7797 background.