Shades of Jazzberry Jam #BB1960
Tints of Jazzberry Jam #BB1960
RGB
CMYK
RGB Variations
Color information
#BB1960 (or 0xBB1960) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 60. RGB value is (187,25,96). Sum of RGB (Red+Green+Blue) = 187+25+96=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1960 is #44E69F. Grayscale: #515151. Windows color (decimal): -4515488 or 6298043. OLE color: 6298043.
HSL color Cylindrical-coordinate representation of color #BB1960: hue angle of 333.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1960 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 96 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.27 |
| HSL | 333.7º | 0.76% | 0.42% | - |
| HSV(B) | 333.7º | 0.87% | 0.73% | - |
| XYZ | 22.95 | 12.1 | 12.19 | - |
| YUV | 81.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 96 | 0 | 0.87 | 0.49 | 0.27 | 333.7 | 0.76 | 0.42 |
| Hex | BB | 19 | 60 | 0 | 57 | 31 | 1B | 14E | 4C | 2A |
| Octal | 273 | 31 | 140 | 0 | 127 | 61 | 33 | 516 | 114 | 52 |
| Binary | 10111011 | 11001 | 1100000 | 0 | 1010111 | 110001 | 11011 | 101001110 | 1001100 | 101010 |
Color Harmonies of #BB1960
Complementary color
Monochromatic Colors of #BB1960
Black with #BB1960
Text Example
Text Example
White with #BB1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1960; }
p { color: rgb(187,25,96); }
H1.HeaderClassName
{
color: #BB1960;
}
.AnyTagClassName
{
color: #BB1960;
}
</style>
background-color css
<style>
a { background-color: #BB1960; }
a { background-color: rgb(187,25,96); }
div.DivClassName
{
background-color: #BB1960;
}
.BgClassName
{
background-color: #BB1960;
}
</style>
border-color css
<style>
span { border-color: #BB1960; }
span { border-color: rgb(187,25,96); }
td.TdClassName
{
border-color: #BB1960;
}
.TagClassName
{
border-color: #BB1960;
}
</style>