COLOR #BA6E86

HEX: #BA6E86 RGB: (186,110,134)

Color info

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

RGB color model

#BA6E86 color RGB value is (186,110,134).

RGB: (186,110,134) (73%, 43%, 53%)

RGB channels and saturation

R 186 of 255 = 73%
G 110 of 255 = 43%
B 134 of 255 = 53%

186
110
134

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

Portions of RGB colors in percentages

R + G + B = 186 + 110 + 134 = 430 (100%)
R 186 of 430 ~ 43.26%
G 110 of 430 ~ 25.58%
B 134 of 430 ~ 31.16'%

%43.26
%25.58
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 27.96%
  • key color value is 27.06%
CMYK: (0,41,28,27) C0M41Y28K27 (0%,41%,28%,27%) (0.00/0.41/0.28/0.27) 

CMYK percentages

%0
%40.86
%27.96
%27.06

Codes

Color #BA6E86 in popluar color models

BA 6E 86
RGB 186 110 134
HSL 341° 35.51% 58.04%
HSB/HSV 341° 40.86% 72.94%
CMYK 0.00% 40.86% 27.96%
27.06%

Color #BA6E86 in popluar number systems.

HEX BA 6E 86
Decimal 186 110 134
Binary 10111010 1101110 10000110
Octal 272 156 206

Shades and tints

Shades of #BA6E86

#BA6E86
(186,110,134)
#AA647A
(170,100,122)
#9A5A6E
(154,90,110)
#8A5062
(138,80,98)
#7A4656
(122,70,86)
#6A3C4A
(106,60,74)
#5A323E
(90,50,62)
#4A2832
(74,40,50)
#3A1E26
(58,30,38)
#2A141A
(42,20,26)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #BA6E86

#BA6E86
(186,110,134)
#C07B91
(192,123,145)
#C6889C
(198,136,156)
#CC95A7
(204,149,167)
#D2A2B2
(210,162,178)
#D8AFBD
(216,175,189)
#DEBCC8
(222,188,200)
#E4C9D3
(228,201,211)
#EAD6DE
(234,214,222)
#F0E3E9
(240,227,233)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6E86 color. Also use rgb(186,110,134) instead hex code.

Text Font Color

.myTextColor { color: #BA6E86; }

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

This text font color is #BA6E86.

Background Color

.myBgColor { background-color: #BA6E86; }

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

This div background color is #BA6E86.

Border color

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

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

This div border color is #BA6E86.

Opacity

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

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

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

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

This text has shadow with #BA6E86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6E86.

Preview

Color preview on black background

This text has color #BA6E86 on black background.


Color preview on white background

This text has color #BA6E86 on white background.


Black color preview on #BA6E86 background

This text has black color on #BA6E86 background.


White color preview on #BA6E86 background

This text has white color on #BA6E86 background.


Related colors

Complementary color

Complementary color for #hex is #459179.


I love getcolorcode.com

Triadic colors

1 #86BA6E and #6E86BA with #BA6E86 are triadic colors.

2 #866EBA and #6EBA86 with #BA6E86 are triadic colors.