COLOR #BA5C2D

HEX: #BA5C2D
RGB: (186,92,45)

Color info

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

RGB color model

#BA5C2D color RGB value is (186,92,45).

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

RGB channels and saturation

R 186 of 255 = 73%
G 92 of 255 = 36%
B 45 of 255 = 18%

186
92
45

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

Portions of RGB colors in percentages

R + G + B =
186 + 92 + 45 = 323 (100%)
R 186 of 323 ~ 57.59%
G 92 of 323 ~ 28.48%
B 45 of 323 ~ 13.93%

%57.59
%28.48
%13.93

CMYK color model

#BA5C2D color CMYK value is (0,51,76,27).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 75.81%
  • key color value is 27.06%
CMYK:
(0,51,76,27)
C0M51Y76K27 
(0%,51%,76%,27%)
(0.00/0.51/0.76/0.27)	

CMYK percentages

%0
%50.54
%75.81
%27.06

Codes

Color #BA5C2D in popluar color models

BA5C2D
RGB1869245
HSL20°61.04%45.29%
HSB/HSV20°75.81%72.94%
CMYK0.00%50.54%75.81%
27.06%

Color #BA5C2D in popluar number systems.

HEXBA5C2D
Decimal1869245
Binary101110101011100101101
Octal27213455

Shades and tints

Shades of #BA5C2D

#BA5C2D
(186,92,45)
#AA5429
(170,84,41)
#9A4C25
(154,76,37)
#8A4421
(138,68,33)
#7A3C1D
(122,60,29)
#6A3419
(106,52,25)
#5A2C15
(90,44,21)
#4A2411
(74,36,17)
#3A1C0D
(58,28,13)
#2A1409
(42,20,9)
#1A0C05
(26,12,5)
#000000
(0,0,0)

Tints of #BA5C2D

#BA5C2D
(186,92,45)
#C06A40
(192,106,64)
#C67853
(198,120,83)
#CC8666
(204,134,102)
#D29479
(210,148,121)
#D8A28C
(216,162,140)
#DEB09F
(222,176,159)
#E4BEB2
(228,190,178)
#EACCC5
(234,204,197)
#F0DAD8
(240,218,216)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5C2D; }

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

This text font color is #BA5C2D.


Background Color

.myBgColor { background-color: #BA5C2D; }

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

This div background color is #BA5C2D.


Border color

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

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

This div border color is #BA5C2D.


Opacity

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

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

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

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

This text has shadow with #BA5C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5C2D on black background.


Color preview on white background

This text has color #BA5C2D on white background.



Black color preview on #BA5C2D background

This text has black color on #BA5C2D background.


White color preview on #BA5C2D background

This text has white color on #BA5C2D background.