Shades of Jazzberry Jam #B90461
Tints of Jazzberry Jam #B90461
RGB
CMYK
RGB Variations
Color information
#B90461 (or 0xB90461) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 61. RGB value is (185,4,97). Sum of RGB (Red+Green+Blue) = 185+4+97=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B90461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90461 is #46FB9E. Grayscale: #444444. Windows color (decimal): -4651935 or 6358201. OLE color: 6358201.
HSL color Cylindrical-coordinate representation of color #B90461: hue angle of 329.17º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90461 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.27 |
| HSL | 329.17º | 0.96% | 0.37% | - |
| HSV(B) | 329.17º | 0.98% | 0.73% | - |
| XYZ | 22.21 | 11.26 | 12.31 | - |
| YUV | 68.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 97 | 0 | 0.98 | 0.48 | 0.27 | 329.17 | 0.96 | 0.37 |
| Hex | B9 | 4 | 61 | 0 | 62 | 30 | 1B | 149 | 60 | 25 |
| Octal | 271 | 4 | 141 | 0 | 142 | 60 | 33 | 511 | 140 | 45 |
| Binary | 10111001 | 100 | 1100001 | 0 | 1100010 | 110000 | 11011 | 101001001 | 1100000 | 100101 |
Color Harmonies of #B90461
Complementary color
Monochromatic Colors of #B90461
Black with #B90461
Text Example
Text Example
White with #B90461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90461; }
p { color: rgb(185,4,97); }
H1.HeaderClassName
{
color: #B90461;
}
.AnyTagClassName
{
color: #B90461;
}
</style>
background-color css
<style>
a { background-color: #B90461; }
a { background-color: rgb(185,4,97); }
div.DivClassName
{
background-color: #B90461;
}
.BgClassName
{
background-color: #B90461;
}
</style>
border-color css
<style>
span { border-color: #B90461; }
span { border-color: rgb(185,4,97); }
td.TdClassName
{
border-color: #B90461;
}
.TagClassName
{
border-color: #B90461;
}
</style>