COLOR #BA5049

HEX: #BA5049
RGB: (186,80,73)

Color info

#BA5049 contains mainly red color. Web safe color of #BA5049 is #CC6633 (or #C63).

RGB color model

#BA5049 color RGB value is (186,80,73).

  • red value is 186;
  • green value is 80;
  • blue value is 73.
RGB:
(186,80,73)
(73%,31%,29%)

RGB channels and saturation

R 186 of 255 = 73%
G 80 of 255 = 31%
B 73 of 255 = 29%

186
80
73

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

Portions of RGB colors in percentages

R + G + B =
186 + 80 + 73 = 339 (100%)
R 186 of 339 ~ 54.87%
G 80 of 339 ~ 23.6%
B 73 of 339 ~ 21.53%

%54.87
%23.6
%21.53

CMYK color model

#BA5049 color CMYK value is (0,57,61,27).

  • cyan value is 0.00%
  • magenta value is 56.99%
  • yellow value is 60.75%
  • key color value is 27.06%
CMYK:
(0,57,61,27)
C0M57Y61K27 
(0%,57%,61%,27%)
(0.00/0.57/0.61/0.27)	

CMYK percentages

%0
%56.99
%60.75
%27.06

Codes

Color #BA5049 in popluar color models

BA5049
RGB1868073
HSL45.02%50.78%
HSB/HSV60.75%72.94%
CMYK0.00%56.99%60.75%
27.06%

Color #BA5049 in popluar number systems.

HEXBA5049
Decimal1868073
Binary1011101010100001001001
Octal272120111

Shades and tints

Shades of #BA5049

#BA5049
(186,80,73)
#AA4943
(170,73,67)
#9A423D
(154,66,61)
#8A3B37
(138,59,55)
#7A3431
(122,52,49)
#6A2D2B
(106,45,43)
#5A2625
(90,38,37)
#4A1F1F
(74,31,31)
#3A1819
(58,24,25)
#2A1113
(42,17,19)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #BA5049

#BA5049
(186,80,73)
#C05F59
(192,95,89)
#C66E69
(198,110,105)
#CC7D79
(204,125,121)
#D28C89
(210,140,137)
#D89B99
(216,155,153)
#DEAAA9
(222,170,169)
#E4B9B9
(228,185,185)
#EAC8C9
(234,200,201)
#F0D7D9
(240,215,217)
#F6E6E9
(246,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5049 color. Also use rgb(186,80,73) instead hex code.

Text Font Color

.myTextColor { color: #BA5049; }

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

This text font color is #BA5049.


Background Color

.myBgColor { background-color: #BA5049; }

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

This div background color is #BA5049.


Border color

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

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

This div border color is #BA5049.


Opacity

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

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

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

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

This text has shadow with #BA5049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5049 on black background.


Color preview on white background

This text has color #BA5049 on white background.



Black color preview on #BA5049 background

This text has black color on #BA5049 background.


White color preview on #BA5049 background

This text has white color on #BA5049 background.