COLOR #BA7044

HEX: #BA7044
RGB: (186,112,68)

Color info

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

RGB color model

#BA7044 color RGB value is (186,112,68).

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

RGB channels and saturation

R 186 of 255 = 73%
G 112 of 255 = 44%
B 68 of 255 = 27%

186
112
68

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

Portions of RGB colors in percentages

R + G + B =
186 + 112 + 68 = 366 (100%)
R 186 of 366 ~ 50.82%
G 112 of 366 ~ 30.6%
B 68 of 366 ~ 18.58%

%50.82
%30.6
%18.58

CMYK color model

#BA7044 color CMYK value is (0,40,63,27).

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 63.44%
  • key color value is 27.06%
CMYK:
(0,40,63,27)
C0M40Y63K27 
(0%,40%,63%,27%)
(0.00/0.40/0.63/0.27)	

CMYK percentages

%0
%39.78
%63.44
%27.06

Codes

Color #BA7044 in popluar color models

BA7044
RGB18611268
HSL22°46.46%49.80%
HSB/HSV22°63.44%72.94%
CMYK0.00%39.78%63.44%
27.06%

Color #BA7044 in popluar number systems.

HEXBA7044
Decimal18611268
Binary1011101011100001000100
Octal272160104

Shades and tints

Shades of #BA7044

#BA7044
(186,112,68)
#AA663E
(170,102,62)
#9A5C38
(154,92,56)
#8A5232
(138,82,50)
#7A482C
(122,72,44)
#6A3E26
(106,62,38)
#5A3420
(90,52,32)
#4A2A1A
(74,42,26)
#3A2014
(58,32,20)
#2A160E
(42,22,14)
#1A0C08
(26,12,8)
#000000
(0,0,0)

Tints of #BA7044

#BA7044
(186,112,68)
#C07D55
(192,125,85)
#C68A66
(198,138,102)
#CC9777
(204,151,119)
#D2A488
(210,164,136)
#D8B199
(216,177,153)
#DEBEAA
(222,190,170)
#E4CBBB
(228,203,187)
#EAD8CC
(234,216,204)
#F0E5DD
(240,229,221)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7044; }

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

This text font color is #BA7044.


Background Color

.myBgColor { background-color: #BA7044; }

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

This div background color is #BA7044.


Border color

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

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

This div border color is #BA7044.


Opacity

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

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

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

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

This text has shadow with #BA7044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7044 on black background.


Color preview on white background

This text has color #BA7044 on white background.



Black color preview on #BA7044 background

This text has black color on #BA7044 background.


White color preview on #BA7044 background

This text has white color on #BA7044 background.