#BA4979

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

Shades of Royal Heath #BA4979

Tints of Royal Heath #BA4979

Color information

#BA4979 (or 0xBA4979) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 79. RGB value is (186,73,121). Sum of RGB (Red+Green+Blue) = 186+73+121=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4979 is #45B686. Grayscale: #707070. Windows color (decimal): -4568711 or 7948730. OLE color: 7948730.

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

Color convert

RGB18673121-
CMYK00.610.350.27
HSL334.51º45.02%50.78%-
HSV(B)334.51º60.75%72.94%-
XYZ26.0816.5819.92-
YUV112.26132.94180.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=48.95%
G=19.21%
B=31.84%

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
Decimal1867312100.610.350.27334.5145.0250.78
HexBA497903D231B14f2d33
Octal27211117107543335175563
Binary1011101010010011111001011110110001111011101001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4979; }

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

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

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

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

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

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

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

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