Shades of Jazzberry Jam #B91155
Tints of Jazzberry Jam #B91155
RGB
CMYK
RGB Variations
Color information
#B91155 (or 0xB91155) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 55. RGB value is (185,17,85). Sum of RGB (Red+Green+Blue) = 185+17+85=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B91155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91155 is #46EEAA. Grayscale: #4A4A4A. Windows color (decimal): -4648619 or 5575097. OLE color: 5575097.
HSL color Cylindrical-coordinate representation of color #B91155: hue angle of 335.71º 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 #B91155 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 85 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.27 |
| HSL | 335.71º | 0.83% | 0.4% | - |
| HSV(B) | 335.71º | 0.91% | 0.73% | - |
| XYZ | 21.85 | 11.37 | 9.64 | - |
| YUV | 74.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 85 | 0 | 0.91 | 0.54 | 0.27 | 335.71 | 0.83 | 0.4 |
| Hex | B9 | 11 | 55 | 0 | 5B | 36 | 1B | 150 | 53 | 28 |
| Octal | 271 | 21 | 125 | 0 | 133 | 66 | 33 | 520 | 123 | 50 |
| Binary | 10111001 | 10001 | 1010101 | 0 | 1011011 | 110110 | 11011 | 101010000 | 1010011 | 101000 |
Color Harmonies of #B91155
Complementary color
Monochromatic Colors of #B91155
Black with #B91155
Text Example
Text Example
White with #B91155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91155; }
p { color: rgb(185,17,85); }
H1.HeaderClassName
{
color: #B91155;
}
.AnyTagClassName
{
color: #B91155;
}
</style>
background-color css
<style>
a { background-color: #B91155; }
a { background-color: rgb(185,17,85); }
div.DivClassName
{
background-color: #B91155;
}
.BgClassName
{
background-color: #B91155;
}
</style>
border-color css
<style>
span { border-color: #B91155; }
span { border-color: rgb(185,17,85); }
td.TdClassName
{
border-color: #B91155;
}
.TagClassName
{
border-color: #B91155;
}
</style>