COLOR #BA6D87

HEX: #BA6D87 RGB: (186,109,135)

Color info

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

RGB color model

#BA6D87 color RGB value is (186,109,135).

RGB: (186,109,135) (73%, 43%, 53%)

RGB channels and saturation

R 186 of 255 = 73%
G 109 of 255 = 43%
B 135 of 255 = 53%

186
109
135

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

Portions of RGB colors in percentages

R + G + B = 186 + 109 + 135 = 430 (100%)
R 186 of 430 ~ 43.26%
G 109 of 430 ~ 25.35%
B 135 of 430 ~ 31.4'%

%43.26
%25.35
%31.4

CMYK color model

#BA6D87 color CMYK value is (0,41,27,27).

  • cyan value is 0.00%
  • magenta value is 41.40%
  • yellow value is 27.42%
  • key color value is 27.06%

CMYK: (0,41,27,27)
C0M41Y27K27 (0%, 41%, 27%, 27%)
(0.00 / 0.41 / 0.27 / 0.27)

CMYK percentages

%0
%41.4
%27.42
%27.06

Codes

Color #BA6D87 in popluar color models

BA 6D 87
RGB 186 109 135
HSL 340° 35.81% 57.84%
HSB/HSV 340° 41.40% 72.94%
CMYK 0.00% 41.40% 27.42%
27.06%

Color #BA6D87 in popluar number systems.

HEX BA 6D 87
Decimal 186 109 135
Binary 10111010 1101101 10000111
Octal 272 155 207

Shades and tints

Shades of #BA6D87

#BA6D87
(186,109,135)
#AA647B
(170,100,123)
#9A5B6F
(154,91,111)
#8A5263
(138,82,99)
#7A4957
(122,73,87)
#6A404B
(106,64,75)
#5A373F
(90,55,63)
#4A2E33
(74,46,51)
#3A2527
(58,37,39)
#2A1C1B
(42,28,27)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #BA6D87

#BA6D87
(186,109,135)
#C07A91
(192,122,145)
#C6879B
(198,135,155)
#CC94A5
(204,148,165)
#D2A1AF
(210,161,175)
#D8AEB9
(216,174,185)
#DEBBC3
(222,187,195)
#E4C8CD
(228,200,205)
#EAD5D7
(234,213,215)
#F0E2E1
(240,226,225)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6D87 color. Also use rgb(186,109,135) instead hex code.

Text Font Color

.myTextColor { color: #BA6D87; }

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

This text font color is #BA6D87.

Background Color

.myBgColor { background-color: #BA6D87; }

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

This div background color is #BA6D87.

Border color

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

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

This div border color is #BA6D87.

Opacity

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

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

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

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

This text has shadow with #BA6D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6D87.

Preview

Color preview on black background

This text has color #BA6D87 on black background.


Color preview on white background

This text has color #BA6D87 on white background.


Black color preview on #BA6D87 background

This text has black color on #BA6D87 background.


White color preview on #BA6D87 background

This text has white color on #BA6D87 background.


Related colors

Complementary color

Complementary color for #hex is #459278.


I love getcolorcode.com

Triadic colors

1 #87BA6D and #6D87BA with #BA6D87 are triadic colors.

2 #876DBA and #6DBA87 with #BA6D87 are triadic colors.