COLOR #BA4B4B

HEX: #BA4B4B
RGB: (186,75,75)

Color info

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

RGB color model

#BA4B4B color RGB value is (186,75,75).

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

RGB channels and saturation

R 186 of 255 = 73%
G 75 of 255 = 29%
B 75 of 255 = 29%

186
75
75

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

Portions of RGB colors in percentages

R + G + B =
186 + 75 + 75 = 336 (100%)
R 186 of 336 ~ 55.36%
G 75 of 336 ~ 22.32%
B 75 of 336 ~ 22.32%

%55.36
%22.32
%22.32

CMYK color model

#BA4B4B color CMYK value is (0,60,60,27).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(0,60,60,27)
C0M60Y60K27 
(0%,60%,60%,27%)
(0.00/0.60/0.60/0.27)	

CMYK percentages

%0
%59.68
%59.68
%27.06

Codes

Color #BA4B4B in popluar color models

BA4B4B
RGB1867575
HSL44.58%51.18%
HSB/HSV59.68%72.94%
CMYK0.00%59.68%59.68%
27.06%

Color #BA4B4B in popluar number systems.

HEXBA4B4B
Decimal1867575
Binary1011101010010111001011
Octal272113113

Shades and tints

Shades of #BA4B4B

#BA4B4B
(186,75,75)
#AA4545
(170,69,69)
#9A3F3F
(154,63,63)
#8A3939
(138,57,57)
#7A3333
(122,51,51)
#6A2D2D
(106,45,45)
#5A2727
(90,39,39)
#4A2121
(74,33,33)
#3A1B1B
(58,27,27)
#2A1515
(42,21,21)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #BA4B4B

#BA4B4B
(186,75,75)
#C05B5B
(192,91,91)
#C66B6B
(198,107,107)
#CC7B7B
(204,123,123)
#D28B8B
(210,139,139)
#D89B9B
(216,155,155)
#DEABAB
(222,171,171)
#E4BBBB
(228,187,187)
#EACBCB
(234,203,203)
#F0DBDB
(240,219,219)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4B4B; }

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

This text font color is #BA4B4B.


Background Color

.myBgColor { background-color: #BA4B4B; }

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

This div background color is #BA4B4B.


Border color

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

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

This div border color is #BA4B4B.


Opacity

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

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

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

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

This text has shadow with #BA4B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4B4B on black background.


Color preview on white background

This text has color #BA4B4B on white background.



Black color preview on #BA4B4B background

This text has black color on #BA4B4B background.


White color preview on #BA4B4B background

This text has white color on #BA4B4B background.