Shades of Jazzberry Jam #BB1266
Tints of Jazzberry Jam #BB1266
RGB
CMYK
RGB Variations
Color information
#BB1266 (or 0xBB1266) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 66. RGB value is (187,18,102). Sum of RGB (Red+Green+Blue) = 187+18+102=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1266 is #44ED99. Grayscale: #4D4D4D. Windows color (decimal): -4517274 or 6689467. OLE color: 6689467.
HSL color Cylindrical-coordinate representation of color #BB1266: hue angle of 330.18º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1266 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 102 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.27 |
| HSL | 330.18º | 0.82% | 0.4% | - |
| HSV(B) | 330.18º | 0.9% | 0.73% | - |
| XYZ | 23.11 | 11.96 | 13.66 | - |
| YUV | 78.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 102 | 0 | 0.90 | 0.45 | 0.27 | 330.18 | 0.82 | 0.4 |
| Hex | BB | 12 | 66 | 0 | 5A | 2D | 1B | 14A | 52 | 28 |
| Octal | 273 | 22 | 146 | 0 | 132 | 55 | 33 | 512 | 122 | 50 |
| Binary | 10111011 | 10010 | 1100110 | 0 | 1011010 | 101101 | 11011 | 101001010 | 1010010 | 101000 |
Color Harmonies of #BB1266
Complementary color
Monochromatic Colors of #BB1266
Black with #BB1266
Text Example
Text Example
White with #BB1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1266; }
p { color: rgb(187,18,102); }
H1.HeaderClassName
{
color: #BB1266;
}
.AnyTagClassName
{
color: #BB1266;
}
</style>
background-color css
<style>
a { background-color: #BB1266; }
a { background-color: rgb(187,18,102); }
div.DivClassName
{
background-color: #BB1266;
}
.BgClassName
{
background-color: #BB1266;
}
</style>
border-color css
<style>
span { border-color: #BB1266; }
span { border-color: rgb(187,18,102); }
td.TdClassName
{
border-color: #BB1266;
}
.TagClassName
{
border-color: #BB1266;
}
</style>