#BA4978

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

Shades of Royal Heath #BA4978

Tints of Royal Heath #BA4978

Color information

#BA4978 (or 0xBA4978) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 78. RGB value is (186,73,120). Sum of RGB (Red+Green+Blue) = 186+73+120=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4978 is #45B687. Grayscale: #707070. Windows color (decimal): -4568712 or 7883194. OLE color: 7883194.

HSL color Cylindrical-coordinate representation of color #BA4978: hue angle of 335.04º 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 #BA4978 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18673120-
CMYK00.610.350.27
HSL335.04º45.02%50.78%-
HSV(B)335.04º60.75%72.94%-
XYZ26.0216.5619.59-
YUV112.15132.44180.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=49.08%
G=19.26%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867312000.610.350.27335.0445.0250.78
HexBA497803D231B14f2d33
Octal27211117007543335175563
Binary1011101010010011111000011110110001111011101001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4978; }

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

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

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

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

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

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

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

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