COLOR #BA7473

HEX: #BA7473
RGB: (186,116,115)

Color info

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

RGB color model

#BA7473 color RGB value is (186,116,115).

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

RGB channels and saturation

R 186 of 255 = 73%
G 116 of 255 = 45%
B 115 of 255 = 45%

186
116
115

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

Portions of RGB colors in percentages

R + G + B =
186 + 116 + 115 = 417 (100%)
R 186 of 417 ~ 44.6%
G 116 of 417 ~ 27.82%
B 115 of 417 ~ 27.58%

%44.6
%27.82
%27.58

CMYK color model

#BA7473 color CMYK value is (0,38,38,27).

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(0,38,38,27)
C0M38Y38K27 
(0%,38%,38%,27%)
(0.00/0.38/0.38/0.27)	

CMYK percentages

%0
%37.63
%38.17
%27.06

Codes

Color #BA7473 in popluar color models

BA7473
RGB186116115
HSL33.97%59.02%
HSB/HSV38.17%72.94%
CMYK0.00%37.63%38.17%
27.06%

Color #BA7473 in popluar number systems.

HEXBA7473
Decimal186116115
Binary1011101011101001110011
Octal272164163

Shades and tints

Shades of #BA7473

#BA7473
(186,116,115)
#AA6A69
(170,106,105)
#9A605F
(154,96,95)
#8A5655
(138,86,85)
#7A4C4B
(122,76,75)
#6A4241
(106,66,65)
#5A3837
(90,56,55)
#4A2E2D
(74,46,45)
#3A2423
(58,36,35)
#2A1A19
(42,26,25)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #BA7473

#BA7473
(186,116,115)
#C0807F
(192,128,127)
#C68C8B
(198,140,139)
#CC9897
(204,152,151)
#D2A4A3
(210,164,163)
#D8B0AF
(216,176,175)
#DEBCBB
(222,188,187)
#E4C8C7
(228,200,199)
#EAD4D3
(234,212,211)
#F0E0DF
(240,224,223)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7473; }

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

This text font color is #BA7473.


Background Color

.myBgColor { background-color: #BA7473; }

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

This div background color is #BA7473.


Border color

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

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

This div border color is #BA7473.


Opacity

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

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

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

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

This text has shadow with #BA7473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7473 on black background.


Color preview on white background

This text has color #BA7473 on white background.



Black color preview on #BA7473 background

This text has black color on #BA7473 background.


White color preview on #BA7473 background

This text has white color on #BA7473 background.