Shades of Jazzberry Jam #B80B56
Tints of Jazzberry Jam #B80B56
RGB
CMYK
RGB Variations
Color information
#B80B56 (or 0xB80B56) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 56. RGB value is (184,11,86). Sum of RGB (Red+Green+Blue) = 184+11+86=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B56 is #47F4A9. Grayscale: #474747. Windows color (decimal): -4715690 or 5639096. OLE color: 5639096.
HSL color Cylindrical-coordinate representation of color #B80B56: hue angle of 333.99º 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 #B80B56 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 86 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.28 |
| HSL | 333.99º | 0.89% | 0.38% | - |
| HSV(B) | 333.99º | 0.94% | 0.72% | - |
| XYZ | 21.57 | 11.1 | 9.81 | - |
| YUV | 71.28 | 136.31 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 86 | 0 | 0.94 | 0.53 | 0.28 | 333.99 | 0.89 | 0.38 |
| Hex | B8 | B | 56 | 0 | 5E | 35 | 1C | 14E | 59 | 26 |
| Octal | 270 | 13 | 126 | 0 | 136 | 65 | 34 | 516 | 131 | 46 |
| Binary | 10111000 | 1011 | 1010110 | 0 | 1011110 | 110101 | 11100 | 101001110 | 1011001 | 100110 |
Color Harmonies of #B80B56
Complementary color
Monochromatic Colors of #B80B56
Black with #B80B56
Text Example
Text Example
White with #B80B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B56; }
p { color: rgb(184,11,86); }
H1.HeaderClassName
{
color: #B80B56;
}
.AnyTagClassName
{
color: #B80B56;
}
</style>
background-color css
<style>
a { background-color: #B80B56; }
a { background-color: rgb(184,11,86); }
div.DivClassName
{
background-color: #B80B56;
}
.BgClassName
{
background-color: #B80B56;
}
</style>
border-color css
<style>
span { border-color: #B80B56; }
span { border-color: rgb(184,11,86); }
td.TdClassName
{
border-color: #B80B56;
}
.TagClassName
{
border-color: #B80B56;
}
</style>