COLOR #BA7E2E

HEX: #BA7E2E
RGB: (186,126,46)

Color info

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

RGB color model

#BA7E2E color RGB value is (186,126,46).

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

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 46 of 255 = 18%

186
126
46

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

Portions of RGB colors in percentages

R + G + B =
186 + 126 + 46 = 358 (100%)
R 186 of 358 ~ 51.96%
G 126 of 358 ~ 35.2%
B 46 of 358 ~ 12.85%

%51.96
%35.2
%12.85

CMYK color model

#BA7E2E color CMYK value is (0,32,75,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 75.27%
  • key color value is 27.06%
CMYK:
(0,32,75,27)
C0M32Y75K27 
(0%,32%,75%,27%)
(0.00/0.32/0.75/0.27)	

CMYK percentages

%0
%32.26
%75.27
%27.06

Codes

Color #BA7E2E in popluar color models

BA7E2E
RGB18612646
HSL34°60.34%45.49%
HSB/HSV34°75.27%72.94%
CMYK0.00%32.26%75.27%
27.06%

Color #BA7E2E in popluar number systems.

HEXBA7E2E
Decimal18612646
Binary101110101111110101110
Octal27217656

Shades and tints

Shades of #BA7E2E

#BA7E2E
(186,126,46)
#AA732A
(170,115,42)
#9A6826
(154,104,38)
#8A5D22
(138,93,34)
#7A521E
(122,82,30)
#6A471A
(106,71,26)
#5A3C16
(90,60,22)
#4A3112
(74,49,18)
#3A260E
(58,38,14)
#2A1B0A
(42,27,10)
#1A1006
(26,16,6)
#000000
(0,0,0)

Tints of #BA7E2E

#BA7E2E
(186,126,46)
#C08941
(192,137,65)
#C69454
(198,148,84)
#CC9F67
(204,159,103)
#D2AA7A
(210,170,122)
#D8B58D
(216,181,141)
#DEC0A0
(222,192,160)
#E4CBB3
(228,203,179)
#EAD6C6
(234,214,198)
#F0E1D9
(240,225,217)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7E2E; }

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

This text font color is #BA7E2E.


Background Color

.myBgColor { background-color: #BA7E2E; }

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

This div background color is #BA7E2E.


Border color

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

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

This div border color is #BA7E2E.


Opacity

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

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

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

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

This text has shadow with #BA7E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7E2E on black background.


Color preview on white background

This text has color #BA7E2E on white background.



Black color preview on #BA7E2E background

This text has black color on #BA7E2E background.


White color preview on #BA7E2E background

This text has white color on #BA7E2E background.