Shades of Jazzberry Jam #BB0966
Tints of Jazzberry Jam #BB0966
RGB
CMYK
RGB Variations
Color information
#BB0966 (or 0xBB0966) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 66. RGB value is (187,9,102). Sum of RGB (Red+Green+Blue) = 187+9+102=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0966 is #44F699. Grayscale: #484848. Windows color (decimal): -4519578 or 6687163. OLE color: 6687163.
HSL color Cylindrical-coordinate representation of color #BB0966: hue angle of 328.65º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0966 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.27 |
| HSL | 328.65º | 0.91% | 0.38% | - |
| HSV(B) | 328.65º | 0.95% | 0.73% | - |
| XYZ | 22.99 | 11.72 | 13.62 | - |
| YUV | 72.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 102 | 0 | 0.95 | 0.45 | 0.27 | 328.65 | 0.91 | 0.38 |
| Hex | BB | 9 | 66 | 0 | 5F | 2D | 1B | 149 | 5B | 26 |
| Octal | 273 | 11 | 146 | 0 | 137 | 55 | 33 | 511 | 133 | 46 |
| Binary | 10111011 | 1001 | 1100110 | 0 | 1011111 | 101101 | 11011 | 101001001 | 1011011 | 100110 |
Color Harmonies of #BB0966
Complementary color
Monochromatic Colors of #BB0966
Black with #BB0966
Text Example
Text Example
White with #BB0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0966; }
p { color: rgb(187,9,102); }
H1.HeaderClassName
{
color: #BB0966;
}
.AnyTagClassName
{
color: #BB0966;
}
</style>
background-color css
<style>
a { background-color: #BB0966; }
a { background-color: rgb(187,9,102); }
div.DivClassName
{
background-color: #BB0966;
}
.BgClassName
{
background-color: #BB0966;
}
</style>
border-color css
<style>
span { border-color: #BB0966; }
span { border-color: rgb(187,9,102); }
td.TdClassName
{
border-color: #BB0966;
}
.TagClassName
{
border-color: #BB0966;
}
</style>