#BA1560

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

Shades of Jazzberry Jam #BA1560

Tints of Jazzberry Jam #BA1560

Color information

#BA1560 (or 0xBA1560) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 15 and 60. RGB value is (186,21,96). Sum of RGB (Red+Green+Blue) = 186+21+96=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1560 is #45EA9F. Grayscale: #4E4E4E. Windows color (decimal): -4582048 or 6297018. OLE color: 6297018.

HSL color Cylindrical-coordinate representation of color #BA1560: hue angle of 332.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1560 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1862196-
CMYK00.890.480.27
HSL332.73º79.71%40.59%-
HSV(B)332.73º88.71%72.94%-
XYZ22.6311.8212.16-
YUV78.89137.66204.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=61.39%
G=6.93%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186219600.890.480.27332.7379.7140.59
HexBA1560059301B14d5029
Octal272251400131603351512051
Binary1011101010101110000001011001110000110111010011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1560; }

 p { color: rgb(186,21,96); }

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

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

 a { background-color: rgb(186,21,96); }

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

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

 span { border-color: rgb(186,21,96); }

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