Shades of Jazzberry Jam #BB0B5B
Tints of Jazzberry Jam #BB0B5B
RGB
CMYK
RGB Variations
Color information
#BB0B5B (or 0xBB0B5B) is known color: Jazzberry Jam. HEX triplet: BB, 0B and 5B. RGB value is (187,11,91). Sum of RGB (Red+Green+Blue) = 187+11+91=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B5B is #44F4A4. Grayscale: #484848. Windows color (decimal): -4519077 or 5966779. OLE color: 5966779.
HSL color Cylindrical-coordinate representation of color #BB0B5B: hue angle of 332.73º degrees, saturation: 0.89, 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 #BB0B5B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 91 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.27 |
| HSL | 332.73º | 0.89% | 0.39% | - |
| HSV(B) | 332.73º | 0.94% | 0.73% | - |
| XYZ | 22.5 | 11.56 | 10.94 | - |
| YUV | 72.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 91 | 0 | 0.94 | 0.51 | 0.27 | 332.73 | 0.89 | 0.39 |
| Hex | BB | B | 5B | 0 | 5E | 33 | 1B | 14D | 59 | 27 |
| Octal | 273 | 13 | 133 | 0 | 136 | 63 | 33 | 515 | 131 | 47 |
| Binary | 10111011 | 1011 | 1011011 | 0 | 1011110 | 110011 | 11011 | 101001101 | 1011001 | 100111 |
Color Harmonies of #BB0B5B
Complementary color
Monochromatic Colors of #BB0B5B
Black with #BB0B5B
Text Example
Text Example
White with #BB0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B5B; }
p { color: rgb(187,11,91); }
H1.HeaderClassName
{
color: #BB0B5B;
}
.AnyTagClassName
{
color: #BB0B5B;
}
</style>
background-color css
<style>
a { background-color: #BB0B5B; }
a { background-color: rgb(187,11,91); }
div.DivClassName
{
background-color: #BB0B5B;
}
.BgClassName
{
background-color: #BB0B5B;
}
</style>
border-color css
<style>
span { border-color: #BB0B5B; }
span { border-color: rgb(187,11,91); }
td.TdClassName
{
border-color: #BB0B5B;
}
.TagClassName
{
border-color: #BB0B5B;
}
</style>