#BA577E

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

Shades of Royal Heath #BA577E

Tints of Royal Heath #BA577E

Color information

#BA577E (or 0xBA577E) is unknown color: approx Royal Heath. HEX triplet: BA, 57 and 7E. RGB value is (186,87,126). Sum of RGB (Red+Green+Blue) = 186+87+126=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577E is #45A881. Grayscale: #787878. Windows color (decimal): -4565122 or 8279994. OLE color: 8279994.

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

Color convert

RGB18687126-
CMYK00.530.320.27
HSL336.36º41.77%53.53%-
HSV(B)336.36º53.23%72.94%-
XYZ27.4218.7621.91-
YUV121.05130.8174.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=46.62%
G=21.80%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868712600.530.320.27336.3641.7753.53
HexBA577E035201B1502a36
Octal27212717606540335205266
Binary1011101010101111111110011010110000011011101010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA577E; }

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

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

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

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

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

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

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

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