#BA5776

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

Shades of Royal Heath #BA5776

Tints of Royal Heath #BA5776

Color information

#BA5776 (or 0xBA5776) is unknown color: approx Royal Heath. HEX triplet: BA, 57 and 76. RGB value is (186,87,118). Sum of RGB (Red+Green+Blue) = 186+87+118=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5776 is #45A889. Grayscale: #787878. Windows color (decimal): -4565130 or 7755706. OLE color: 7755706.

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

Color convert

RGB18687118-
CMYK00.530.370.27
HSL341.21º41.77%53.53%-
HSV(B)341.21º53.23%72.94%-
XYZ26.9318.5619.3-
YUV120.14126.8174.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=47.57%
G=22.25%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868711800.530.370.27341.2141.7753.53
HexBA5776035251B1552a36
Octal27212716606545335255266
Binary1011101010101111110110011010110010111011101010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5776; }

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

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

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

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

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

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

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

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