COLOR #BA6631

HEX: #BA6631
RGB: (186,102,49)

Color info

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

RGB color model

#BA6631 color RGB value is (186,102,49).

  • red value is 186;
  • green value is 102;
  • blue value is 49.
RGB:
(186,102,49)
(73%,40%,19%)

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 49 of 255 = 19%

186
102
49

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

Portions of RGB colors in percentages

R + G + B =
186 + 102 + 49 = 337 (100%)
R 186 of 337 ~ 55.19%
G 102 of 337 ~ 30.27%
B 49 of 337 ~ 14.54%

%55.19
%30.27
%14.54

CMYK color model

#BA6631 color CMYK value is (0,45,74,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 73.66%
  • key color value is 27.06%
CMYK:
(0,45,74,27)
C0M45Y74K27 
(0%,45%,74%,27%)
(0.00/0.45/0.74/0.27)	

CMYK percentages

%0
%45.16
%73.66
%27.06

Codes

Color #BA6631 in popluar color models

BA6631
RGB18610249
HSL23°58.30%46.08%
HSB/HSV23°73.66%72.94%
CMYK0.00%45.16%73.66%
27.06%

Color #BA6631 in popluar number systems.

HEXBA6631
Decimal18610249
Binary101110101100110110001
Octal27214661

Shades and tints

Shades of #BA6631

#BA6631
(186,102,49)
#AA5D2D
(170,93,45)
#9A5429
(154,84,41)
#8A4B25
(138,75,37)
#7A4221
(122,66,33)
#6A391D
(106,57,29)
#5A3019
(90,48,25)
#4A2715
(74,39,21)
#3A1E11
(58,30,17)
#2A150D
(42,21,13)
#1A0C09
(26,12,9)
#000000
(0,0,0)

Tints of #BA6631

#BA6631
(186,102,49)
#C07343
(192,115,67)
#C68055
(198,128,85)
#CC8D67
(204,141,103)
#D29A79
(210,154,121)
#D8A78B
(216,167,139)
#DEB49D
(222,180,157)
#E4C1AF
(228,193,175)
#EACEC1
(234,206,193)
#F0DBD3
(240,219,211)
#F6E8E5
(246,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6631 color. Also use rgb(186,102,49) instead hex code.

Text Font Color

.myTextColor { color: #BA6631; }

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

This text font color is #BA6631.


Background Color

.myBgColor { background-color: #BA6631; }

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

This div background color is #BA6631.


Border color

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

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

This div border color is #BA6631.


Opacity

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

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

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

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

This text has shadow with #BA6631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6631 on black background.


Color preview on white background

This text has color #BA6631 on white background.



Black color preview on #BA6631 background

This text has black color on #BA6631 background.


White color preview on #BA6631 background

This text has white color on #BA6631 background.