COLOR #BA7426

HEX: #BA7426
RGB: (186,116,38)

Color info

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

RGB color model

#BA7426 color RGB value is (186,116,38).

  • red value is 186;
  • green value is 116;
  • blue value is 38.
RGB:
(186,116,38)
(73%,45%,15%)

RGB channels and saturation

R 186 of 255 = 73%
G 116 of 255 = 45%
B 38 of 255 = 15%

186
116
38

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

Portions of RGB colors in percentages

R + G + B =
186 + 116 + 38 = 340 (100%)
R 186 of 340 ~ 54.71%
G 116 of 340 ~ 34.12%
B 38 of 340 ~ 11.18%

%54.71
%34.12
%11.18

CMYK color model

#BA7426 color CMYK value is (0,38,80,27).

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 79.57%
  • key color value is 27.06%
CMYK:
(0,38,80,27)
C0M38Y80K27 
(0%,38%,80%,27%)
(0.00/0.38/0.80/0.27)	

CMYK percentages

%0
%37.63
%79.57
%27.06

Codes

Color #BA7426 in popluar color models

BA7426
RGB18611638
HSL32°66.07%43.92%
HSB/HSV32°79.57%72.94%
CMYK0.00%37.63%79.57%
27.06%

Color #BA7426 in popluar number systems.

HEXBA7426
Decimal18611638
Binary101110101110100100110
Octal27216446

Shades and tints

Shades of #BA7426

#BA7426
(186,116,38)
#AA6A23
(170,106,35)
#9A6020
(154,96,32)
#8A561D
(138,86,29)
#7A4C1A
(122,76,26)
#6A4217
(106,66,23)
#5A3814
(90,56,20)
#4A2E11
(74,46,17)
#3A240E
(58,36,14)
#2A1A0B
(42,26,11)
#1A1008
(26,16,8)
#000000
(0,0,0)

Tints of #BA7426

#BA7426
(186,116,38)
#C08039
(192,128,57)
#C68C4C
(198,140,76)
#CC985F
(204,152,95)
#D2A472
(210,164,114)
#D8B085
(216,176,133)
#DEBC98
(222,188,152)
#E4C8AB
(228,200,171)
#EAD4BE
(234,212,190)
#F0E0D1
(240,224,209)
#F6ECE4
(246,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7426 color. Also use rgb(186,116,38) instead hex code.

Text Font Color

.myTextColor { color: #BA7426; }

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

This text font color is #BA7426.


Background Color

.myBgColor { background-color: #BA7426; }

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

This div background color is #BA7426.


Border color

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

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

This div border color is #BA7426.


Opacity

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

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

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

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

This text has shadow with #BA7426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7426 on black background.


Color preview on white background

This text has color #BA7426 on white background.



Black color preview on #BA7426 background

This text has black color on #BA7426 background.


White color preview on #BA7426 background

This text has white color on #BA7426 background.