#BA1566

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

Shades of Jazzberry Jam #BA1566

Tints of Jazzberry Jam #BA1566

Color information

#BA1566 (or 0xBA1566) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 15 and 66. RGB value is (186,21,102). Sum of RGB (Red+Green+Blue) = 186+21+102=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1566 is #45EA99. Grayscale: #4F4F4F. Windows color (decimal): -4582042 or 6690234. OLE color: 6690234.

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

Color convert

RGB18621102-
CMYK00.890.450.27
HSL330.55º79.71%40.59%-
HSV(B)330.55º88.71%72.94%-
XYZ22.9211.9313.67-
YUV79.57140.66203.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=60.19%
G=6.80%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862110200.890.450.27330.5579.7140.59
HexBA15660592D1B14b5029
Octal272251460131553351312051
Binary1011101010101110011001011001101101110111010010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1566; }

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

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

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

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

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

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

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

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