Shades of Jazzberry Jam #B91054
Tints of Jazzberry Jam #B91054
RGB
CMYK
RGB Variations
Color information
#B91054 (or 0xB91054) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 54. RGB value is (185,16,84). Sum of RGB (Red+Green+Blue) = 185+16+84=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B91054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91054 is #46EFAB. Grayscale: #4A4A4A. Windows color (decimal): -4648876 or 5509305. OLE color: 5509305.
HSL color Cylindrical-coordinate representation of color #B91054: hue angle of 335.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91054 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 84 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.27 |
| HSL | 335.86º | 0.84% | 0.39% | - |
| HSV(B) | 335.86º | 0.91% | 0.73% | - |
| XYZ | 21.79 | 11.32 | 9.42 | - |
| YUV | 74.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 84 | 0 | 0.91 | 0.55 | 0.27 | 335.86 | 0.84 | 0.39 |
| Hex | B9 | 10 | 54 | 0 | 5B | 37 | 1B | 150 | 54 | 27 |
| Octal | 271 | 20 | 124 | 0 | 133 | 67 | 33 | 520 | 124 | 47 |
| Binary | 10111001 | 10000 | 1010100 | 0 | 1011011 | 110111 | 11011 | 101010000 | 1010100 | 100111 |
Color Harmonies of #B91054
Complementary color
Monochromatic Colors of #B91054
Black with #B91054
Text Example
Text Example
White with #B91054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91054; }
p { color: rgb(185,16,84); }
H1.HeaderClassName
{
color: #B91054;
}
.AnyTagClassName
{
color: #B91054;
}
</style>
background-color css
<style>
a { background-color: #B91054; }
a { background-color: rgb(185,16,84); }
div.DivClassName
{
background-color: #B91054;
}
.BgClassName
{
background-color: #B91054;
}
</style>
border-color css
<style>
span { border-color: #B91054; }
span { border-color: rgb(185,16,84); }
td.TdClassName
{
border-color: #B91054;
}
.TagClassName
{
border-color: #B91054;
}
</style>