#BA1059

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

Shades of Jazzberry Jam #BA1059

Tints of Jazzberry Jam #BA1059

Color information

#BA1059 (or 0xBA1059) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 10 and 59. RGB value is (186,16,89). Sum of RGB (Red+Green+Blue) = 186+16+89=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1059 is #45EFA6. Grayscale: #4B4B4B. Windows color (decimal): -4583335 or 5836986. OLE color: 5836986.

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

Color convert

RGB1861689-
CMYK00.910.520.27
HSL334.24º84.16%39.61%-
HSV(B)334.24º91.4%72.94%-
XYZ22.2411.5310.5-
YUV75.15135.82207.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=63.92%
G=5.50%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186168900.910.520.27334.2484.1639.61
HexBA105905B341B14e5428
Octal272201310133643351612450
Binary1011101010000101100101011011110100110111010011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1059; }

 p { color: rgb(186,16,89); }

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

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

 a { background-color: rgb(186,16,89); }

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

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

 span { border-color: rgb(186,16,89); }

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