COLOR #BA7F94

HEX: #BA7F94
RGB: (186,127,148)

Color info

#BA7F94 contains red, green and blue colors in about the same proportion. Web safe color of #BA7F94 is #CC6699 (or #C69).

RGB color model

#BA7F94 color RGB value is (186,127,148).

  • red value is 186;
  • green value is 127;
  • blue value is 148.
RGB:
(186,127,148)
(73%,50%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 148 of 255 = 58%

186
127
148

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

Portions of RGB colors in percentages

R + G + B =
186 + 127 + 148 = 461 (100%)
R 186 of 461 ~ 40.35%
G 127 of 461 ~ 27.55%
B 148 of 461 ~ 32.1%

%40.35
%27.55
%32.1

CMYK color model

#BA7F94 color CMYK value is (0,32,20,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(0,32,20,27)
C0M32Y20K27 
(0%,32%,20%,27%)
(0.00/0.32/0.20/0.27)	

CMYK percentages

%0
%31.72
%20.43
%27.06

Codes

Color #BA7F94 in popluar color models

BA7F94
RGB186127148
HSL339°29.95%61.37%
HSB/HSV339°31.72%72.94%
CMYK0.00%31.72%20.43%
27.06%

Color #BA7F94 in popluar number systems.

HEXBA7F94
Decimal186127148
Binary10111010111111110010100
Octal272177224

Shades and tints

Shades of #BA7F94

#BA7F94
(186,127,148)
#AA7487
(170,116,135)
#9A697A
(154,105,122)
#8A5E6D
(138,94,109)
#7A5360
(122,83,96)
#6A4853
(106,72,83)
#5A3D46
(90,61,70)
#4A3239
(74,50,57)
#3A272C
(58,39,44)
#2A1C1F
(42,28,31)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #BA7F94

#BA7F94
(186,127,148)
#C08A9D
(192,138,157)
#C695A6
(198,149,166)
#CCA0AF
(204,160,175)
#D2ABB8
(210,171,184)
#D8B6C1
(216,182,193)
#DEC1CA
(222,193,202)
#E4CCD3
(228,204,211)
#EAD7DC
(234,215,220)
#F0E2E5
(240,226,229)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7F94 color. Also use rgb(186,127,148) instead hex code.

Text Font Color

.myTextColor { color: #BA7F94; }

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

This text font color is #BA7F94.


Background Color

.myBgColor { background-color: #BA7F94; }

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

This div background color is #BA7F94.


Border color

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

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

This div border color is #BA7F94.


Opacity

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

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

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

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

This text has shadow with #BA7F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7F94 on black background.


Color preview on white background

This text has color #BA7F94 on white background.



Black color preview on #BA7F94 background

This text has black color on #BA7F94 background.


White color preview on #BA7F94 background

This text has white color on #BA7F94 background.