#BA1159

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

Shades of Jazzberry Jam #BA1159

Tints of Jazzberry Jam #BA1159

Color information

#BA1159 (or 0xBA1159) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 59. RGB value is (186,17,89). Sum of RGB (Red+Green+Blue) = 186+17+89=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1159 is #45EEA6. Grayscale: #4B4B4B. Windows color (decimal): -4583079 or 5837242. OLE color: 5837242.

HSL color Cylindrical-coordinate representation of color #BA1159: hue angle of 334.44º degrees, saturation: 0.83, 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 #BA1159 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1861789-
CMYK00.910.520.27
HSL334.44º83.25%39.8%-
HSV(B)334.44º90.86%72.94%-
XYZ22.2511.5610.51-
YUV75.74135.49206.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 17 (7.03% from 255) = 5.82%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=63.70%
G=5.82%
B=30.48%

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
Decimal186178900.910.520.27334.4483.2539.8
HexBA115905B341B14e5328
Octal272211310133643351612350
Binary1011101010001101100101011011110100110111010011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1159; }

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

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

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

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

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

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

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

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