COLOR #BA6F8D

HEX: #BA6F8D RGB: (186,111,141)

Color info

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

RGB color model

#BA6F8D color RGB value is (186,111,141).

RGB: (186,111,141) (73%, 44%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 111 of 255 = 44%
B 141 of 255 = 55%

186
111
141

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

Portions of RGB colors in percentages

R + G + B = 186 + 111 + 141 = 438 (100%)
R 186 of 438 ~ 42.47%
G 111 of 438 ~ 25.34%
B 141 of 438 ~ 32.19'%

%42.47
%25.34
%32.19

CMYK color model

#BA6F8D color CMYK value is (0,40,24,27).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 24.19%
  • key color value is 27.06%

CMYK: (0,40,24,27)
C0M40Y24K27 (0%, 40%, 24%, 27%)
(0.00 / 0.40 / 0.24 / 0.27)

CMYK percentages

%0
%40.32
%24.19
%27.06

Codes

Color #BA6F8D in popluar color models

BA 6F 8D
RGB 186 111 141
HSL 336° 35.21% 58.24%
HSB/HSV 336° 40.32% 72.94%
CMYK 0.00% 40.32% 24.19%
27.06%

Color #BA6F8D in popluar number systems.

HEX BA 6F 8D
Decimal 186 111 141
Binary 10111010 1101111 10001101
Octal 272 157 215

Shades and tints

Shades of #BA6F8D

#BA6F8D
(186,111,141)
#AA6581
(170,101,129)
#9A5B75
(154,91,117)
#8A5169
(138,81,105)
#7A475D
(122,71,93)
#6A3D51
(106,61,81)
#5A3345
(90,51,69)
#4A2939
(74,41,57)
#3A1F2D
(58,31,45)
#2A1521
(42,21,33)
#1A0B15
(26,11,21)
#000000
(0,0,0)

Tints of #BA6F8D

#BA6F8D
(186,111,141)
#C07C97
(192,124,151)
#C689A1
(198,137,161)
#CC96AB
(204,150,171)
#D2A3B5
(210,163,181)
#D8B0BF
(216,176,191)
#DEBDC9
(222,189,201)
#E4CAD3
(228,202,211)
#EAD7DD
(234,215,221)
#F0E4E7
(240,228,231)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6F8D color. Also use rgb(186,111,141) instead hex code.

Text Font Color

.myTextColor { color: #BA6F8D; }

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

This text font color is #BA6F8D.

Background Color

.myBgColor { background-color: #BA6F8D; }

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

This div background color is #BA6F8D.

Border color

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

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

This div border color is #BA6F8D.

Opacity

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

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

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

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

This text has shadow with #BA6F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6F8D.

Preview

Color preview on black background

This text has color #BA6F8D on black background.


Color preview on white background

This text has color #BA6F8D on white background.


Black color preview on #BA6F8D background

This text has black color on #BA6F8D background.


White color preview on #BA6F8D background

This text has white color on #BA6F8D background.


Related colors

Complementary color

Complementary color for #hex is #459072.


I love getcolorcode.com

Triadic colors

1 #8DBA6F and #6F8DBA with #BA6F8D are triadic colors.

2 #8D6FBA and #6FBA8D with #BA6F8D are triadic colors.