#BA5A79

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

Shades of Royal Heath #BA5A79

Tints of Royal Heath #BA5A79

Color information

#BA5A79 (or 0xBA5A79) is unknown color: approx Royal Heath. HEX triplet: BA, 5A and 79. RGB value is (186,90,121). Sum of RGB (Red+Green+Blue) = 186+90+121=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A79 is #45A586. Grayscale: #7A7A7A. Windows color (decimal): -4564359 or 7953082. OLE color: 7953082.

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

Color convert

RGB18690121-
CMYK00.520.350.27
HSL340.62º41.03%54.12%-
HSV(B)340.62º51.61%72.94%-
XYZ27.3619.1320.34-
YUV122.24127.3173.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=46.85%
G=22.67%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869012100.520.350.27340.6241.0354.12
HexBA5A79034231B1552936
Octal27213217106443335255166
Binary1011101010110101111001011010010001111011101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A79; }

 p { color: rgb(186,90,121); }

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

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

 a { background-color: rgb(186,90,121); }

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

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

 span { border-color: rgb(186,90,121); }

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