COLOR #BA5A61

HEX: #BA5A61
RGB: (186,90,97)

Color info

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

RGB color model

#BA5A61 color RGB value is (186,90,97).

  • red value is 186;
  • green value is 90;
  • blue value is 97.
RGB:
(186,90,97)
(73%,35%,38%)

RGB channels and saturation

R 186 of 255 = 73%
G 90 of 255 = 35%
B 97 of 255 = 38%

186
90
97

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

Portions of RGB colors in percentages

R + G + B =
186 + 90 + 97 = 373 (100%)
R 186 of 373 ~ 49.87%
G 90 of 373 ~ 24.13%
B 97 of 373 ~ 26.01%

%49.87
%24.13
%26.01

CMYK color model

#BA5A61 color CMYK value is (0,52,48,27).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 47.85%
  • key color value is 27.06%
CMYK:
(0,52,48,27)
C0M52Y48K27 
(0%,52%,48%,27%)
(0.00/0.52/0.48/0.27)	

CMYK percentages

%0
%51.61
%47.85
%27.06

Codes

Color #BA5A61 in popluar color models

BA5A61
RGB1869097
HSL356°41.03%54.12%
HSB/HSV356°51.61%72.94%
CMYK0.00%51.61%47.85%
27.06%

Color #BA5A61 in popluar number systems.

HEXBA5A61
Decimal1869097
Binary1011101010110101100001
Octal272132141

Shades and tints

Shades of #BA5A61

#BA5A61
(186,90,97)
#AA5259
(170,82,89)
#9A4A51
(154,74,81)
#8A4249
(138,66,73)
#7A3A41
(122,58,65)
#6A3239
(106,50,57)
#5A2A31
(90,42,49)
#4A2229
(74,34,41)
#3A1A21
(58,26,33)
#2A1219
(42,18,25)
#1A0A11
(26,10,17)
#000000
(0,0,0)

Tints of #BA5A61

#BA5A61
(186,90,97)
#C0696F
(192,105,111)
#C6787D
(198,120,125)
#CC878B
(204,135,139)
#D29699
(210,150,153)
#D8A5A7
(216,165,167)
#DEB4B5
(222,180,181)
#E4C3C3
(228,195,195)
#EAD2D1
(234,210,209)
#F0E1DF
(240,225,223)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5A61 color. Also use rgb(186,90,97) instead hex code.

Text Font Color

.myTextColor { color: #BA5A61; }

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

This text font color is #BA5A61.


Background Color

.myBgColor { background-color: #BA5A61; }

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

This div background color is #BA5A61.


Border color

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

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

This div border color is #BA5A61.


Opacity

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

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

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

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

This text has shadow with #BA5A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5A61 on black background.


Color preview on white background

This text has color #BA5A61 on white background.



Black color preview on #BA5A61 background

This text has black color on #BA5A61 background.


White color preview on #BA5A61 background

This text has white color on #BA5A61 background.