#BA5979

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

Shades of Royal Heath #BA5979

Tints of Royal Heath #BA5979

Color information

#BA5979 (or 0xBA5979) is unknown color: approx Royal Heath. HEX triplet: BA, 59 and 79. RGB value is (186,89,121). Sum of RGB (Red+Green+Blue) = 186+89+121=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5979 is #45A686. Grayscale: #797979. Windows color (decimal): -4564615 or 7952826. OLE color: 7952826.

HSL color Cylindrical-coordinate representation of color #BA5979: hue angle of 340.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5979 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18689121-
CMYK00.520.350.27
HSL340.21º41.28%53.92%-
HSV(B)340.21º52.15%72.94%-
XYZ27.2718.9620.31-
YUV121.65127.64173.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=46.97%
G=22.47%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868912100.520.350.27340.2141.2853.92
HexBA5979034231B1542936
Octal27213117106443335245166
Binary1011101010110011111001011010010001111011101010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5979; }

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

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

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

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

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

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

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

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