Shades of Jazzberry Jam #B90656
Tints of Jazzberry Jam #B90656
RGB
CMYK
RGB Variations
Color information
#B90656 (or 0xB90656) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 56. RGB value is (185,6,86). Sum of RGB (Red+Green+Blue) = 185+6+86=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B90656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90656 is #46F9A9. Grayscale: #444444. Windows color (decimal): -4651434 or 5637817. OLE color: 5637817.
HSL color Cylindrical-coordinate representation of color #B90656: hue angle of 333.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90656 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.27 |
| HSL | 333.18º | 0.94% | 0.37% | - |
| HSV(B) | 333.18º | 0.97% | 0.73% | - |
| XYZ | 21.75 | 11.12 | 9.8 | - |
| YUV | 68.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 86 | 0 | 0.97 | 0.54 | 0.27 | 333.18 | 0.94 | 0.37 |
| Hex | B9 | 6 | 56 | 0 | 61 | 36 | 1B | 14D | 5E | 25 |
| Octal | 271 | 6 | 126 | 0 | 141 | 66 | 33 | 515 | 136 | 45 |
| Binary | 10111001 | 110 | 1010110 | 0 | 1100001 | 110110 | 11011 | 101001101 | 1011110 | 100101 |
Color Harmonies of #B90656
Complementary color
Monochromatic Colors of #B90656
Black with #B90656
Text Example
Text Example
White with #B90656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90656; }
p { color: rgb(185,6,86); }
H1.HeaderClassName
{
color: #B90656;
}
.AnyTagClassName
{
color: #B90656;
}
</style>
background-color css
<style>
a { background-color: #B90656; }
a { background-color: rgb(185,6,86); }
div.DivClassName
{
background-color: #B90656;
}
.BgClassName
{
background-color: #B90656;
}
</style>
border-color css
<style>
span { border-color: #B90656; }
span { border-color: rgb(185,6,86); }
td.TdClassName
{
border-color: #B90656;
}
.TagClassName
{
border-color: #B90656;
}
</style>