Shades of Jazzberry Jam #B91456
Tints of Jazzberry Jam #B91456
RGB
CMYK
RGB Variations
Color information
#B91456 (or 0xB91456) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 56. RGB value is (185,20,86). Sum of RGB (Red+Green+Blue) = 185+20+86=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B91456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91456 is #46EBA9. Grayscale: #4C4C4C. Windows color (decimal): -4647850 or 5641401. OLE color: 5641401.
HSL color Cylindrical-coordinate representation of color #B91456: hue angle of 336º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91456 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 86 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.27 |
| HSL | 336º | 0.8% | 0.4% | - |
| HSV(B) | 336º | 0.89% | 0.73% | - |
| XYZ | 21.94 | 11.49 | 9.86 | - |
| YUV | 76.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 86 | 0 | 0.89 | 0.54 | 0.27 | 336 | 0.8 | 0.4 |
| Hex | B9 | 14 | 56 | 0 | 59 | 36 | 1B | 150 | 50 | 28 |
| Octal | 271 | 24 | 126 | 0 | 131 | 66 | 33 | 520 | 120 | 50 |
| Binary | 10111001 | 10100 | 1010110 | 0 | 1011001 | 110110 | 11011 | 101010000 | 1010000 | 101000 |
Color Harmonies of #B91456
Complementary color
Monochromatic Colors of #B91456
Black with #B91456
Text Example
Text Example
White with #B91456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91456; }
p { color: rgb(185,20,86); }
H1.HeaderClassName
{
color: #B91456;
}
.AnyTagClassName
{
color: #B91456;
}
</style>
background-color css
<style>
a { background-color: #B91456; }
a { background-color: rgb(185,20,86); }
div.DivClassName
{
background-color: #B91456;
}
.BgClassName
{
background-color: #B91456;
}
</style>
border-color css
<style>
span { border-color: #B91456; }
span { border-color: rgb(185,20,86); }
td.TdClassName
{
border-color: #B91456;
}
.TagClassName
{
border-color: #B91456;
}
</style>