#BA4971

Color #BA4971 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BA4971

Tints of Royal Heath #BA4971

Color information

#BA4971 (or 0xBA4971) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 71. RGB value is (186,73,113). Sum of RGB (Red+Green+Blue) = 186+73+113=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4971 is #45B68E. Grayscale: #6F6F6F. Windows color (decimal): -4568719 or 7424442. OLE color: 7424442.

HSL color Cylindrical-coordinate representation of color #BA4971: hue angle of 338.76º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4971 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18673113-
CMYK00.610.390.27
HSL338.76º45.02%50.78%-
HSV(B)338.76º60.75%72.94%-
XYZ25.6116.417.44-
YUV111.35128.94181.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=50%
G=19.62%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867311300.610.390.27338.7645.0250.78
HexBA497103D271B1532d33
Octal27211116107547335235563
Binary1011101010010011110001011110110011111011101010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4971; }

 p { color: rgb(186,73,113); }

 H1.HeaderClassName
 {
   color: #BA4971;
 }
 .AnyTagClassName
 {
   color: #BA4971;
 }
</style>
background-color css

<style>
 a { background-color: #BA4971; }

 a { background-color: rgb(186,73,113); }

 div.DivClassName
 {
   background-color: #BA4971;
 }
 .BgClassName
 {
   background-color: #BA4971;
 }
</style>
border-color css

<style>
 span { border-color: #BA4971; }

 span { border-color: rgb(186,73,113); }

 td.TdClassName
 {
   border-color: #BA4971;
 }
 .TagClassName
 {
   border-color: #BA4971;
 }
</style>