Shades of Jazzberry Jam #BB0C5B
Tints of Jazzberry Jam #BB0C5B
RGB
CMYK
RGB Variations
Color information
#BB0C5B (or 0xBB0C5B) is known color: Jazzberry Jam. HEX triplet: BB, 0C and 5B. RGB value is (187,12,91). Sum of RGB (Red+Green+Blue) = 187+12+91=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C5B is #44F3A4. Grayscale: #494949. Windows color (decimal): -4518821 or 5967035. OLE color: 5967035.
HSL color Cylindrical-coordinate representation of color #BB0C5B: hue angle of 332.91º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C5B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 91 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.27 |
| HSL | 332.91º | 0.88% | 0.39% | - |
| HSV(B) | 332.91º | 0.94% | 0.73% | - |
| XYZ | 22.51 | 11.58 | 10.95 | - |
| YUV | 73.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 91 | 0 | 0.94 | 0.51 | 0.27 | 332.91 | 0.88 | 0.39 |
| Hex | BB | C | 5B | 0 | 5E | 33 | 1B | 14D | 58 | 27 |
| Octal | 273 | 14 | 133 | 0 | 136 | 63 | 33 | 515 | 130 | 47 |
| Binary | 10111011 | 1100 | 1011011 | 0 | 1011110 | 110011 | 11011 | 101001101 | 1011000 | 100111 |
Color Harmonies of #BB0C5B
Complementary color
Monochromatic Colors of #BB0C5B
Black with #BB0C5B
Text Example
Text Example
White with #BB0C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C5B; }
p { color: rgb(187,12,91); }
H1.HeaderClassName
{
color: #BB0C5B;
}
.AnyTagClassName
{
color: #BB0C5B;
}
</style>
background-color css
<style>
a { background-color: #BB0C5B; }
a { background-color: rgb(187,12,91); }
div.DivClassName
{
background-color: #BB0C5B;
}
.BgClassName
{
background-color: #BB0C5B;
}
</style>
border-color css
<style>
span { border-color: #BB0C5B; }
span { border-color: rgb(187,12,91); }
td.TdClassName
{
border-color: #BB0C5B;
}
.TagClassName
{
border-color: #BB0C5B;
}
</style>