COLOR #BA613B

HEX: #BA613B
RGB: (186,97,59)

Color info

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

RGB color model

#BA613B color RGB value is (186,97,59).

  • red value is 186;
  • green value is 97;
  • blue value is 59.
RGB:
(186,97,59)
(73%,38%,23%)

RGB channels and saturation

R 186 of 255 = 73%
G 97 of 255 = 38%
B 59 of 255 = 23%

186
97
59

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

Portions of RGB colors in percentages

R + G + B =
186 + 97 + 59 = 342 (100%)
R 186 of 342 ~ 54.39%
G 97 of 342 ~ 28.36%
B 59 of 342 ~ 17.25%

%54.39
%28.36
%17.25

CMYK color model

#BA613B color CMYK value is (0,48,68,27).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 68.28%
  • key color value is 27.06%
CMYK:
(0,48,68,27)
C0M48Y68K27 
(0%,48%,68%,27%)
(0.00/0.48/0.68/0.27)	

CMYK percentages

%0
%47.85
%68.28
%27.06

Codes

Color #BA613B in popluar color models

BA613B
RGB1869759
HSL18°51.84%48.04%
HSB/HSV18°68.28%72.94%
CMYK0.00%47.85%68.28%
27.06%

Color #BA613B in popluar number systems.

HEXBA613B
Decimal1869759
Binary101110101100001111011
Octal27214173

Shades and tints

Shades of #BA613B

#BA613B
(186,97,59)
#AA5936
(170,89,54)
#9A5131
(154,81,49)
#8A492C
(138,73,44)
#7A4127
(122,65,39)
#6A3922
(106,57,34)
#5A311D
(90,49,29)
#4A2918
(74,41,24)
#3A2113
(58,33,19)
#2A190E
(42,25,14)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #BA613B

#BA613B
(186,97,59)
#C06F4C
(192,111,76)
#C67D5D
(198,125,93)
#CC8B6E
(204,139,110)
#D2997F
(210,153,127)
#D8A790
(216,167,144)
#DEB5A1
(222,181,161)
#E4C3B2
(228,195,178)
#EAD1C3
(234,209,195)
#F0DFD4
(240,223,212)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA613B color. Also use rgb(186,97,59) instead hex code.

Text Font Color

.myTextColor { color: #BA613B; }

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

This text font color is #BA613B.


Background Color

.myBgColor { background-color: #BA613B; }

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

This div background color is #BA613B.


Border color

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

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

This div border color is #BA613B.


Opacity

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

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

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

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

This text has shadow with #BA613B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA613B on black background.


Color preview on white background

This text has color #BA613B on white background.



Black color preview on #BA613B background

This text has black color on #BA613B background.


White color preview on #BA613B background

This text has white color on #BA613B background.