#BA517C

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

Shades of Royal Heath #BA517C

Tints of Royal Heath #BA517C

Color information

#BA517C (or 0xBA517C) is unknown color: approx Royal Heath. HEX triplet: BA, 51 and 7C. RGB value is (186,81,124). Sum of RGB (Red+Green+Blue) = 186+81+124=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA517C is #45AE83. Grayscale: #757575. Windows color (decimal): -4566660 or 8147386. OLE color: 8147386.

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

Color convert

RGB18681124-
CMYK00.560.330.27
HSL335.43º43.21%52.35%-
HSV(B)335.43º56.45%72.94%-
XYZ26.8317.7821.09-
YUV117.3131.79177-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=47.57%
G=20.72%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868112400.560.330.27335.4343.2152.35
HexBA517C038211B14f2b34
Octal27212117407041335175364
Binary1011101010100011111100011100010000111011101001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA517C; }

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

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

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

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

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

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

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

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