COLOR #BA7478

HEX: #BA7478
RGB: (186,116,120)

Color info

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

RGB color model

#BA7478 color RGB value is (186,116,120).

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

RGB channels and saturation

R 186 of 255 = 73%
G 116 of 255 = 45%
B 120 of 255 = 47%

186
116
120

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

Portions of RGB colors in percentages

R + G + B =
186 + 116 + 120 = 422 (100%)
R 186 of 422 ~ 44.08%
G 116 of 422 ~ 27.49%
B 120 of 422 ~ 28.44%

%44.08
%27.49
%28.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 35.48%
  • key color value is 27.06%
CMYK:
(0,38,35,27)
C0M38Y35K27 
(0%,38%,35%,27%)
(0.00/0.38/0.35/0.27)	

CMYK percentages

%0
%37.63
%35.48
%27.06

Codes

Color #BA7478 in popluar color models

BA7478
RGB186116120
HSL357°33.65%59.22%
HSB/HSV357°37.63%72.94%
CMYK0.00%37.63%35.48%
27.06%

Color #BA7478 in popluar number systems.

HEXBA7478
Decimal186116120
Binary1011101011101001111000
Octal272164170

Shades and tints

Shades of #BA7478

#BA7478
(186,116,120)
#AA6A6E
(170,106,110)
#9A6064
(154,96,100)
#8A565A
(138,86,90)
#7A4C50
(122,76,80)
#6A4246
(106,66,70)
#5A383C
(90,56,60)
#4A2E32
(74,46,50)
#3A2428
(58,36,40)
#2A1A1E
(42,26,30)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #BA7478

#BA7478
(186,116,120)
#C08084
(192,128,132)
#C68C90
(198,140,144)
#CC989C
(204,152,156)
#D2A4A8
(210,164,168)
#D8B0B4
(216,176,180)
#DEBCC0
(222,188,192)
#E4C8CC
(228,200,204)
#EAD4D8
(234,212,216)
#F0E0E4
(240,224,228)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7478; }

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

This text font color is #BA7478.


Background Color

.myBgColor { background-color: #BA7478; }

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

This div background color is #BA7478.


Border color

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

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

This div border color is #BA7478.


Opacity

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

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

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

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

This text has shadow with #BA7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7478 on black background.


Color preview on white background

This text has color #BA7478 on white background.



Black color preview on #BA7478 background

This text has black color on #BA7478 background.


White color preview on #BA7478 background

This text has white color on #BA7478 background.