COLOR #BA6673

HEX: #BA6673 RGB: (186,102,115)

Color info

#BA6673 contains mainly red color. Web safe color of #BA6673 is #CC6666 (or #C66).

RGB color model

#BA6673 color RGB value is (186,102,115).

RGB: (186,102,115) (73%, 40%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 115 of 255 = 45%

186
102
115

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

Portions of RGB colors in percentages

R + G + B = 186 + 102 + 115 = 403 (100%)
R 186 of 403 ~ 46.15%
G 102 of 403 ~ 25.31%
B 115 of 403 ~ 28.54'%

%46.15
%25.31
%28.54

CMYK color model

#BA6673 color CMYK value is (0,45,38,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 38.17%
  • key color value is 27.06%

CMYK: (0,45,38,27)
C0M45Y38K27 (0%, 45%, 38%, 27%)
(0.00 / 0.45 / 0.38 / 0.27)

CMYK percentages

%0
%45.16
%38.17
%27.06

Codes

Color #BA6673 in popluar color models

BA 66 73
RGB 186 102 115
HSL 351° 37.84% 56.47%
HSB/HSV 351° 45.16% 72.94%
CMYK 0.00% 45.16% 38.17%
27.06%

Color #BA6673 in popluar number systems.

HEX BA 66 73
Decimal 186 102 115
Binary 10111010 1100110 1110011
Octal 272 146 163

Shades and tints

Shades of #BA6673

#BA6673
(186,102,115)
#AA5D69
(170,93,105)
#9A545F
(154,84,95)
#8A4B55
(138,75,85)
#7A424B
(122,66,75)
#6A3941
(106,57,65)
#5A3037
(90,48,55)
#4A272D
(74,39,45)
#3A1E23
(58,30,35)
#2A1519
(42,21,25)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #BA6673

#BA6673
(186,102,115)
#C0737F
(192,115,127)
#C6808B
(198,128,139)
#CC8D97
(204,141,151)
#D29AA3
(210,154,163)
#D8A7AF
(216,167,175)
#DEB4BB
(222,180,187)
#E4C1C7
(228,193,199)
#EACED3
(234,206,211)
#F0DBDF
(240,219,223)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6673 color. Also use rgb(186,102,115) instead hex code.

Text Font Color

.myTextColor { color: #BA6673; }

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

This text font color is #BA6673.

Background Color

.myBgColor { background-color: #BA6673; }

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

This div background color is #BA6673.

Border color

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

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

This div border color is #BA6673.

Opacity

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

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

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

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

This text has shadow with #BA6673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6673.

Preview

Color preview on black background

This text has color #BA6673 on black background.


Color preview on white background

This text has color #BA6673 on white background.


Black color preview on #BA6673 background

This text has black color on #BA6673 background.


White color preview on #BA6673 background

This text has white color on #BA6673 background.


Related colors

Complementary color

Complementary color for #hex is #45998C.


I love getcolorcode.com

Triadic colors

1 #73BA66 and #6673BA with #BA6673 are triadic colors.

2 #7366BA and #66BA73 with #BA6673 are triadic colors.