Shades of Jazzberry Jam #BB0766
Tints of Jazzberry Jam #BB0766
RGB
CMYK
RGB Variations
Color information
#BB0766 (or 0xBB0766) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 66. RGB value is (187,7,102). Sum of RGB (Red+Green+Blue) = 187+7+102=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0766 is #44F899. Grayscale: #474747. Windows color (decimal): -4520090 or 6686651. OLE color: 6686651.
HSL color Cylindrical-coordinate representation of color #BB0766: hue angle of 328.33º degrees, saturation: 0.93, 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 #BB0766 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.27 |
| HSL | 328.33º | 0.93% | 0.38% | - |
| HSV(B) | 328.33º | 0.96% | 0.73% | - |
| XYZ | 22.97 | 11.68 | 13.61 | - |
| YUV | 71.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 102 | 0 | 0.96 | 0.45 | 0.27 | 328.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 66 | 0 | 60 | 2D | 1B | 148 | 5D | 26 |
| Octal | 273 | 7 | 146 | 0 | 140 | 55 | 33 | 510 | 135 | 46 |
| Binary | 10111011 | 111 | 1100110 | 0 | 1100000 | 101101 | 11011 | 101001000 | 1011101 | 100110 |
Color Harmonies of #BB0766
Complementary color
Monochromatic Colors of #BB0766
Black with #BB0766
Text Example
Text Example
White with #BB0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0766; }
p { color: rgb(187,7,102); }
H1.HeaderClassName
{
color: #BB0766;
}
.AnyTagClassName
{
color: #BB0766;
}
</style>
background-color css
<style>
a { background-color: #BB0766; }
a { background-color: rgb(187,7,102); }
div.DivClassName
{
background-color: #BB0766;
}
.BgClassName
{
background-color: #BB0766;
}
</style>
border-color css
<style>
span { border-color: #BB0766; }
span { border-color: rgb(187,7,102); }
td.TdClassName
{
border-color: #BB0766;
}
.TagClassName
{
border-color: #BB0766;
}
</style>