COLOR #BA6918

HEX: #BA6918
RGB: (186,105,24)

Color info

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

RGB color model

#BA6918 color RGB value is (186,105,24).

  • red value is 186;
  • green value is 105;
  • blue value is 24.
RGB:
(186,105,24)
(73%,41%,9%)

RGB channels and saturation

R 186 of 255 = 73%
G 105 of 255 = 41%
B 24 of 255 = 9%

186
105
24

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

Portions of RGB colors in percentages

R + G + B =
186 + 105 + 24 = 315 (100%)
R 186 of 315 ~ 59.05%
G 105 of 315 ~ 33.33%
B 24 of 315 ~ 7.62%

%59.05
%33.33

CMYK color model

#BA6918 color CMYK value is (0,44,87,27).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 87.10%
  • key color value is 27.06%
CMYK:
(0,44,87,27)
C0M44Y87K27 
(0%,44%,87%,27%)
(0.00/0.44/0.87/0.27)	

CMYK percentages

%0
%43.55
%87.1
%27.06

Codes

Color #BA6918 in popluar color models

BA6918
RGB18610524
HSL30°77.14%41.18%
HSB/HSV30°87.10%72.94%
CMYK0.00%43.55%87.10%
27.06%

Color #BA6918 in popluar number systems.

HEXBA6918
Decimal18610524
Binary10111010110100111000
Octal27215130

Shades and tints

Shades of #BA6918

#BA6918
(186,105,24)
#AA6016
(170,96,22)
#9A5714
(154,87,20)
#8A4E12
(138,78,18)
#7A4510
(122,69,16)
#6A3C0E
(106,60,14)
#5A330C
(90,51,12)
#4A2A0A
(74,42,10)
#3A2108
(58,33,8)
#2A1806
(42,24,6)
#1A0F04
(26,15,4)
#000000
(0,0,0)

Tints of #BA6918

#BA6918
(186,105,24)
#C0762D
(192,118,45)
#C68342
(198,131,66)
#CC9057
(204,144,87)
#D29D6C
(210,157,108)
#D8AA81
(216,170,129)
#DEB796
(222,183,150)
#E4C4AB
(228,196,171)
#EAD1C0
(234,209,192)
#F0DED5
(240,222,213)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6918 color. Also use rgb(186,105,24) instead hex code.

Text Font Color

.myTextColor { color: #BA6918; }

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

This text font color is #BA6918.


Background Color

.myBgColor { background-color: #BA6918; }

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

This div background color is #BA6918.


Border color

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

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

This div border color is #BA6918.


Opacity

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

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

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

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

This text has shadow with #BA6918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6918 on black background.


Color preview on white background

This text has color #BA6918 on white background.



Black color preview on #BA6918 background

This text has black color on #BA6918 background.


White color preview on #BA6918 background

This text has white color on #BA6918 background.