#BA0563

Color #BA0563 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BA0563

Tints of Jazzberry Jam #BA0563

Color information

#BA0563 (or 0xBA0563) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 05 and 63. RGB value is (186,5,99). Sum of RGB (Red+Green+Blue) = 186+5+99=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0563 is #45FA9C. Grayscale: #454545. Windows color (decimal): -4586141 or 6489530. OLE color: 6489530.

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

Color convert

RGB186599-
CMYK00.970.470.27
HSL328.84º94.76%37.45%-
HSV(B)328.84º97.31%72.94%-
XYZ22.5611.4512.83-
YUV69.83144.47210.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=64.14%
G=1.72%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18659900.970.470.27328.8494.7637.45
HexBA5630612F1B1495f25
Octal27251430141573351113745
Binary10111010101110001101100001101111110111010010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0563; }

 p { color: rgb(186,5,99); }

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

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

 a { background-color: rgb(186,5,99); }

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

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

 span { border-color: rgb(186,5,99); }

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