Shades of Jazzberry Jam #BB0F52
Tints of Jazzberry Jam #BB0F52
RGB
CMYK
RGB Variations
Color information
#BB0F52 (or 0xBB0F52) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 52. RGB value is (187,15,82). Sum of RGB (Red+Green+Blue) = 187+15+82=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F52 is #44F0AD. Grayscale: #494949. Windows color (decimal): -4518062 or 5377979. OLE color: 5377979.
HSL color Cylindrical-coordinate representation of color #BB0F52: hue angle of 336.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F52 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 82 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.27 |
| HSL | 336.63º | 0.85% | 0.4% | - |
| HSV(B) | 336.63º | 0.92% | 0.73% | - |
| XYZ | 22.19 | 11.52 | 9.04 | - |
| YUV | 74.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 82 | 0 | 0.92 | 0.56 | 0.27 | 336.63 | 0.85 | 0.4 |
| Hex | BB | F | 52 | 0 | 5C | 38 | 1B | 151 | 55 | 28 |
| Octal | 273 | 17 | 122 | 0 | 134 | 70 | 33 | 521 | 125 | 50 |
| Binary | 10111011 | 1111 | 1010010 | 0 | 1011100 | 111000 | 11011 | 101010001 | 1010101 | 101000 |
Color Harmonies of #BB0F52
Complementary color
Monochromatic Colors of #BB0F52
Black with #BB0F52
Text Example
Text Example
White with #BB0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F52; }
p { color: rgb(187,15,82); }
H1.HeaderClassName
{
color: #BB0F52;
}
.AnyTagClassName
{
color: #BB0F52;
}
</style>
background-color css
<style>
a { background-color: #BB0F52; }
a { background-color: rgb(187,15,82); }
div.DivClassName
{
background-color: #BB0F52;
}
.BgClassName
{
background-color: #BB0F52;
}
</style>
border-color css
<style>
span { border-color: #BB0F52; }
span { border-color: rgb(187,15,82); }
td.TdClassName
{
border-color: #BB0F52;
}
.TagClassName
{
border-color: #BB0F52;
}
</style>