Shades of Jazzberry Jam #B90E59
Tints of Jazzberry Jam #B90E59
RGB
CMYK
RGB Variations
Color information
#B90E59 (or 0xB90E59) is known color: Jazzberry Jam. HEX triplet: B9, 0E and 59. RGB value is (185,14,89). Sum of RGB (Red+Green+Blue) = 185+14+89=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E59 is #46F1A6. Grayscale: #494949. Windows color (decimal): -4649383 or 5836473. OLE color: 5836473.
HSL color Cylindrical-coordinate representation of color #B90E59: hue angle of 333.68º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E59 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 89 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.27 |
| HSL | 333.68º | 0.86% | 0.39% | - |
| HSV(B) | 333.68º | 0.92% | 0.73% | - |
| XYZ | 21.97 | 11.35 | 10.48 | - |
| YUV | 73.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 89 | 0 | 0.92 | 0.52 | 0.27 | 333.68 | 0.86 | 0.39 |
| Hex | B9 | E | 59 | 0 | 5C | 34 | 1B | 14E | 56 | 27 |
| Octal | 271 | 16 | 131 | 0 | 134 | 64 | 33 | 516 | 126 | 47 |
| Binary | 10111001 | 1110 | 1011001 | 0 | 1011100 | 110100 | 11011 | 101001110 | 1010110 | 100111 |
Color Harmonies of #B90E59
Complementary color
Monochromatic Colors of #B90E59
Black with #B90E59
Text Example
Text Example
White with #B90E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E59; }
p { color: rgb(185,14,89); }
H1.HeaderClassName
{
color: #B90E59;
}
.AnyTagClassName
{
color: #B90E59;
}
</style>
background-color css
<style>
a { background-color: #B90E59; }
a { background-color: rgb(185,14,89); }
div.DivClassName
{
background-color: #B90E59;
}
.BgClassName
{
background-color: #B90E59;
}
</style>
border-color css
<style>
span { border-color: #B90E59; }
span { border-color: rgb(185,14,89); }
td.TdClassName
{
border-color: #B90E59;
}
.TagClassName
{
border-color: #B90E59;
}
</style>