COLOR #BA5D44

HEX: #BA5D44
RGB: (186,93,68)

Color info

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

RGB color model

#BA5D44 color RGB value is (186,93,68).

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

RGB channels and saturation

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

186
93
68

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

Portions of RGB colors in percentages

R + G + B =
186 + 93 + 68 = 347 (100%)
R 186 of 347 ~ 53.6%
G 93 of 347 ~ 26.8%
B 68 of 347 ~ 19.6%

%53.6
%26.8
%19.6

CMYK color model

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

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

CMYK percentages

%0
%50
%63.44
%27.06

Codes

Color #BA5D44 in popluar color models

BA5D44
RGB1869368
HSL13°46.46%49.80%
HSB/HSV13°63.44%72.94%
CMYK0.00%50.00%63.44%
27.06%

Color #BA5D44 in popluar number systems.

HEXBA5D44
Decimal1869368
Binary1011101010111011000100
Octal272135104

Shades and tints

Shades of #BA5D44

#BA5D44
(186,93,68)
#AA553E
(170,85,62)
#9A4D38
(154,77,56)
#8A4532
(138,69,50)
#7A3D2C
(122,61,44)
#6A3526
(106,53,38)
#5A2D20
(90,45,32)
#4A251A
(74,37,26)
#3A1D14
(58,29,20)
#2A150E
(42,21,14)
#1A0D08
(26,13,8)
#000000
(0,0,0)

Tints of #BA5D44

#BA5D44
(186,93,68)
#C06B55
(192,107,85)
#C67966
(198,121,102)
#CC8777
(204,135,119)
#D29588
(210,149,136)
#D8A399
(216,163,153)
#DEB1AA
(222,177,170)
#E4BFBB
(228,191,187)
#EACDCC
(234,205,204)
#F0DBDD
(240,219,221)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5D44; }

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

This text font color is #BA5D44.


Background Color

.myBgColor { background-color: #BA5D44; }

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

This div background color is #BA5D44.


Border color

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

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

This div border color is #BA5D44.


Opacity

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

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

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

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

This text has shadow with #BA5D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5D44 on black background.


Color preview on white background

This text has color #BA5D44 on white background.



Black color preview on #BA5D44 background

This text has black color on #BA5D44 background.


White color preview on #BA5D44 background

This text has white color on #BA5D44 background.