#BA5A80

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

Shades of Royal Heath #BA5A80

Tints of Royal Heath #BA5A80

Color information

#BA5A80 (or 0xBA5A80) is unknown color: approx Royal Heath. HEX triplet: BA, 5A and 80. RGB value is (186,90,128). Sum of RGB (Red+Green+Blue) = 186+90+128=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A80 is #45A57F. Grayscale: #7A7A7A. Windows color (decimal): -4564352 or 8411834. OLE color: 8411834.

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

Color convert

RGB18690128-
CMYK00.520.310.27
HSL336.25º41.03%54.12%-
HSV(B)336.25º51.61%72.94%-
XYZ27.819.3122.68-
YUV123.04130.8172.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=46.04%
G=22.28%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869012800.520.310.27336.2541.0354.12
HexBA5A800341F1B1502936
Octal27213220006437335205166
Binary1011101010110101000000001101001111111011101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A80; }

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

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

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

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

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

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

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

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