Shades of Jazzberry Jam #B80557
Tints of Jazzberry Jam #B80557
RGB
CMYK
RGB Variations
Color information
#B80557 (or 0xB80557) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 57. RGB value is (184,5,87). Sum of RGB (Red+Green+Blue) = 184+5+87=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80557 is #47FAA8. Grayscale: #434343. Windows color (decimal): -4717225 or 5703096. OLE color: 5703096.
HSL color Cylindrical-coordinate representation of color #B80557: hue angle of 332.51º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80557 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.28 |
| HSL | 332.51º | 0.95% | 0.37% | - |
| HSV(B) | 332.51º | 0.97% | 0.72% | - |
| XYZ | 21.54 | 10.99 | 10 | - |
| YUV | 67.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 87 | 0 | 0.97 | 0.53 | 0.28 | 332.51 | 0.95 | 0.37 |
| Hex | B8 | 5 | 57 | 0 | 61 | 35 | 1C | 14D | 5F | 25 |
| Octal | 270 | 5 | 127 | 0 | 141 | 65 | 34 | 515 | 137 | 45 |
| Binary | 10111000 | 101 | 1010111 | 0 | 1100001 | 110101 | 11100 | 101001101 | 1011111 | 100101 |
Color Harmonies of #B80557
Complementary color
Monochromatic Colors of #B80557
Black with #B80557
Text Example
Text Example
White with #B80557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80557; }
p { color: rgb(184,5,87); }
H1.HeaderClassName
{
color: #B80557;
}
.AnyTagClassName
{
color: #B80557;
}
</style>
background-color css
<style>
a { background-color: #B80557; }
a { background-color: rgb(184,5,87); }
div.DivClassName
{
background-color: #B80557;
}
.BgClassName
{
background-color: #B80557;
}
</style>
border-color css
<style>
span { border-color: #B80557; }
span { border-color: rgb(184,5,87); }
td.TdClassName
{
border-color: #B80557;
}
.TagClassName
{
border-color: #B80557;
}
</style>