Shades of Jazzberry Jam #BB0955
Tints of Jazzberry Jam #BB0955
RGB
CMYK
RGB Variations
Color information
#BB0955 (or 0xBB0955) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 55. RGB value is (187,9,85). Sum of RGB (Red+Green+Blue) = 187+9+85=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0955 is #44F6AA. Grayscale: #464646. Windows color (decimal): -4519595 or 5573051. OLE color: 5573051.
HSL color Cylindrical-coordinate representation of color #BB0955: hue angle of 334.38º 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 #BB0955 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.27 |
| HSL | 334.38º | 0.91% | 0.38% | - |
| HSV(B) | 334.38º | 0.95% | 0.73% | - |
| XYZ | 22.23 | 11.42 | 9.63 | - |
| YUV | 70.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 85 | 0 | 0.95 | 0.55 | 0.27 | 334.38 | 0.91 | 0.38 |
| Hex | BB | 9 | 55 | 0 | 5F | 37 | 1B | 14E | 5B | 26 |
| Octal | 273 | 11 | 125 | 0 | 137 | 67 | 33 | 516 | 133 | 46 |
| Binary | 10111011 | 1001 | 1010101 | 0 | 1011111 | 110111 | 11011 | 101001110 | 1011011 | 100110 |
Color Harmonies of #BB0955
Complementary color
Monochromatic Colors of #BB0955
Black with #BB0955
Text Example
Text Example
White with #BB0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0955; }
p { color: rgb(187,9,85); }
H1.HeaderClassName
{
color: #BB0955;
}
.AnyTagClassName
{
color: #BB0955;
}
</style>
background-color css
<style>
a { background-color: #BB0955; }
a { background-color: rgb(187,9,85); }
div.DivClassName
{
background-color: #BB0955;
}
.BgClassName
{
background-color: #BB0955;
}
</style>
border-color css
<style>
span { border-color: #BB0955; }
span { border-color: rgb(187,9,85); }
td.TdClassName
{
border-color: #BB0955;
}
.TagClassName
{
border-color: #BB0955;
}
</style>