COLOR #BA7BA5

HEX: #BA7BA5
RGB: (186,123,165)

Color info

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

RGB color model

#BA7BA5 color RGB value is (186,123,165).

  • red value is 186;
  • green value is 123;
  • blue value is 165.
RGB:
(186,123,165)
(73%,48%,65%)

RGB channels and saturation

R 186 of 255 = 73%
G 123 of 255 = 48%
B 165 of 255 = 65%

186
123
165

R + G + B ~ 62%. #BA7BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 123 + 165 = 474 (100%)
R 186 of 474 ~ 39.24%
G 123 of 474 ~ 25.95%
B 165 of 474 ~ 34.81%

%39.24
%25.95
%34.81

CMYK color model

#BA7BA5 color CMYK value is (0,34,11,27).

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(0,34,11,27)
C0M34Y11K27 
(0%,34%,11%,27%)
(0.00/0.34/0.11/0.27)	

CMYK percentages

%0
%33.87
%11.29
%27.06

Codes

Color #BA7BA5 in popluar color models

BA7BA5
RGB186123165
HSL320°31.34%60.59%
HSB/HSV320°33.87%72.94%
CMYK0.00%33.87%11.29%
27.06%

Color #BA7BA5 in popluar number systems.

HEXBA7BA5
Decimal186123165
Binary10111010111101110100101
Octal272173245

Shades and tints

Shades of #BA7BA5

#BA7BA5
(186,123,165)
#AA7096
(170,112,150)
#9A6587
(154,101,135)
#8A5A78
(138,90,120)
#7A4F69
(122,79,105)
#6A445A
(106,68,90)
#5A394B
(90,57,75)
#4A2E3C
(74,46,60)
#3A232D
(58,35,45)
#2A181E
(42,24,30)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #BA7BA5

#BA7BA5
(186,123,165)
#C087AD
(192,135,173)
#C693B5
(198,147,181)
#CC9FBD
(204,159,189)
#D2ABC5
(210,171,197)
#D8B7CD
(216,183,205)
#DEC3D5
(222,195,213)
#E4CFDD
(228,207,221)
#EADBE5
(234,219,229)
#F0E7ED
(240,231,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7BA5 color. Also use rgb(186,123,165) instead hex code.

Text Font Color

.myTextColor { color: #BA7BA5; }

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

This text font color is #BA7BA5.


Background Color

.myBgColor { background-color: #BA7BA5; }

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

This div background color is #BA7BA5.


Border color

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

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

This div border color is #BA7BA5.


Opacity

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

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

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

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

This text has shadow with #BA7BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7BA5 on black background.


Color preview on white background

This text has color #BA7BA5 on white background.



Black color preview on #BA7BA5 background

This text has black color on #BA7BA5 background.


White color preview on #BA7BA5 background

This text has white color on #BA7BA5 background.