COLOR #BA5C32

HEX: #BA5C32
RGB: (186,92,50)

Color info

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

RGB color model

#BA5C32 color RGB value is (186,92,50).

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

RGB channels and saturation

R 186 of 255 = 73%
G 92 of 255 = 36%
B 50 of 255 = 20%

186
92
50

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

Portions of RGB colors in percentages

R + G + B =
186 + 92 + 50 = 328 (100%)
R 186 of 328 ~ 56.71%
G 92 of 328 ~ 28.05%
B 50 of 328 ~ 15.24%

%56.71
%28.05
%15.24

CMYK color model

#BA5C32 color CMYK value is (0,51,73,27).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 73.12%
  • key color value is 27.06%
CMYK:
(0,51,73,27)
C0M51Y73K27 
(0%,51%,73%,27%)
(0.00/0.51/0.73/0.27)	

CMYK percentages

%0
%50.54
%73.12
%27.06

Codes

Color #BA5C32 in popluar color models

BA5C32
RGB1869250
HSL19°57.63%46.27%
HSB/HSV19°73.12%72.94%
CMYK0.00%50.54%73.12%
27.06%

Color #BA5C32 in popluar number systems.

HEXBA5C32
Decimal1869250
Binary101110101011100110010
Octal27213462

Shades and tints

Shades of #BA5C32

#BA5C32
(186,92,50)
#AA542E
(170,84,46)
#9A4C2A
(154,76,42)
#8A4426
(138,68,38)
#7A3C22
(122,60,34)
#6A341E
(106,52,30)
#5A2C1A
(90,44,26)
#4A2416
(74,36,22)
#3A1C12
(58,28,18)
#2A140E
(42,20,14)
#1A0C0A
(26,12,10)
#000000
(0,0,0)

Tints of #BA5C32

#BA5C32
(186,92,50)
#C06A44
(192,106,68)
#C67856
(198,120,86)
#CC8668
(204,134,104)
#D2947A
(210,148,122)
#D8A28C
(216,162,140)
#DEB09E
(222,176,158)
#E4BEB0
(228,190,176)
#EACCC2
(234,204,194)
#F0DAD4
(240,218,212)
#F6E8E6
(246,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5C32; }

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

This text font color is #BA5C32.


Background Color

.myBgColor { background-color: #BA5C32; }

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

This div background color is #BA5C32.


Border color

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

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

This div border color is #BA5C32.


Opacity

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

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

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

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

This text has shadow with #BA5C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5C32 on black background.


Color preview on white background

This text has color #BA5C32 on white background.



Black color preview on #BA5C32 background

This text has black color on #BA5C32 background.


White color preview on #BA5C32 background

This text has white color on #BA5C32 background.