Shades of Jazzberry Jam #BB1168
Tints of Jazzberry Jam #BB1168
RGB
CMYK
RGB Variations
Color information
#BB1168 (or 0xBB1168) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 68. RGB value is (187,17,104). Sum of RGB (Red+Green+Blue) = 187+17+104=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1168 is #44EE97. Grayscale: #4D4D4D. Windows color (decimal): -4517528 or 6820283. OLE color: 6820283.
HSL color Cylindrical-coordinate representation of color #BB1168: hue angle of 329.29º degrees, saturation: 0.83, 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 #BB1168 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 104 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.27 |
| HSL | 329.29º | 0.83% | 0.4% | - |
| HSV(B) | 329.29º | 0.91% | 0.73% | - |
| XYZ | 23.19 | 11.97 | 14.18 | - |
| YUV | 77.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 104 | 0 | 0.91 | 0.44 | 0.27 | 329.29 | 0.83 | 0.4 |
| Hex | BB | 11 | 68 | 0 | 5B | 2C | 1B | 149 | 53 | 28 |
| Octal | 273 | 21 | 150 | 0 | 133 | 54 | 33 | 511 | 123 | 50 |
| Binary | 10111011 | 10001 | 1101000 | 0 | 1011011 | 101100 | 11011 | 101001001 | 1010011 | 101000 |
Color Harmonies of #BB1168
Complementary color
Monochromatic Colors of #BB1168
Black with #BB1168
Text Example
Text Example
White with #BB1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1168; }
p { color: rgb(187,17,104); }
H1.HeaderClassName
{
color: #BB1168;
}
.AnyTagClassName
{
color: #BB1168;
}
</style>
background-color css
<style>
a { background-color: #BB1168; }
a { background-color: rgb(187,17,104); }
div.DivClassName
{
background-color: #BB1168;
}
.BgClassName
{
background-color: #BB1168;
}
</style>
border-color css
<style>
span { border-color: #BB1168; }
span { border-color: rgb(187,17,104); }
td.TdClassName
{
border-color: #BB1168;
}
.TagClassName
{
border-color: #BB1168;
}
</style>