#BA517A

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

Shades of Royal Heath #BA517A

Tints of Royal Heath #BA517A

Color information

#BA517A (or 0xBA517A) is unknown color: approx Royal Heath. HEX triplet: BA, 51 and 7A. RGB value is (186,81,122). Sum of RGB (Red+Green+Blue) = 186+81+122=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA517A is #45AE85. Grayscale: #757575. Windows color (decimal): -4566662 or 8016314. OLE color: 8016314.

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

Color convert

RGB18681122-
CMYK00.560.340.27
HSL336.57º43.21%52.35%-
HSV(B)336.57º56.45%72.94%-
XYZ26.717.7320.43-
YUV117.07130.79177.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=47.81%
G=20.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868112200.560.340.27336.5743.2152.35
HexBA517A038221B1512b34
Octal27212117207042335215364
Binary1011101010100011111010011100010001011011101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA517A; }

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

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

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

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

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

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

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

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