COLOR #BA792D

HEX: #BA792D
RGB: (186,121,45)

Color info

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

RGB color model

#BA792D color RGB value is (186,121,45).

  • red value is 186;
  • green value is 121;
  • blue value is 45.
RGB:
(186,121,45)
(73%,47%,18%)

RGB channels and saturation

R 186 of 255 = 73%
G 121 of 255 = 47%
B 45 of 255 = 18%

186
121
45

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

Portions of RGB colors in percentages

R + G + B =
186 + 121 + 45 = 352 (100%)
R 186 of 352 ~ 52.84%
G 121 of 352 ~ 34.38%
B 45 of 352 ~ 12.78%

%52.84
%34.38
%12.78

CMYK color model

#BA792D color CMYK value is (0,35,76,27).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 75.81%
  • key color value is 27.06%
CMYK:
(0,35,76,27)
C0M35Y76K27 
(0%,35%,76%,27%)
(0.00/0.35/0.76/0.27)	

CMYK percentages

%0
%34.95
%75.81
%27.06

Codes

Color #BA792D in popluar color models

BA792D
RGB18612145
HSL32°61.04%45.29%
HSB/HSV32°75.81%72.94%
CMYK0.00%34.95%75.81%
27.06%

Color #BA792D in popluar number systems.

HEXBA792D
Decimal18612145
Binary101110101111001101101
Octal27217155

Shades and tints

Shades of #BA792D

#BA792D
(186,121,45)
#AA6E29
(170,110,41)
#9A6325
(154,99,37)
#8A5821
(138,88,33)
#7A4D1D
(122,77,29)
#6A4219
(106,66,25)
#5A3715
(90,55,21)
#4A2C11
(74,44,17)
#3A210D
(58,33,13)
#2A1609
(42,22,9)
#1A0B05
(26,11,5)
#000000
(0,0,0)

Tints of #BA792D

#BA792D
(186,121,45)
#C08540
(192,133,64)
#C69153
(198,145,83)
#CC9D66
(204,157,102)
#D2A979
(210,169,121)
#D8B58C
(216,181,140)
#DEC19F
(222,193,159)
#E4CDB2
(228,205,178)
#EAD9C5
(234,217,197)
#F0E5D8
(240,229,216)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA792D color. Also use rgb(186,121,45) instead hex code.

Text Font Color

.myTextColor { color: #BA792D; }

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

This text font color is #BA792D.


Background Color

.myBgColor { background-color: #BA792D; }

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

This div background color is #BA792D.


Border color

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

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

This div border color is #BA792D.


Opacity

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

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

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

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

This text has shadow with #BA792D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA792D on black background.


Color preview on white background

This text has color #BA792D on white background.



Black color preview on #BA792D background

This text has black color on #BA792D background.


White color preview on #BA792D background

This text has white color on #BA792D background.