COLOR #BA5D5D

HEX: #BA5D5D
RGB: (186,93,93)

Color info

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

RGB color model

#BA5D5D color RGB value is (186,93,93).

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

RGB channels and saturation

R 186 of 255 = 73%
G 93 of 255 = 36%
B 93 of 255 = 36%

186
93
93

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

Portions of RGB colors in percentages

R + G + B =
186 + 93 + 93 = 372 (100%)
R 186 of 372 ~ 50%
G 93 of 372 ~ 25%
B 93 of 372 ~ 25%

%50
%25
%25

CMYK color model

#BA5D5D color CMYK value is (0,50,50,27).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 27.06%
CMYK:
(0,50,50,27)
C0M50Y50K27 
(0%,50%,50%,27%)
(0.00/0.50/0.50/0.27)	

CMYK percentages

%0
%50
%50
%27.06

Codes

Color #BA5D5D in popluar color models

BA5D5D
RGB1869393
HSL40.26%54.71%
HSB/HSV50.00%72.94%
CMYK0.00%50.00%50.00%
27.06%

Color #BA5D5D in popluar number systems.

HEXBA5D5D
Decimal1869393
Binary1011101010111011011101
Octal272135135

Shades and tints

Shades of #BA5D5D

#BA5D5D
(186,93,93)
#AA5555
(170,85,85)
#9A4D4D
(154,77,77)
#8A4545
(138,69,69)
#7A3D3D
(122,61,61)
#6A3535
(106,53,53)
#5A2D2D
(90,45,45)
#4A2525
(74,37,37)
#3A1D1D
(58,29,29)
#2A1515
(42,21,21)
#1A0D0D
(26,13,13)
#000000
(0,0,0)

Tints of #BA5D5D

#BA5D5D
(186,93,93)
#C06B6B
(192,107,107)
#C67979
(198,121,121)
#CC8787
(204,135,135)
#D29595
(210,149,149)
#D8A3A3
(216,163,163)
#DEB1B1
(222,177,177)
#E4BFBF
(228,191,191)
#EACDCD
(234,205,205)
#F0DBDB
(240,219,219)
#F6E9E9
(246,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5D5D; }

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

This text font color is #BA5D5D.


Background Color

.myBgColor { background-color: #BA5D5D; }

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

This div background color is #BA5D5D.


Border color

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

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

This div border color is #BA5D5D.


Opacity

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

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

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

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

This text has shadow with #BA5D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5D5D on black background.


Color preview on white background

This text has color #BA5D5D on white background.



Black color preview on #BA5D5D background

This text has black color on #BA5D5D background.


White color preview on #BA5D5D background

This text has white color on #BA5D5D background.