Shades of Jazzberry Jam #BB1759
Tints of Jazzberry Jam #BB1759
RGB
CMYK
RGB Variations
Color information
#BB1759 (or 0xBB1759) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 59. RGB value is (187,23,89). Sum of RGB (Red+Green+Blue) = 187+23+89=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1759 is #44E8A6. Grayscale: #4F4F4F. Windows color (decimal): -4516007 or 5838779. OLE color: 5838779.
HSL color Cylindrical-coordinate representation of color #BB1759: hue angle of 335.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1759 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 89 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.27 |
| HSL | 335.85º | 0.78% | 0.41% | - |
| HSV(B) | 335.85º | 0.88% | 0.73% | - |
| XYZ | 22.6 | 11.9 | 10.56 | - |
| YUV | 79.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 89 | 0 | 0.88 | 0.52 | 0.27 | 335.85 | 0.78 | 0.41 |
| Hex | BB | 17 | 59 | 0 | 58 | 34 | 1B | 150 | 4E | 29 |
| Octal | 273 | 27 | 131 | 0 | 130 | 64 | 33 | 520 | 116 | 51 |
| Binary | 10111011 | 10111 | 1011001 | 0 | 1011000 | 110100 | 11011 | 101010000 | 1001110 | 101001 |
Color Harmonies of #BB1759
Complementary color
Monochromatic Colors of #BB1759
Black with #BB1759
Text Example
Text Example
White with #BB1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1759; }
p { color: rgb(187,23,89); }
H1.HeaderClassName
{
color: #BB1759;
}
.AnyTagClassName
{
color: #BB1759;
}
</style>
background-color css
<style>
a { background-color: #BB1759; }
a { background-color: rgb(187,23,89); }
div.DivClassName
{
background-color: #BB1759;
}
.BgClassName
{
background-color: #BB1759;
}
</style>
border-color css
<style>
span { border-color: #BB1759; }
span { border-color: rgb(187,23,89); }
td.TdClassName
{
border-color: #BB1759;
}
.TagClassName
{
border-color: #BB1759;
}
</style>