COLOR #BA6830

HEX: #BA6830
RGB: (186,104,48)

Color info

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

RGB color model

#BA6830 color RGB value is (186,104,48).

  • red value is 186;
  • green value is 104;
  • blue value is 48.
RGB:
(186,104,48)
(73%,41%,19%)

RGB channels and saturation

R 186 of 255 = 73%
G 104 of 255 = 41%
B 48 of 255 = 19%

186
104
48

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

Portions of RGB colors in percentages

R + G + B =
186 + 104 + 48 = 338 (100%)
R 186 of 338 ~ 55.03%
G 104 of 338 ~ 30.77%
B 48 of 338 ~ 14.2%

%55.03
%30.77
%14.2

CMYK color model

#BA6830 color CMYK value is (0,44,74,27).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 74.19%
  • key color value is 27.06%
CMYK:
(0,44,74,27)
C0M44Y74K27 
(0%,44%,74%,27%)
(0.00/0.44/0.74/0.27)	

CMYK percentages

%0
%44.09
%74.19
%27.06

Codes

Color #BA6830 in popluar color models

BA6830
RGB18610448
HSL24°58.97%45.88%
HSB/HSV24°74.19%72.94%
CMYK0.00%44.09%74.19%
27.06%

Color #BA6830 in popluar number systems.

HEXBA6830
Decimal18610448
Binary101110101101000110000
Octal27215060

Shades and tints

Shades of #BA6830

#BA6830
(186,104,48)
#AA5F2C
(170,95,44)
#9A5628
(154,86,40)
#8A4D24
(138,77,36)
#7A4420
(122,68,32)
#6A3B1C
(106,59,28)
#5A3218
(90,50,24)
#4A2914
(74,41,20)
#3A2010
(58,32,16)
#2A170C
(42,23,12)
#1A0E08
(26,14,8)
#000000
(0,0,0)

Tints of #BA6830

#BA6830
(186,104,48)
#C07542
(192,117,66)
#C68254
(198,130,84)
#CC8F66
(204,143,102)
#D29C78
(210,156,120)
#D8A98A
(216,169,138)
#DEB69C
(222,182,156)
#E4C3AE
(228,195,174)
#EAD0C0
(234,208,192)
#F0DDD2
(240,221,210)
#F6EAE4
(246,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6830 color. Also use rgb(186,104,48) instead hex code.

Text Font Color

.myTextColor { color: #BA6830; }

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

This text font color is #BA6830.


Background Color

.myBgColor { background-color: #BA6830; }

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

This div background color is #BA6830.


Border color

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

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

This div border color is #BA6830.


Opacity

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

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

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

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

This text has shadow with #BA6830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6830 on black background.


Color preview on white background

This text has color #BA6830 on white background.



Black color preview on #BA6830 background

This text has black color on #BA6830 background.


White color preview on #BA6830 background

This text has white color on #BA6830 background.