#BA577A

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

Shades of Royal Heath #BA577A

Tints of Royal Heath #BA577A

Color information

#BA577A (or 0xBA577A) is unknown color: approx Royal Heath. HEX triplet: BA, 57 and 7A. RGB value is (186,87,122). Sum of RGB (Red+Green+Blue) = 186+87+122=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577A is #45A885. Grayscale: #787878. Windows color (decimal): -4565126 or 8017850. OLE color: 8017850.

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

Color convert

RGB18687122-
CMYK00.530.340.27
HSL338.79º41.77%53.53%-
HSV(B)338.79º53.23%72.94%-
XYZ27.1718.6620.58-
YUV120.59128.8174.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=47.09%
G=22.03%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868712200.530.340.27338.7941.7753.53
HexBA577A035221B1532a36
Octal27212717206542335235266
Binary1011101010101111111010011010110001011011101010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA577A; }

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

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

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

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

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

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

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

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