Shades of Jazzberry Jam #BB1053
Tints of Jazzberry Jam #BB1053
RGB
CMYK
RGB Variations
Color information
#BB1053 (or 0xBB1053) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 53. RGB value is (187,16,83). Sum of RGB (Red+Green+Blue) = 187+16+83=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1053 is #44EFAC. Grayscale: #4A4A4A. Windows color (decimal): -4517805 or 5443771. OLE color: 5443771.
HSL color Cylindrical-coordinate representation of color #BB1053: hue angle of 336.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1053 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 83 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.27 |
| HSL | 336.49º | 0.84% | 0.4% | - |
| HSV(B) | 336.49º | 0.91% | 0.73% | - |
| XYZ | 22.24 | 11.56 | 9.24 | - |
| YUV | 74.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 83 | 0 | 0.91 | 0.56 | 0.27 | 336.49 | 0.84 | 0.4 |
| Hex | BB | 10 | 53 | 0 | 5B | 38 | 1B | 150 | 54 | 28 |
| Octal | 273 | 20 | 123 | 0 | 133 | 70 | 33 | 520 | 124 | 50 |
| Binary | 10111011 | 10000 | 1010011 | 0 | 1011011 | 111000 | 11011 | 101010000 | 1010100 | 101000 |
Color Harmonies of #BB1053
Complementary color
Monochromatic Colors of #BB1053
Black with #BB1053
Text Example
Text Example
White with #BB1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1053; }
p { color: rgb(187,16,83); }
H1.HeaderClassName
{
color: #BB1053;
}
.AnyTagClassName
{
color: #BB1053;
}
</style>
background-color css
<style>
a { background-color: #BB1053; }
a { background-color: rgb(187,16,83); }
div.DivClassName
{
background-color: #BB1053;
}
.BgClassName
{
background-color: #BB1053;
}
</style>
border-color css
<style>
span { border-color: #BB1053; }
span { border-color: rgb(187,16,83); }
td.TdClassName
{
border-color: #BB1053;
}
.TagClassName
{
border-color: #BB1053;
}
</style>