#BA1156

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

Shades of Jazzberry Jam #BA1156

Tints of Jazzberry Jam #BA1156

Color information

#BA1156 (or 0xBA1156) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 56. RGB value is (186,17,86). Sum of RGB (Red+Green+Blue) = 186+17+86=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1156 is #45EEA9. Grayscale: #4B4B4B. Windows color (decimal): -4583082 or 5640634. OLE color: 5640634.

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

Color convert

RGB1861786-
CMYK00.910.540.27
HSL335.5º83.25%39.8%-
HSV(B)335.5º90.86%72.94%-
XYZ22.1311.519.86-
YUV75.4133.99206.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=64.36%
G=5.88%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186178600.910.540.27335.583.2539.8
HexBA115605B361B1505328
Octal272211260133663352012350
Binary1011101010001101011001011011110110110111010100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1156; }

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

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

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

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

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

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

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

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