COLOR #BA6E06

HEX: #BA6E06
RGB: (186,110,6)

Color info

#BA6E06 contains mainly red color. Web safe color of #BA6E06 is #CC6600 (or #C60).

RGB color model

#BA6E06 color RGB value is (186,110,6).

  • red value is 186;
  • green value is 110;
  • blue value is 6.
RGB:
(186,110,6)
(73%,43%,2%)

RGB channels and saturation

R 186 of 255 = 73%
G 110 of 255 = 43%
B 6 of 255 = 2%

186
110
6

R + G + B ~ 39%. #BA6E06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 110 + 6 = 302 (100%)
R 186 of 302 ~ 61.59%
G 110 of 302 ~ 36.42%
B 6 of 302 ~ 1.99%

%61.59
%36.42

CMYK color model

#BA6E06 color CMYK value is (0,41,97,27).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 96.77%
  • key color value is 27.06%
CMYK:
(0,41,97,27)
C0M41Y97K27 
(0%,41%,97%,27%)
(0.00/0.41/0.97/0.27)	

CMYK percentages

%0
%40.86
%96.77
%27.06

Codes

Color #BA6E06 in popluar color models

BA6E06
RGB1861106
HSL35°93.75%37.65%
HSB/HSV35°96.77%72.94%
CMYK0.00%40.86%96.77%
27.06%

Color #BA6E06 in popluar number systems.

HEXBA6E06
Decimal1861106
Binary101110101101110110
Octal2721566

Shades and tints

Shades of #BA6E06

#BA6E06
(186,110,6)
#AA6406
(170,100,6)
#9A5A06
(154,90,6)
#8A5006
(138,80,6)
#7A4606
(122,70,6)
#6A3C06
(106,60,6)
#5A3206
(90,50,6)
#4A2806
(74,40,6)
#3A1E06
(58,30,6)
#2A1406
(42,20,6)
#1A0A06
(26,10,6)
#000000
(0,0,0)

Tints of #BA6E06

#BA6E06
(186,110,6)
#C07B1C
(192,123,28)
#C68832
(198,136,50)
#CC9548
(204,149,72)
#D2A25E
(210,162,94)
#D8AF74
(216,175,116)
#DEBC8A
(222,188,138)
#E4C9A0
(228,201,160)
#EAD6B6
(234,214,182)
#F0E3CC
(240,227,204)
#F6F0E2
(246,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6E06 color. Also use rgb(186,110,6) instead hex code.

Text Font Color

.myTextColor { color: #BA6E06; }

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

This text font color is #BA6E06.


Background Color

.myBgColor { background-color: #BA6E06; }

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

This div background color is #BA6E06.


Border color

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

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

This div border color is #BA6E06.


Opacity

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

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

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

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

This text has shadow with #BA6E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6E06 on black background.


Color preview on white background

This text has color #BA6E06 on white background.



Black color preview on #BA6E06 background

This text has black color on #BA6E06 background.


White color preview on #BA6E06 background

This text has white color on #BA6E06 background.