COLOR #BA8246

HEX: #BA8246
RGB: (186,130,70)

Color info

#BA8246 contains mainly red and green colors. Web safe color of #BA8246 is #CC9933 (or #C93).

RGB color model

#BA8246 color RGB value is (186,130,70).

  • red value is 186;
  • green value is 130;
  • blue value is 70.
RGB:
(186,130,70)
(73%,51%,27%)

RGB channels and saturation

R 186 of 255 = 73%
G 130 of 255 = 51%
B 70 of 255 = 27%

186
130
70

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

Portions of RGB colors in percentages

R + G + B =
186 + 130 + 70 = 386 (100%)
R 186 of 386 ~ 48.19%
G 130 of 386 ~ 33.68%
B 70 of 386 ~ 18.13%

%48.19
%33.68
%18.13

CMYK color model

#BA8246 color CMYK value is (0,30,62,27).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 62.37%
  • key color value is 27.06%
CMYK:
(0,30,62,27)
C0M30Y62K27 
(0%,30%,62%,27%)
(0.00/0.30/0.62/0.27)	

CMYK percentages

%0
%30.11
%62.37
%27.06

Codes

Color #BA8246 in popluar color models

BA8246
RGB18613070
HSL31°45.67%50.20%
HSB/HSV31°62.37%72.94%
CMYK0.00%30.11%62.37%
27.06%

Color #BA8246 in popluar number systems.

HEXBA8246
Decimal18613070
Binary10111010100000101000110
Octal272202106

Shades and tints

Shades of #BA8246

#BA8246
(186,130,70)
#AA7740
(170,119,64)
#9A6C3A
(154,108,58)
#8A6134
(138,97,52)
#7A562E
(122,86,46)
#6A4B28
(106,75,40)
#5A4022
(90,64,34)
#4A351C
(74,53,28)
#3A2A16
(58,42,22)
#2A1F10
(42,31,16)
#1A140A
(26,20,10)
#000000
(0,0,0)

Tints of #BA8246

#BA8246
(186,130,70)
#C08D56
(192,141,86)
#C69866
(198,152,102)
#CCA376
(204,163,118)
#D2AE86
(210,174,134)
#D8B996
(216,185,150)
#DEC4A6
(222,196,166)
#E4CFB6
(228,207,182)
#EADAC6
(234,218,198)
#F0E5D6
(240,229,214)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8246 color. Also use rgb(186,130,70) instead hex code.

Text Font Color

.myTextColor { color: #BA8246; }

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

This text font color is #BA8246.


Background Color

.myBgColor { background-color: #BA8246; }

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

This div background color is #BA8246.


Border color

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

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

This div border color is #BA8246.


Opacity

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

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

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

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

This text has shadow with #BA8246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8246 on black background.


Color preview on white background

This text has color #BA8246 on white background.



Black color preview on #BA8246 background

This text has black color on #BA8246 background.


White color preview on #BA8246 background

This text has white color on #BA8246 background.