Shades of Jazzberry Jam #B90858
Tints of Jazzberry Jam #B90858
RGB
CMYK
RGB Variations
Color information
#B90858 (or 0xB90858) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 58. RGB value is (185,8,88). Sum of RGB (Red+Green+Blue) = 185+8+88=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B90858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90858 is #46F7A7. Grayscale: #454545. Windows color (decimal): -4650920 or 5769401. OLE color: 5769401.
HSL color Cylindrical-coordinate representation of color #B90858: hue angle of 332.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90858 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.27 |
| HSL | 332.88º | 0.92% | 0.38% | - |
| HSV(B) | 332.88º | 0.96% | 0.73% | - |
| XYZ | 21.86 | 11.19 | 10.24 | - |
| YUV | 70.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 88 | 0 | 0.96 | 0.52 | 0.27 | 332.88 | 0.92 | 0.38 |
| Hex | B9 | 8 | 58 | 0 | 60 | 34 | 1B | 14D | 5C | 26 |
| Octal | 271 | 10 | 130 | 0 | 140 | 64 | 33 | 515 | 134 | 46 |
| Binary | 10111001 | 1000 | 1011000 | 0 | 1100000 | 110100 | 11011 | 101001101 | 1011100 | 100110 |
Color Harmonies of #B90858
Complementary color
Monochromatic Colors of #B90858
Black with #B90858
Text Example
Text Example
White with #B90858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90858; }
p { color: rgb(185,8,88); }
H1.HeaderClassName
{
color: #B90858;
}
.AnyTagClassName
{
color: #B90858;
}
</style>
background-color css
<style>
a { background-color: #B90858; }
a { background-color: rgb(185,8,88); }
div.DivClassName
{
background-color: #B90858;
}
.BgClassName
{
background-color: #B90858;
}
</style>
border-color css
<style>
span { border-color: #B90858; }
span { border-color: rgb(185,8,88); }
td.TdClassName
{
border-color: #B90858;
}
.TagClassName
{
border-color: #B90858;
}
</style>