Shades of Jazzberry Jam #B90146
Tints of Jazzberry Jam #B90146
RGB
CMYK
RGB Variations
Color information
#B90146 (or 0xB90146) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 46. RGB value is (185,1,70). Sum of RGB (Red+Green+Blue) = 185+1+70=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B90146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90146 is #46FEB9. Grayscale: #3F3F3F. Windows color (decimal): -4652730 or 4587961. OLE color: 4587961.
HSL color Cylindrical-coordinate representation of color #B90146: hue angle of 337.5º 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 #B90146 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.27 |
| HSL | 337.5º | 0.99% | 0.36% | - |
| HSV(B) | 337.5º | 0.99% | 0.73% | - |
| XYZ | 21.12 | 10.78 | 6.76 | - |
| YUV | 63.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 70 | 0 | 0.99 | 0.62 | 0.27 | 337.5 | 0.99 | 0.36 |
| Hex | B9 | 1 | 46 | 0 | 63 | 3E | 1B | 152 | 63 | 24 |
| Octal | 271 | 1 | 106 | 0 | 143 | 76 | 33 | 522 | 143 | 44 |
| Binary | 10111001 | 1 | 1000110 | 0 | 1100011 | 111110 | 11011 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B90146
Complementary color
Monochromatic Colors of #B90146
Black with #B90146
Text Example
Text Example
White with #B90146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90146; }
p { color: rgb(185,1,70); }
H1.HeaderClassName
{
color: #B90146;
}
.AnyTagClassName
{
color: #B90146;
}
</style>
background-color css
<style>
a { background-color: #B90146; }
a { background-color: rgb(185,1,70); }
div.DivClassName
{
background-color: #B90146;
}
.BgClassName
{
background-color: #B90146;
}
</style>
border-color css
<style>
span { border-color: #B90146; }
span { border-color: rgb(185,1,70); }
td.TdClassName
{
border-color: #B90146;
}
.TagClassName
{
border-color: #B90146;
}
</style>