Shades of Jazzberry Jam #B70B64
Tints of Jazzberry Jam #B70B64
RGB
CMYK
RGB Variations
Color information
#B70B64 (or 0xB70B64) is known color: Jazzberry Jam. HEX triplet: B7, 0B and 64. RGB value is (183,11,100). Sum of RGB (Red+Green+Blue) = 183+11+100=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B64 is #48F49B. Grayscale: #484848. Windows color (decimal): -4781212 or 6556599. OLE color: 6556599.
HSL color Cylindrical-coordinate representation of color #B70B64: hue angle of 328.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B64 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 100 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.28 |
| HSL | 328.95º | 0.89% | 0.38% | - |
| HSV(B) | 328.95º | 0.94% | 0.72% | - |
| XYZ | 21.95 | 11.23 | 13.07 | - |
| YUV | 72.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 100 | 0 | 0.94 | 0.45 | 0.28 | 328.95 | 0.89 | 0.38 |
| Hex | B7 | B | 64 | 0 | 5E | 2D | 1C | 149 | 59 | 26 |
| Octal | 267 | 13 | 144 | 0 | 136 | 55 | 34 | 511 | 131 | 46 |
| Binary | 10110111 | 1011 | 1100100 | 0 | 1011110 | 101101 | 11100 | 101001001 | 1011001 | 100110 |
Color Harmonies of #B70B64
Complementary color
Monochromatic Colors of #B70B64
Black with #B70B64
Text Example
Text Example
White with #B70B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B64; }
p { color: rgb(183,11,100); }
H1.HeaderClassName
{
color: #B70B64;
}
.AnyTagClassName
{
color: #B70B64;
}
</style>
background-color css
<style>
a { background-color: #B70B64; }
a { background-color: rgb(183,11,100); }
div.DivClassName
{
background-color: #B70B64;
}
.BgClassName
{
background-color: #B70B64;
}
</style>
border-color css
<style>
span { border-color: #B70B64; }
span { border-color: rgb(183,11,100); }
td.TdClassName
{
border-color: #B70B64;
}
.TagClassName
{
border-color: #B70B64;
}
</style>