COLOR #BA7070

HEX: #BA7070
RGB: (186,112,112)

Color info

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

RGB color model

#BA7070 color RGB value is (186,112,112).

  • red value is 186;
  • green value is 112;
  • blue value is 112.
RGB:
(186,112,112)
(73%,44%,44%)

RGB channels and saturation

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

186
112
112

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

Portions of RGB colors in percentages

R + G + B =
186 + 112 + 112 = 410 (100%)
R 186 of 410 ~ 45.37%
G 112 of 410 ~ 27.32%
B 112 of 410 ~ 27.32%

%45.37
%27.32
%27.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 39.78%
  • key color value is 27.06%
CMYK:
(0,40,40,27)
C0M40Y40K27 
(0%,40%,40%,27%)
(0.00/0.40/0.40/0.27)	

CMYK percentages

%0
%39.78
%39.78
%27.06

Codes

Color #BA7070 in popluar color models

BA7070
RGB186112112
HSL34.91%58.43%
HSB/HSV39.78%72.94%
CMYK0.00%39.78%39.78%
27.06%

Color #BA7070 in popluar number systems.

HEXBA7070
Decimal186112112
Binary1011101011100001110000
Octal272160160

Shades and tints

Shades of #BA7070

#BA7070
(186,112,112)
#AA6666
(170,102,102)
#9A5C5C
(154,92,92)
#8A5252
(138,82,82)
#7A4848
(122,72,72)
#6A3E3E
(106,62,62)
#5A3434
(90,52,52)
#4A2A2A
(74,42,42)
#3A2020
(58,32,32)
#2A1616
(42,22,22)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #BA7070

#BA7070
(186,112,112)
#C07D7D
(192,125,125)
#C68A8A
(198,138,138)
#CC9797
(204,151,151)
#D2A4A4
(210,164,164)
#D8B1B1
(216,177,177)
#DEBEBE
(222,190,190)
#E4CBCB
(228,203,203)
#EAD8D8
(234,216,216)
#F0E5E5
(240,229,229)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7070; }

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

This text font color is #BA7070.


Background Color

.myBgColor { background-color: #BA7070; }

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

This div background color is #BA7070.


Border color

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

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

This div border color is #BA7070.


Opacity

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

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

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

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

This text has shadow with #BA7070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7070 on black background.


Color preview on white background

This text has color #BA7070 on white background.



Black color preview on #BA7070 background

This text has black color on #BA7070 background.


White color preview on #BA7070 background

This text has white color on #BA7070 background.