#BA5179

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

Shades of Royal Heath #BA5179

Tints of Royal Heath #BA5179

Color information

#BA5179 (or 0xBA5179) is unknown color: approx Royal Heath. HEX triplet: BA, 51 and 79. RGB value is (186,81,121). Sum of RGB (Red+Green+Blue) = 186+81+121=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5179 is #45AE86. Grayscale: #747474. Windows color (decimal): -4566663 or 7950778. OLE color: 7950778.

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

Color convert

RGB18681121-
CMYK00.560.350.27
HSL337.14º43.21%52.35%-
HSV(B)337.14º56.45%72.94%-
XYZ26.6417.720.1-
YUV116.96130.29177.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=47.94%
G=20.88%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868112100.560.350.27337.1443.2152.35
HexBA5179038231B1512b34
Octal27212117107043335215364
Binary1011101010100011111001011100010001111011101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5179; }

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

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

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

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

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

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

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

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