Shades of Jazzberry Jam #BB0559
Tints of Jazzberry Jam #BB0559
RGB
CMYK
RGB Variations
Color information
#BB0559 (or 0xBB0559) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 59. RGB value is (187,5,89). Sum of RGB (Red+Green+Blue) = 187+5+89=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0559 is #44FAA6. Grayscale: #444444. Windows color (decimal): -4520615 or 5834171. OLE color: 5834171.
HSL color Cylindrical-coordinate representation of color #BB0559: hue angle of 332.31º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0559 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.27 |
| HSL | 332.31º | 0.95% | 0.38% | - |
| HSV(B) | 332.31º | 0.97% | 0.73% | - |
| XYZ | 22.35 | 11.39 | 10.47 | - |
| YUV | 68.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 89 | 0 | 0.97 | 0.52 | 0.27 | 332.31 | 0.95 | 0.38 |
| Hex | BB | 5 | 59 | 0 | 61 | 34 | 1B | 14C | 5F | 26 |
| Octal | 273 | 5 | 131 | 0 | 141 | 64 | 33 | 514 | 137 | 46 |
| Binary | 10111011 | 101 | 1011001 | 0 | 1100001 | 110100 | 11011 | 101001100 | 1011111 | 100110 |
Color Harmonies of #BB0559
Complementary color
Monochromatic Colors of #BB0559
Black with #BB0559
Text Example
Text Example
White with #BB0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0559; }
p { color: rgb(187,5,89); }
H1.HeaderClassName
{
color: #BB0559;
}
.AnyTagClassName
{
color: #BB0559;
}
</style>
background-color css
<style>
a { background-color: #BB0559; }
a { background-color: rgb(187,5,89); }
div.DivClassName
{
background-color: #BB0559;
}
.BgClassName
{
background-color: #BB0559;
}
</style>
border-color css
<style>
span { border-color: #BB0559; }
span { border-color: rgb(187,5,89); }
td.TdClassName
{
border-color: #BB0559;
}
.TagClassName
{
border-color: #BB0559;
}
</style>