#BA5977

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

Shades of Royal Heath #BA5977

Tints of Royal Heath #BA5977

Color information

#BA5977 (or 0xBA5977) is unknown color: approx Royal Heath. HEX triplet: BA, 59 and 77. RGB value is (186,89,119). Sum of RGB (Red+Green+Blue) = 186+89+119=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5977 is #45A688. Grayscale: #797979. Windows color (decimal): -4564617 or 7821754. OLE color: 7821754.

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

Color convert

RGB18689119-
CMYK00.520.360.27
HSL341.44º41.28%53.92%-
HSV(B)341.44º52.15%72.94%-
XYZ27.1518.9219.67-
YUV121.42126.64174.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=47.21%
G=22.59%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868911900.520.360.27341.4441.2853.92
HexBA5977034241B1552936
Octal27213116706444335255166
Binary1011101010110011110111011010010010011011101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5977; }

 p { color: rgb(186,89,119); }

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

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

 a { background-color: rgb(186,89,119); }

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

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

 span { border-color: rgb(186,89,119); }

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