Shades of Jazzberry Jam #B80854
Tints of Jazzberry Jam #B80854
RGB
CMYK
RGB Variations
Color information
#B80854 (or 0xB80854) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 54. RGB value is (184,8,84). Sum of RGB (Red+Green+Blue) = 184+8+84=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80854 is #47F7AB. Grayscale: #454545. Windows color (decimal): -4716460 or 5507256. OLE color: 5507256.
HSL color Cylindrical-coordinate representation of color #B80854: hue angle of 334.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80854 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.28 |
| HSL | 334.09º | 0.92% | 0.38% | - |
| HSV(B) | 334.09º | 0.96% | 0.72% | - |
| XYZ | 21.45 | 11 | 9.38 | - |
| YUV | 69.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 84 | 0 | 0.96 | 0.54 | 0.28 | 334.09 | 0.92 | 0.38 |
| Hex | B8 | 8 | 54 | 0 | 60 | 36 | 1C | 14E | 5C | 26 |
| Octal | 270 | 10 | 124 | 0 | 140 | 66 | 34 | 516 | 134 | 46 |
| Binary | 10111000 | 1000 | 1010100 | 0 | 1100000 | 110110 | 11100 | 101001110 | 1011100 | 100110 |
Color Harmonies of #B80854
Complementary color
Monochromatic Colors of #B80854
Black with #B80854
Text Example
Text Example
White with #B80854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80854; }
p { color: rgb(184,8,84); }
H1.HeaderClassName
{
color: #B80854;
}
.AnyTagClassName
{
color: #B80854;
}
</style>
background-color css
<style>
a { background-color: #B80854; }
a { background-color: rgb(184,8,84); }
div.DivClassName
{
background-color: #B80854;
}
.BgClassName
{
background-color: #B80854;
}
</style>
border-color css
<style>
span { border-color: #B80854; }
span { border-color: rgb(184,8,84); }
td.TdClassName
{
border-color: #B80854;
}
.TagClassName
{
border-color: #B80854;
}
</style>