Shades of Jazzberry Jam #BB0855
Tints of Jazzberry Jam #BB0855
RGB
CMYK
RGB Variations
Color information
#BB0855 (or 0xBB0855) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 55. RGB value is (187,8,85). Sum of RGB (Red+Green+Blue) = 187+8+85=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0855 is #44F7AA. Grayscale: #464646. Windows color (decimal): -4519851 or 5572795. OLE color: 5572795.
HSL color Cylindrical-coordinate representation of color #BB0855: hue angle of 334.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0855 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.27 |
| HSL | 334.19º | 0.92% | 0.38% | - |
| HSV(B) | 334.19º | 0.96% | 0.73% | - |
| XYZ | 22.22 | 11.39 | 9.62 | - |
| YUV | 70.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 85 | 0 | 0.96 | 0.55 | 0.27 | 334.19 | 0.92 | 0.38 |
| Hex | BB | 8 | 55 | 0 | 60 | 37 | 1B | 14E | 5C | 26 |
| Octal | 273 | 10 | 125 | 0 | 140 | 67 | 33 | 516 | 134 | 46 |
| Binary | 10111011 | 1000 | 1010101 | 0 | 1100000 | 110111 | 11011 | 101001110 | 1011100 | 100110 |
Color Harmonies of #BB0855
Complementary color
Monochromatic Colors of #BB0855
Black with #BB0855
Text Example
Text Example
White with #BB0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0855; }
p { color: rgb(187,8,85); }
H1.HeaderClassName
{
color: #BB0855;
}
.AnyTagClassName
{
color: #BB0855;
}
</style>
background-color css
<style>
a { background-color: #BB0855; }
a { background-color: rgb(187,8,85); }
div.DivClassName
{
background-color: #BB0855;
}
.BgClassName
{
background-color: #BB0855;
}
</style>
border-color css
<style>
span { border-color: #BB0855; }
span { border-color: rgb(187,8,85); }
td.TdClassName
{
border-color: #BB0855;
}
.TagClassName
{
border-color: #BB0855;
}
</style>