#BA5079

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

Shades of Royal Heath #BA5079

Tints of Royal Heath #BA5079

Color information

#BA5079 (or 0xBA5079) is unknown color: approx Royal Heath. HEX triplet: BA, 50 and 79. RGB value is (186,80,121). Sum of RGB (Red+Green+Blue) = 186+80+121=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5079 is #45AF86. Grayscale: #747474. Windows color (decimal): -4566919 or 7950522. OLE color: 7950522.

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

Color convert

RGB18680121-
CMYK00.570.350.27
HSL336.79º43.44%52.16%-
HSV(B)336.79º56.99%72.94%-
XYZ26.5717.5620.08-
YUV116.37130.62177.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=48.06%
G=20.67%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868012100.570.350.27336.7943.4452.16
HexBA5079039231B1512b34
Octal27212017107143335215364
Binary1011101010100001111001011100110001111011101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5079; }

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

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

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

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

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

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

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

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