Shades of Jazzberry Jam #BB1558
Tints of Jazzberry Jam #BB1558
RGB
CMYK
RGB Variations
Color information
#BB1558 (or 0xBB1558) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 58. RGB value is (187,21,88). Sum of RGB (Red+Green+Blue) = 187+21+88=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1558 is #44EAA7. Grayscale: #4E4E4E. Windows color (decimal): -4516520 or 5772731. OLE color: 5772731.
HSL color Cylindrical-coordinate representation of color #BB1558: hue angle of 335.78º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1558 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.27 |
| HSL | 335.78º | 0.8% | 0.41% | - |
| HSV(B) | 335.78º | 0.89% | 0.73% | - |
| XYZ | 22.52 | 11.81 | 10.32 | - |
| YUV | 78.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 88 | 0 | 0.89 | 0.53 | 0.27 | 335.78 | 0.8 | 0.41 |
| Hex | BB | 15 | 58 | 0 | 59 | 35 | 1B | 150 | 50 | 29 |
| Octal | 273 | 25 | 130 | 0 | 131 | 65 | 33 | 520 | 120 | 51 |
| Binary | 10111011 | 10101 | 1011000 | 0 | 1011001 | 110101 | 11011 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BB1558
Complementary color
Monochromatic Colors of #BB1558
Black with #BB1558
Text Example
Text Example
White with #BB1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1558; }
p { color: rgb(187,21,88); }
H1.HeaderClassName
{
color: #BB1558;
}
.AnyTagClassName
{
color: #BB1558;
}
</style>
background-color css
<style>
a { background-color: #BB1558; }
a { background-color: rgb(187,21,88); }
div.DivClassName
{
background-color: #BB1558;
}
.BgClassName
{
background-color: #BB1558;
}
</style>
border-color css
<style>
span { border-color: #BB1558; }
span { border-color: rgb(187,21,88); }
td.TdClassName
{
border-color: #BB1558;
}
.TagClassName
{
border-color: #BB1558;
}
</style>