Shades of Jazzberry Jam #B80760
Tints of Jazzberry Jam #B80760
RGB
CMYK
RGB Variations
Color information
#B80760 (or 0xB80760) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 60. RGB value is (184,7,96). Sum of RGB (Red+Green+Blue) = 184+7+96=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B80760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80760 is #47F89F. Grayscale: #454545. Windows color (decimal): -4716704 or 6293432. OLE color: 6293432.
HSL color Cylindrical-coordinate representation of color #B80760: hue angle of 329.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80760 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.28 |
| HSL | 329.83º | 0.93% | 0.37% | - |
| HSV(B) | 329.83º | 0.96% | 0.72% | - |
| XYZ | 21.95 | 11.19 | 12.07 | - |
| YUV | 70.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 96 | 0 | 0.96 | 0.48 | 0.28 | 329.83 | 0.93 | 0.37 |
| Hex | B8 | 7 | 60 | 0 | 60 | 30 | 1C | 14A | 5D | 25 |
| Octal | 270 | 7 | 140 | 0 | 140 | 60 | 34 | 512 | 135 | 45 |
| Binary | 10111000 | 111 | 1100000 | 0 | 1100000 | 110000 | 11100 | 101001010 | 1011101 | 100101 |
Color Harmonies of #B80760
Complementary color
Monochromatic Colors of #B80760
Black with #B80760
Text Example
Text Example
White with #B80760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80760; }
p { color: rgb(184,7,96); }
H1.HeaderClassName
{
color: #B80760;
}
.AnyTagClassName
{
color: #B80760;
}
</style>
background-color css
<style>
a { background-color: #B80760; }
a { background-color: rgb(184,7,96); }
div.DivClassName
{
background-color: #B80760;
}
.BgClassName
{
background-color: #B80760;
}
</style>
border-color css
<style>
span { border-color: #B80760; }
span { border-color: rgb(184,7,96); }
td.TdClassName
{
border-color: #B80760;
}
.TagClassName
{
border-color: #B80760;
}
</style>