#BA0562

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

Shades of Jazzberry Jam #BA0562

Tints of Jazzberry Jam #BA0562

Color information

#BA0562 (or 0xBA0562) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 05 and 62. RGB value is (186,5,98). Sum of RGB (Red+Green+Blue) = 186+5+98=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0562 is #45FA9D. Grayscale: #454545. Windows color (decimal): -4586142 or 6423994. OLE color: 6423994.

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

Color convert

RGB186598-
CMYK00.970.470.27
HSL329.17º94.76%37.45%-
HSV(B)329.17º97.31%72.94%-
XYZ22.5111.4312.58-
YUV69.72143.97210.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=64.36%
G=1.73%
B=33.91%

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
Decimal18659800.970.470.27329.1794.7637.45
HexBA5620612F1B1495f25
Octal27251420141573351113745
Binary10111010101110001001100001101111110111010010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0562; }

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

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

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

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

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

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

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

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