COLOR #BA6B70

HEX: #BA6B70 RGB: (186,107,112)

Color info

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

RGB color model

#BA6B70 color RGB value is (186,107,112).

RGB: (186,107,112) (73%, 42%, 44%)

RGB channels and saturation

R 186 of 255 = 73%
G 107 of 255 = 42%
B 112 of 255 = 44%

186
107
112

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

Portions of RGB colors in percentages

R + G + B = 186 + 107 + 112 = 405 (100%)
R 186 of 405 ~ 45.93%
G 107 of 405 ~ 26.42%
B 112 of 405 ~ 27.65'%

%45.93
%26.42
%27.65

CMYK color model

#BA6B70 color CMYK value is (0,42,40,27).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 39.78%
  • key color value is 27.06%

CMYK: (0,42,40,27)
C0M42Y40K27 (0%, 42%, 40%, 27%)
(0.00 / 0.42 / 0.40 / 0.27)

CMYK percentages

%0
%42.47
%39.78
%27.06

Codes

Color #BA6B70 in popluar color models

BA 6B 70
RGB 186 107 112
HSL 356° 36.41% 57.45%
HSB/HSV 356° 42.47% 72.94%
CMYK 0.00% 42.47% 39.78%
27.06%

Color #BA6B70 in popluar number systems.

HEX BA 6B 70
Decimal 186 107 112
Binary 10111010 1101011 1110000
Octal 272 153 160

Shades and tints

Shades of #BA6B70

#BA6B70
(186,107,112)
#AA6266
(170,98,102)
#9A595C
(154,89,92)
#8A5052
(138,80,82)
#7A4748
(122,71,72)
#6A3E3E
(106,62,62)
#5A3534
(90,53,52)
#4A2C2A
(74,44,42)
#3A2320
(58,35,32)
#2A1A16
(42,26,22)
#1A110C
(26,17,12)
#000000
(0,0,0)

Tints of #BA6B70

#BA6B70
(186,107,112)
#C0787D
(192,120,125)
#C6858A
(198,133,138)
#CC9297
(204,146,151)
#D29FA4
(210,159,164)
#D8ACB1
(216,172,177)
#DEB9BE
(222,185,190)
#E4C6CB
(228,198,203)
#EAD3D8
(234,211,216)
#F0E0E5
(240,224,229)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6B70 color. Also use rgb(186,107,112) instead hex code.

Text Font Color

.myTextColor { color: #BA6B70; }

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

This text font color is #BA6B70.

Background Color

.myBgColor { background-color: #BA6B70; }

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

This div background color is #BA6B70.

Border color

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

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

This div border color is #BA6B70.

Opacity

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

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

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

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

This text has shadow with #BA6B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6B70.

Preview

Color preview on black background

This text has color #BA6B70 on black background.


Color preview on white background

This text has color #BA6B70 on white background.


Black color preview on #BA6B70 background

This text has black color on #BA6B70 background.


White color preview on #BA6B70 background

This text has white color on #BA6B70 background.


Related colors

Complementary color

Complementary color for #hex is #45948F.


I love getcolorcode.com

Triadic colors

1 #70BA6B and #6B70BA with #BA6B70 are triadic colors.

2 #706BBA and #6BBA70 with #BA6B70 are triadic colors.