Shades of Jazzberry Jam #B70256
Tints of Jazzberry Jam #B70256
RGB
CMYK
RGB Variations
Color information
#B70256 (or 0xB70256) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 56. RGB value is (183,2,86). Sum of RGB (Red+Green+Blue) = 183+2+86=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B70256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70256 is #48FDA9. Grayscale: #414141. Windows color (decimal): -4783530 or 5636791. OLE color: 5636791.
HSL color Cylindrical-coordinate representation of color #B70256: hue angle of 332.15º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70256 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.28 |
| HSL | 332.15º | 0.98% | 0.36% | - |
| HSV(B) | 332.15º | 0.99% | 0.72% | - |
| XYZ | 21.23 | 10.78 | 9.77 | - |
| YUV | 65.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 86 | 0 | 0.99 | 0.53 | 0.28 | 332.15 | 0.98 | 0.36 |
| Hex | B7 | 2 | 56 | 0 | 63 | 35 | 1C | 14C | 62 | 24 |
| Octal | 267 | 2 | 126 | 0 | 143 | 65 | 34 | 514 | 142 | 44 |
| Binary | 10110111 | 10 | 1010110 | 0 | 1100011 | 110101 | 11100 | 101001100 | 1100010 | 100100 |
Color Harmonies of #B70256
Complementary color
Monochromatic Colors of #B70256
Black with #B70256
Text Example
Text Example
White with #B70256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70256; }
p { color: rgb(183,2,86); }
H1.HeaderClassName
{
color: #B70256;
}
.AnyTagClassName
{
color: #B70256;
}
</style>
background-color css
<style>
a { background-color: #B70256; }
a { background-color: rgb(183,2,86); }
div.DivClassName
{
background-color: #B70256;
}
.BgClassName
{
background-color: #B70256;
}
</style>
border-color css
<style>
span { border-color: #B70256; }
span { border-color: rgb(183,2,86); }
td.TdClassName
{
border-color: #B70256;
}
.TagClassName
{
border-color: #B70256;
}
</style>