Shades of Jazzberry Jam #B80D63
Tints of Jazzberry Jam #B80D63
RGB
CMYK
RGB Variations
Color information
#B80D63 (or 0xB80D63) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 63. RGB value is (184,13,99). Sum of RGB (Red+Green+Blue) = 184+13+99=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D63 is #47F29C. Grayscale: #494949. Windows color (decimal): -4715165 or 6491576. OLE color: 6491576.
HSL color Cylindrical-coordinate representation of color #B80D63: hue angle of 329.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D63 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 99 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.28 |
| HSL | 329.82º | 0.87% | 0.39% | - |
| HSV(B) | 329.82º | 0.93% | 0.72% | - |
| XYZ | 22.16 | 11.38 | 12.83 | - |
| YUV | 73.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 99 | 0 | 0.93 | 0.46 | 0.28 | 329.82 | 0.87 | 0.39 |
| Hex | B8 | D | 63 | 0 | 5D | 2E | 1C | 14A | 57 | 27 |
| Octal | 270 | 15 | 143 | 0 | 135 | 56 | 34 | 512 | 127 | 47 |
| Binary | 10111000 | 1101 | 1100011 | 0 | 1011101 | 101110 | 11100 | 101001010 | 1010111 | 100111 |
Color Harmonies of #B80D63
Complementary color
Monochromatic Colors of #B80D63
Black with #B80D63
Text Example
Text Example
White with #B80D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D63; }
p { color: rgb(184,13,99); }
H1.HeaderClassName
{
color: #B80D63;
}
.AnyTagClassName
{
color: #B80D63;
}
</style>
background-color css
<style>
a { background-color: #B80D63; }
a { background-color: rgb(184,13,99); }
div.DivClassName
{
background-color: #B80D63;
}
.BgClassName
{
background-color: #B80D63;
}
</style>
border-color css
<style>
span { border-color: #B80D63; }
span { border-color: rgb(184,13,99); }
td.TdClassName
{
border-color: #B80D63;
}
.TagClassName
{
border-color: #B80D63;
}
</style>