COLOR #BA5E3B

HEX: #BA5E3B
RGB: (186,94,59)

Color info

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

RGB color model

#BA5E3B color RGB value is (186,94,59).

  • red value is 186;
  • green value is 94;
  • blue value is 59.
RGB:
(186,94,59)
(73%,37%,23%)

RGB channels and saturation

R 186 of 255 = 73%
G 94 of 255 = 37%
B 59 of 255 = 23%

186
94
59

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

Portions of RGB colors in percentages

R + G + B =
186 + 94 + 59 = 339 (100%)
R 186 of 339 ~ 54.87%
G 94 of 339 ~ 27.73%
B 59 of 339 ~ 17.4%

%54.87
%27.73
%17.4

CMYK color model

#BA5E3B color CMYK value is (0,49,68,27).

  • cyan value is 0.00%
  • magenta value is 49.46%
  • yellow value is 68.28%
  • key color value is 27.06%
CMYK:
(0,49,68,27)
C0M49Y68K27 
(0%,49%,68%,27%)
(0.00/0.49/0.68/0.27)	

CMYK percentages

%0
%49.46
%68.28
%27.06

Codes

Color #BA5E3B in popluar color models

BA5E3B
RGB1869459
HSL17°51.84%48.04%
HSB/HSV17°68.28%72.94%
CMYK0.00%49.46%68.28%
27.06%

Color #BA5E3B in popluar number systems.

HEXBA5E3B
Decimal1869459
Binary101110101011110111011
Octal27213673

Shades and tints

Shades of #BA5E3B

#BA5E3B
(186,94,59)
#AA5636
(170,86,54)
#9A4E31
(154,78,49)
#8A462C
(138,70,44)
#7A3E27
(122,62,39)
#6A3622
(106,54,34)
#5A2E1D
(90,46,29)
#4A2618
(74,38,24)
#3A1E13
(58,30,19)
#2A160E
(42,22,14)
#1A0E09
(26,14,9)
#000000
(0,0,0)

Tints of #BA5E3B

#BA5E3B
(186,94,59)
#C06C4C
(192,108,76)
#C67A5D
(198,122,93)
#CC886E
(204,136,110)
#D2967F
(210,150,127)
#D8A490
(216,164,144)
#DEB2A1
(222,178,161)
#E4C0B2
(228,192,178)
#EACEC3
(234,206,195)
#F0DCD4
(240,220,212)
#F6EAE5
(246,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5E3B; }

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

This text font color is #BA5E3B.


Background Color

.myBgColor { background-color: #BA5E3B; }

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

This div background color is #BA5E3B.


Border color

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

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

This div border color is #BA5E3B.


Opacity

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

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

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

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

This text has shadow with #BA5E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5E3B on black background.


Color preview on white background

This text has color #BA5E3B on white background.



Black color preview on #BA5E3B background

This text has black color on #BA5E3B background.


White color preview on #BA5E3B background

This text has white color on #BA5E3B background.