#BA5576

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

Shades of Royal Heath #BA5576

Tints of Royal Heath #BA5576

Color information

#BA5576 (or 0xBA5576) is unknown color: approx Royal Heath. HEX triplet: BA, 55 and 76. RGB value is (186,85,118). Sum of RGB (Red+Green+Blue) = 186+85+118=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5576 is #45AA89. Grayscale: #767676. Windows color (decimal): -4565642 or 7755194. OLE color: 7755194.

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

Color convert

RGB18685118-
CMYK00.540.370.27
HSL340.4º42.26%53.14%-
HSV(B)340.4º54.3%72.94%-
XYZ26.7718.2419.25-
YUV118.96127.46175.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=47.81%
G=21.85%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868511800.540.370.27340.442.2653.14
HexBA5576036251B1542a35
Octal27212516606645335245265
Binary1011101010101011110110011011010010111011101010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5576; }

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

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

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

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

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

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

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

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