Shades of Jazzberry Jam #B80B61
Tints of Jazzberry Jam #B80B61
RGB
CMYK
RGB Variations
Color information
#B80B61 (or 0xB80B61) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 61. RGB value is (184,11,97). Sum of RGB (Red+Green+Blue) = 184+11+97=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B61 is #47F49E. Grayscale: #484848. Windows color (decimal): -4715679 or 6359992. OLE color: 6359992.
HSL color Cylindrical-coordinate representation of color #B80B61: hue angle of 330.17º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B61 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 97 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.28 |
| HSL | 330.17º | 0.89% | 0.38% | - |
| HSV(B) | 330.17º | 0.94% | 0.72% | - |
| XYZ | 22.04 | 11.29 | 12.33 | - |
| YUV | 72.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 97 | 0 | 0.94 | 0.47 | 0.28 | 330.17 | 0.89 | 0.38 |
| Hex | B8 | B | 61 | 0 | 5E | 2F | 1C | 14A | 59 | 26 |
| Octal | 270 | 13 | 141 | 0 | 136 | 57 | 34 | 512 | 131 | 46 |
| Binary | 10111000 | 1011 | 1100001 | 0 | 1011110 | 101111 | 11100 | 101001010 | 1011001 | 100110 |
Color Harmonies of #B80B61
Complementary color
Monochromatic Colors of #B80B61
Black with #B80B61
Text Example
Text Example
White with #B80B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B61; }
p { color: rgb(184,11,97); }
H1.HeaderClassName
{
color: #B80B61;
}
.AnyTagClassName
{
color: #B80B61;
}
</style>
background-color css
<style>
a { background-color: #B80B61; }
a { background-color: rgb(184,11,97); }
div.DivClassName
{
background-color: #B80B61;
}
.BgClassName
{
background-color: #B80B61;
}
</style>
border-color css
<style>
span { border-color: #B80B61; }
span { border-color: rgb(184,11,97); }
td.TdClassName
{
border-color: #B80B61;
}
.TagClassName
{
border-color: #B80B61;
}
</style>