Shades of Jazzberry Jam #B80D62
Tints of Jazzberry Jam #B80D62
RGB
CMYK
RGB Variations
Color information
#B80D62 (or 0xB80D62) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 62. RGB value is (184,13,98). Sum of RGB (Red+Green+Blue) = 184+13+98=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D62 is #47F29D. Grayscale: #494949. Windows color (decimal): -4715166 or 6426040. OLE color: 6426040.
HSL color Cylindrical-coordinate representation of color #B80D62: hue angle of 330.18º 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 #B80D62 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 98 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.28 |
| HSL | 330.18º | 0.87% | 0.39% | - |
| HSV(B) | 330.18º | 0.93% | 0.72% | - |
| XYZ | 22.12 | 11.36 | 12.58 | - |
| YUV | 73.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 98 | 0 | 0.93 | 0.47 | 0.28 | 330.18 | 0.87 | 0.39 |
| Hex | B8 | D | 62 | 0 | 5D | 2F | 1C | 14A | 57 | 27 |
| Octal | 270 | 15 | 142 | 0 | 135 | 57 | 34 | 512 | 127 | 47 |
| Binary | 10111000 | 1101 | 1100010 | 0 | 1011101 | 101111 | 11100 | 101001010 | 1010111 | 100111 |
Color Harmonies of #B80D62
Complementary color
Monochromatic Colors of #B80D62
Black with #B80D62
Text Example
Text Example
White with #B80D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D62; }
p { color: rgb(184,13,98); }
H1.HeaderClassName
{
color: #B80D62;
}
.AnyTagClassName
{
color: #B80D62;
}
</style>
background-color css
<style>
a { background-color: #B80D62; }
a { background-color: rgb(184,13,98); }
div.DivClassName
{
background-color: #B80D62;
}
.BgClassName
{
background-color: #B80D62;
}
</style>
border-color css
<style>
span { border-color: #B80D62; }
span { border-color: rgb(184,13,98); }
td.TdClassName
{
border-color: #B80D62;
}
.TagClassName
{
border-color: #B80D62;
}
</style>