Shades of Jazzberry Jam #B80654
Tints of Jazzberry Jam #B80654
RGB
CMYK
RGB Variations
Color information
#B80654 (or 0xB80654) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 54. RGB value is (184,6,84). Sum of RGB (Red+Green+Blue) = 184+6+84=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80654 is #47F9AB. Grayscale: #434343. Windows color (decimal): -4716972 or 5506744. OLE color: 5506744.
HSL color Cylindrical-coordinate representation of color #B80654: hue angle of 333.71º degrees, saturation: 0.94, 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 #B80654 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 84 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.28 |
| HSL | 333.71º | 0.94% | 0.37% | - |
| HSV(B) | 333.71º | 0.97% | 0.72% | - |
| XYZ | 21.43 | 10.96 | 9.37 | - |
| YUV | 68.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 84 | 0 | 0.97 | 0.54 | 0.28 | 333.71 | 0.94 | 0.37 |
| Hex | B8 | 6 | 54 | 0 | 61 | 36 | 1C | 14E | 5E | 25 |
| Octal | 270 | 6 | 124 | 0 | 141 | 66 | 34 | 516 | 136 | 45 |
| Binary | 10111000 | 110 | 1010100 | 0 | 1100001 | 110110 | 11100 | 101001110 | 1011110 | 100101 |
Color Harmonies of #B80654
Complementary color
Monochromatic Colors of #B80654
Black with #B80654
Text Example
Text Example
White with #B80654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80654; }
p { color: rgb(184,6,84); }
H1.HeaderClassName
{
color: #B80654;
}
.AnyTagClassName
{
color: #B80654;
}
</style>
background-color css
<style>
a { background-color: #B80654; }
a { background-color: rgb(184,6,84); }
div.DivClassName
{
background-color: #B80654;
}
.BgClassName
{
background-color: #B80654;
}
</style>
border-color css
<style>
span { border-color: #B80654; }
span { border-color: rgb(184,6,84); }
td.TdClassName
{
border-color: #B80654;
}
.TagClassName
{
border-color: #B80654;
}
</style>