COLOR #BA4440

HEX: #BA4440
RGB: (186,68,64)

Color info

#BA4440 contains mainly red color. Web safe color of #BA4440 is #CC3333 (or #C33).

RGB color model

#BA4440 color RGB value is (186,68,64).

  • red value is 186;
  • green value is 68;
  • blue value is 64.
RGB:
(186,68,64)
(73%,27%,25%)

RGB channels and saturation

R 186 of 255 = 73%
G 68 of 255 = 27%
B 64 of 255 = 25%

186
68
64

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

Portions of RGB colors in percentages

R + G + B =
186 + 68 + 64 = 318 (100%)
R 186 of 318 ~ 58.49%
G 68 of 318 ~ 21.38%
B 64 of 318 ~ 20.13%

%58.49
%21.38
%20.13

CMYK color model

#BA4440 color CMYK value is (0,63,66,27).

  • cyan value is 0.00%
  • magenta value is 63.44%
  • yellow value is 65.59%
  • key color value is 27.06%
CMYK:
(0,63,66,27)
C0M63Y66K27 
(0%,63%,66%,27%)
(0.00/0.63/0.66/0.27)	

CMYK percentages

%0
%63.44
%65.59
%27.06

Codes

Color #BA4440 in popluar color models

BA4440
RGB1866864
HSL48.80%49.02%
HSB/HSV65.59%72.94%
CMYK0.00%63.44%65.59%
27.06%

Color #BA4440 in popluar number systems.

HEXBA4440
Decimal1866864
Binary1011101010001001000000
Octal272104100

Shades and tints

Shades of #BA4440

#BA4440
(186,68,64)
#AA3E3B
(170,62,59)
#9A3836
(154,56,54)
#8A3231
(138,50,49)
#7A2C2C
(122,44,44)
#6A2627
(106,38,39)
#5A2022
(90,32,34)
#4A1A1D
(74,26,29)
#3A1418
(58,20,24)
#2A0E13
(42,14,19)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #BA4440

#BA4440
(186,68,64)
#C05551
(192,85,81)
#C66662
(198,102,98)
#CC7773
(204,119,115)
#D28884
(210,136,132)
#D89995
(216,153,149)
#DEAAA6
(222,170,166)
#E4BBB7
(228,187,183)
#EACCC8
(234,204,200)
#F0DDD9
(240,221,217)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA4440 color. Also use rgb(186,68,64) instead hex code.

Text Font Color

.myTextColor { color: #BA4440; }

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

This text font color is #BA4440.


Background Color

.myBgColor { background-color: #BA4440; }

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

This div background color is #BA4440.


Border color

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

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

This div border color is #BA4440.


Opacity

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

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

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

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

This text has shadow with #BA4440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4440 on black background.


Color preview on white background

This text has color #BA4440 on white background.



Black color preview on #BA4440 background

This text has black color on #BA4440 background.


White color preview on #BA4440 background

This text has white color on #BA4440 background.