Shades of Jazzberry Jam #BA1150
Tints of Jazzberry Jam #BA1150
RGB
CMYK
RGB Variations
Color information
#BA1150 (or 0xBA1150) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 50. RGB value is (186,17,80). Sum of RGB (Red+Green+Blue) = 186+17+80=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1150 is #45EEAF. Grayscale: #4A4A4A. Windows color (decimal): -4583088 or 5247418. OLE color: 5247418.
HSL color Cylindrical-coordinate representation of color #BA1150: hue angle of 337.63º 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 #BA1150 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 80 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.27 |
| HSL | 337.63º | 0.83% | 0.4% | - |
| HSV(B) | 337.63º | 0.91% | 0.73% | - |
| XYZ | 21.9 | 11.42 | 8.64 | - |
| YUV | 74.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 80 | 0 | 0.91 | 0.57 | 0.27 | 337.63 | 0.83 | 0.4 |
| Hex | BA | 11 | 50 | 0 | 5B | 39 | 1B | 152 | 53 | 28 |
| Octal | 272 | 21 | 120 | 0 | 133 | 71 | 33 | 522 | 123 | 50 |
| Binary | 10111010 | 10001 | 1010000 | 0 | 1011011 | 111001 | 11011 | 101010010 | 1010011 | 101000 |
Color Harmonies of #BA1150
Complementary color
Monochromatic Colors of #BA1150
Black with #BA1150
Text Example
Text Example
White with #BA1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1150; }
p { color: rgb(186,17,80); }
H1.HeaderClassName
{
color: #BA1150;
}
.AnyTagClassName
{
color: #BA1150;
}
</style>
background-color css
<style>
a { background-color: #BA1150; }
a { background-color: rgb(186,17,80); }
div.DivClassName
{
background-color: #BA1150;
}
.BgClassName
{
background-color: #BA1150;
}
</style>
border-color css
<style>
span { border-color: #BA1150; }
span { border-color: rgb(186,17,80); }
td.TdClassName
{
border-color: #BA1150;
}
.TagClassName
{
border-color: #BA1150;
}
</style>