COLOR #BA522E

HEX: #BA522E
RGB: (186,82,46)

Color info

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

RGB color model

#BA522E color RGB value is (186,82,46).

  • red value is 186;
  • green value is 82;
  • blue value is 46.
RGB:
(186,82,46)
(73%,32%,18%)

RGB channels and saturation

R 186 of 255 = 73%
G 82 of 255 = 32%
B 46 of 255 = 18%

186
82
46

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

Portions of RGB colors in percentages

R + G + B =
186 + 82 + 46 = 314 (100%)
R 186 of 314 ~ 59.24%
G 82 of 314 ~ 26.11%
B 46 of 314 ~ 14.65%

%59.24
%26.11
%14.65

CMYK color model

#BA522E color CMYK value is (0,56,75,27).

  • cyan value is 0.00%
  • magenta value is 55.91%
  • yellow value is 75.27%
  • key color value is 27.06%
CMYK:
(0,56,75,27)
C0M56Y75K27 
(0%,56%,75%,27%)
(0.00/0.56/0.75/0.27)	

CMYK percentages

%0
%55.91
%75.27
%27.06

Codes

Color #BA522E in popluar color models

BA522E
RGB1868246
HSL15°60.34%45.49%
HSB/HSV15°75.27%72.94%
CMYK0.00%55.91%75.27%
27.06%

Color #BA522E in popluar number systems.

HEXBA522E
Decimal1868246
Binary101110101010010101110
Octal27212256

Shades and tints

Shades of #BA522E

#BA522E
(186,82,46)
#AA4B2A
(170,75,42)
#9A4426
(154,68,38)
#8A3D22
(138,61,34)
#7A361E
(122,54,30)
#6A2F1A
(106,47,26)
#5A2816
(90,40,22)
#4A2112
(74,33,18)
#3A1A0E
(58,26,14)
#2A130A
(42,19,10)
#1A0C06
(26,12,6)
#000000
(0,0,0)

Tints of #BA522E

#BA522E
(186,82,46)
#C06141
(192,97,65)
#C67054
(198,112,84)
#CC7F67
(204,127,103)
#D28E7A
(210,142,122)
#D89D8D
(216,157,141)
#DEACA0
(222,172,160)
#E4BBB3
(228,187,179)
#EACAC6
(234,202,198)
#F0D9D9
(240,217,217)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA522E; }

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

This text font color is #BA522E.


Background Color

.myBgColor { background-color: #BA522E; }

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

This div background color is #BA522E.


Border color

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

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

This div border color is #BA522E.


Opacity

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

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

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

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

This text has shadow with #BA522E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA522E on black background.


Color preview on white background

This text has color #BA522E on white background.



Black color preview on #BA522E background

This text has black color on #BA522E background.


White color preview on #BA522E background

This text has white color on #BA522E background.