Shades of Jazzberry Jam #BB096C
Tints of Jazzberry Jam #BB096C
RGB
CMYK
RGB Variations
Color information
#BB096C (or 0xBB096C) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 6C. RGB value is (187,9,108). Sum of RGB (Red+Green+Blue) = 187+9+108=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB096C is #44F693. Grayscale: #494949. Windows color (decimal): -4519572 or 7080379. OLE color: 7080379.
HSL color Cylindrical-coordinate representation of color #BB096C: hue angle of 326.63º 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 #BB096C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.27 |
| HSL | 326.63º | 0.91% | 0.38% | - |
| HSV(B) | 326.63º | 0.95% | 0.73% | - |
| XYZ | 23.3 | 11.84 | 15.25 | - |
| YUV | 73.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 108 | 0 | 0.95 | 0.42 | 0.27 | 326.63 | 0.91 | 0.38 |
| Hex | BB | 9 | 6C | 0 | 5F | 2A | 1B | 147 | 5B | 26 |
| Octal | 273 | 11 | 154 | 0 | 137 | 52 | 33 | 507 | 133 | 46 |
| Binary | 10111011 | 1001 | 1101100 | 0 | 1011111 | 101010 | 11011 | 101000111 | 1011011 | 100110 |
Color Harmonies of #BB096C
Complementary color
Monochromatic Colors of #BB096C
Black with #BB096C
Text Example
Text Example
White with #BB096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB096C; }
p { color: rgb(187,9,108); }
H1.HeaderClassName
{
color: #BB096C;
}
.AnyTagClassName
{
color: #BB096C;
}
</style>
background-color css
<style>
a { background-color: #BB096C; }
a { background-color: rgb(187,9,108); }
div.DivClassName
{
background-color: #BB096C;
}
.BgClassName
{
background-color: #BB096C;
}
</style>
border-color css
<style>
span { border-color: #BB096C; }
span { border-color: rgb(187,9,108); }
td.TdClassName
{
border-color: #BB096C;
}
.TagClassName
{
border-color: #BB096C;
}
</style>