Shades of Jazzberry Jam #B91859
Tints of Jazzberry Jam #B91859
RGB
CMYK
RGB Variations
Color information
#B91859 (or 0xB91859) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 59. RGB value is (185,24,89). Sum of RGB (Red+Green+Blue) = 185+24+89=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B91859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91859 is #46E7A6. Grayscale: #4F4F4F. Windows color (decimal): -4646823 or 5839033. OLE color: 5839033.
HSL color Cylindrical-coordinate representation of color #B91859: hue angle of 335.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91859 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 89 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.27 |
| HSL | 335.78º | 0.77% | 0.41% | - |
| HSV(B) | 335.78º | 0.87% | 0.73% | - |
| XYZ | 22.14 | 11.69 | 10.54 | - |
| YUV | 79.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 89 | 0 | 0.87 | 0.52 | 0.27 | 335.78 | 0.77 | 0.41 |
| Hex | B9 | 18 | 59 | 0 | 57 | 34 | 1B | 150 | 4D | 29 |
| Octal | 271 | 30 | 131 | 0 | 127 | 64 | 33 | 520 | 115 | 51 |
| Binary | 10111001 | 11000 | 1011001 | 0 | 1010111 | 110100 | 11011 | 101010000 | 1001101 | 101001 |
Color Harmonies of #B91859
Complementary color
Monochromatic Colors of #B91859
Black with #B91859
Text Example
Text Example
White with #B91859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91859; }
p { color: rgb(185,24,89); }
H1.HeaderClassName
{
color: #B91859;
}
.AnyTagClassName
{
color: #B91859;
}
</style>
background-color css
<style>
a { background-color: #B91859; }
a { background-color: rgb(185,24,89); }
div.DivClassName
{
background-color: #B91859;
}
.BgClassName
{
background-color: #B91859;
}
</style>
border-color css
<style>
span { border-color: #B91859; }
span { border-color: rgb(185,24,89); }
td.TdClassName
{
border-color: #B91859;
}
.TagClassName
{
border-color: #B91859;
}
</style>