Shades of Jazzberry Jam #B90147
Tints of Jazzberry Jam #B90147
RGB
CMYK
RGB Variations
Color information
#B90147 (or 0xB90147) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 47. RGB value is (185,1,71). Sum of RGB (Red+Green+Blue) = 185+1+71=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90147 is #46FEB8. Grayscale: #3F3F3F. Windows color (decimal): -4652729 or 4653497. OLE color: 4653497.
HSL color Cylindrical-coordinate representation of color #B90147: hue angle of 337.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90147 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.27 |
| HSL | 337.17º | 0.99% | 0.36% | - |
| HSV(B) | 337.17º | 0.99% | 0.73% | - |
| XYZ | 21.16 | 10.79 | 6.93 | - |
| YUV | 64 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 71 | 0 | 0.99 | 0.62 | 0.27 | 337.17 | 0.99 | 0.36 |
| Hex | B9 | 1 | 47 | 0 | 63 | 3E | 1B | 151 | 63 | 24 |
| Octal | 271 | 1 | 107 | 0 | 143 | 76 | 33 | 521 | 143 | 44 |
| Binary | 10111001 | 1 | 1000111 | 0 | 1100011 | 111110 | 11011 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B90147
Complementary color
Monochromatic Colors of #B90147
Black with #B90147
Text Example
Text Example
White with #B90147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90147; }
p { color: rgb(185,1,71); }
H1.HeaderClassName
{
color: #B90147;
}
.AnyTagClassName
{
color: #B90147;
}
</style>
background-color css
<style>
a { background-color: #B90147; }
a { background-color: rgb(185,1,71); }
div.DivClassName
{
background-color: #B90147;
}
.BgClassName
{
background-color: #B90147;
}
</style>
border-color css
<style>
span { border-color: #B90147; }
span { border-color: rgb(185,1,71); }
td.TdClassName
{
border-color: #B90147;
}
.TagClassName
{
border-color: #B90147;
}
</style>