COLOR #BA6360

HEX: #BA6360
RGB: (186,99,96)

Color info

#BA6360 contains mainly red color. Web safe color of #BA6360 is #CC6666 (or #C66).

RGB color model

#BA6360 color RGB value is (186,99,96).

  • red value is 186;
  • green value is 99;
  • blue value is 96.
RGB:
(186,99,96)
(73%,39%,38%)

RGB channels and saturation

R 186 of 255 = 73%
G 99 of 255 = 39%
B 96 of 255 = 38%

186
99
96

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

Portions of RGB colors in percentages

R + G + B =
186 + 99 + 96 = 381 (100%)
R 186 of 381 ~ 48.82%
G 99 of 381 ~ 25.98%
B 96 of 381 ~ 25.2%

%48.82
%25.98
%25.2

CMYK color model

#BA6360 color CMYK value is (0,47,48,27).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 48.39%
  • key color value is 27.06%
CMYK:
(0,47,48,27)
C0M47Y48K27 
(0%,47%,48%,27%)
(0.00/0.47/0.48/0.27)	

CMYK percentages

%0
%46.77
%48.39
%27.06

Codes

Color #BA6360 in popluar color models

BA6360
RGB1869996
HSL39.47%55.29%
HSB/HSV48.39%72.94%
CMYK0.00%46.77%48.39%
27.06%

Color #BA6360 in popluar number systems.

HEXBA6360
Decimal1869996
Binary1011101011000111100000
Octal272143140

Shades and tints

Shades of #BA6360

#BA6360
(186,99,96)
#AA5A58
(170,90,88)
#9A5150
(154,81,80)
#8A4848
(138,72,72)
#7A3F40
(122,63,64)
#6A3638
(106,54,56)
#5A2D30
(90,45,48)
#4A2428
(74,36,40)
#3A1B20
(58,27,32)
#2A1218
(42,18,24)
#1A0910
(26,9,16)
#000000
(0,0,0)

Tints of #BA6360

#BA6360
(186,99,96)
#C0716E
(192,113,110)
#C67F7C
(198,127,124)
#CC8D8A
(204,141,138)
#D29B98
(210,155,152)
#D8A9A6
(216,169,166)
#DEB7B4
(222,183,180)
#E4C5C2
(228,197,194)
#EAD3D0
(234,211,208)
#F0E1DE
(240,225,222)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6360 color. Also use rgb(186,99,96) instead hex code.

Text Font Color

.myTextColor { color: #BA6360; }

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

This text font color is #BA6360.


Background Color

.myBgColor { background-color: #BA6360; }

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

This div background color is #BA6360.


Border color

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

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

This div border color is #BA6360.


Opacity

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

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

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

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

This text has shadow with #BA6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6360 on black background.


Color preview on white background

This text has color #BA6360 on white background.



Black color preview on #BA6360 background

This text has black color on #BA6360 background.


White color preview on #BA6360 background

This text has white color on #BA6360 background.