COLOR #BA5C74

HEX: #BA5C74
RGB: (186,92,116)

Color info

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

RGB color model

#BA5C74 color RGB value is (186,92,116).

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

RGB channels and saturation

R 186 of 255 = 73%
G 92 of 255 = 36%
B 116 of 255 = 45%

186
92
116

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

Portions of RGB colors in percentages

R + G + B =
186 + 92 + 116 = 394 (100%)
R 186 of 394 ~ 47.21%
G 92 of 394 ~ 23.35%
B 116 of 394 ~ 29.44%

%47.21
%23.35
%29.44

CMYK color model

#BA5C74 color CMYK value is (0,51,38,27).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(0,51,38,27)
C0M51Y38K27 
(0%,51%,38%,27%)
(0.00/0.51/0.38/0.27)	

CMYK percentages

%0
%50.54
%37.63
%27.06

Codes

Color #BA5C74 in popluar color models

BA5C74
RGB18692116
HSL345°40.52%54.51%
HSB/HSV345°50.54%72.94%
CMYK0.00%50.54%37.63%
27.06%

Color #BA5C74 in popluar number systems.

HEXBA5C74
Decimal18692116
Binary1011101010111001110100
Octal272134164

Shades and tints

Shades of #BA5C74

#BA5C74
(186,92,116)
#AA546A
(170,84,106)
#9A4C60
(154,76,96)
#8A4456
(138,68,86)
#7A3C4C
(122,60,76)
#6A3442
(106,52,66)
#5A2C38
(90,44,56)
#4A242E
(74,36,46)
#3A1C24
(58,28,36)
#2A141A
(42,20,26)
#1A0C10
(26,12,16)
#000000
(0,0,0)

Tints of #BA5C74

#BA5C74
(186,92,116)
#C06A80
(192,106,128)
#C6788C
(198,120,140)
#CC8698
(204,134,152)
#D294A4
(210,148,164)
#D8A2B0
(216,162,176)
#DEB0BC
(222,176,188)
#E4BEC8
(228,190,200)
#EACCD4
(234,204,212)
#F0DAE0
(240,218,224)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5C74; }

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

This text font color is #BA5C74.


Background Color

.myBgColor { background-color: #BA5C74; }

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

This div background color is #BA5C74.


Border color

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

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

This div border color is #BA5C74.


Opacity

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

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

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

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

This text has shadow with #BA5C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5C74 on black background.


Color preview on white background

This text has color #BA5C74 on white background.



Black color preview on #BA5C74 background

This text has black color on #BA5C74 background.


White color preview on #BA5C74 background

This text has white color on #BA5C74 background.