COLOR #BA5C6F

HEX: #BA5C6F
RGB: (186,92,111)

Color info

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

RGB color model

#BA5C6F color RGB value is (186,92,111).

  • red value is 186;
  • green value is 92;
  • blue value is 111.
RGB:
(186,92,111)
(73%,36%,44%)

RGB channels and saturation

R 186 of 255 = 73%
G 92 of 255 = 36%
B 111 of 255 = 44%

186
92
111

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

Portions of RGB colors in percentages

R + G + B =
186 + 92 + 111 = 389 (100%)
R 186 of 389 ~ 47.81%
G 92 of 389 ~ 23.65%
B 111 of 389 ~ 28.53%

%47.81
%23.65
%28.53

CMYK color model

#BA5C6F color CMYK value is (0,51,40,27).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 40.32%
  • key color value is 27.06%
CMYK:
(0,51,40,27)
C0M51Y40K27 
(0%,51%,40%,27%)
(0.00/0.51/0.40/0.27)	

CMYK percentages

%0
%50.54
%40.32
%27.06

Codes

Color #BA5C6F in popluar color models

BA5C6F
RGB18692111
HSL348°40.52%54.51%
HSB/HSV348°50.54%72.94%
CMYK0.00%50.54%40.32%
27.06%

Color #BA5C6F in popluar number systems.

HEXBA5C6F
Decimal18692111
Binary1011101010111001101111
Octal272134157

Shades and tints

Shades of #BA5C6F

#BA5C6F
(186,92,111)
#AA5465
(170,84,101)
#9A4C5B
(154,76,91)
#8A4451
(138,68,81)
#7A3C47
(122,60,71)
#6A343D
(106,52,61)
#5A2C33
(90,44,51)
#4A2429
(74,36,41)
#3A1C1F
(58,28,31)
#2A1415
(42,20,21)
#1A0C0B
(26,12,11)
#000000
(0,0,0)

Tints of #BA5C6F

#BA5C6F
(186,92,111)
#C06A7C
(192,106,124)
#C67889
(198,120,137)
#CC8696
(204,134,150)
#D294A3
(210,148,163)
#D8A2B0
(216,162,176)
#DEB0BD
(222,176,189)
#E4BECA
(228,190,202)
#EACCD7
(234,204,215)
#F0DAE4
(240,218,228)
#F6E8F1
(246,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5C6F; }

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

This text font color is #BA5C6F.


Background Color

.myBgColor { background-color: #BA5C6F; }

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

This div background color is #BA5C6F.


Border color

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

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

This div border color is #BA5C6F.


Opacity

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

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

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

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

This text has shadow with #BA5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5C6F on black background.


Color preview on white background

This text has color #BA5C6F on white background.



Black color preview on #BA5C6F background

This text has black color on #BA5C6F background.


White color preview on #BA5C6F background

This text has white color on #BA5C6F background.