COLOR #BA7272

HEX: #BA7272
RGB: (186,114,114)

Color info

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

RGB color model

#BA7272 color RGB value is (186,114,114).

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

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 114 of 255 = 45%

186
114
114

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

Portions of RGB colors in percentages

R + G + B =
186 + 114 + 114 = 414 (100%)
R 186 of 414 ~ 44.93%
G 114 of 414 ~ 27.54%
B 114 of 414 ~ 27.54%

%44.93
%27.54
%27.54

CMYK color model

#BA7272 color CMYK value is (0,39,39,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(0,39,39,27)
C0M39Y39K27 
(0%,39%,39%,27%)
(0.00/0.39/0.39/0.27)	

CMYK percentages

%0
%38.71
%38.71
%27.06

Codes

Color #BA7272 in popluar color models

BA7272
RGB186114114
HSL34.29%58.82%
HSB/HSV38.71%72.94%
CMYK0.00%38.71%38.71%
27.06%

Color #BA7272 in popluar number systems.

HEXBA7272
Decimal186114114
Binary1011101011100101110010
Octal272162162

Shades and tints

Shades of #BA7272

#BA7272
(186,114,114)
#AA6868
(170,104,104)
#9A5E5E
(154,94,94)
#8A5454
(138,84,84)
#7A4A4A
(122,74,74)
#6A4040
(106,64,64)
#5A3636
(90,54,54)
#4A2C2C
(74,44,44)
#3A2222
(58,34,34)
#2A1818
(42,24,24)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #BA7272

#BA7272
(186,114,114)
#C07E7E
(192,126,126)
#C68A8A
(198,138,138)
#CC9696
(204,150,150)
#D2A2A2
(210,162,162)
#D8AEAE
(216,174,174)
#DEBABA
(222,186,186)
#E4C6C6
(228,198,198)
#EAD2D2
(234,210,210)
#F0DEDE
(240,222,222)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7272; }

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

This text font color is #BA7272.


Background Color

.myBgColor { background-color: #BA7272; }

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

This div background color is #BA7272.


Border color

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

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

This div border color is #BA7272.


Opacity

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

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

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

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

This text has shadow with #BA7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7272 on black background.


Color preview on white background

This text has color #BA7272 on white background.



Black color preview on #BA7272 background

This text has black color on #BA7272 background.


White color preview on #BA7272 background

This text has white color on #BA7272 background.