Shades of Jazzberry Jam #B70E65
Tints of Jazzberry Jam #B70E65
RGB
CMYK
RGB Variations
Color information
#B70E65 (or 0xB70E65) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 65. RGB value is (183,14,101). Sum of RGB (Red+Green+Blue) = 183+14+101=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E65 is #48F19A. Grayscale: #4A4A4A. Windows color (decimal): -4780443 or 6622903. OLE color: 6622903.
HSL color Cylindrical-coordinate representation of color #B70E65: hue angle of 329.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E65 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 101 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.28 |
| HSL | 329.11º | 0.86% | 0.39% | - |
| HSV(B) | 329.11º | 0.92% | 0.72% | - |
| XYZ | 22.03 | 11.32 | 13.34 | - |
| YUV | 74.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 101 | 0 | 0.92 | 0.45 | 0.28 | 329.11 | 0.86 | 0.39 |
| Hex | B7 | E | 65 | 0 | 5C | 2D | 1C | 149 | 56 | 27 |
| Octal | 267 | 16 | 145 | 0 | 134 | 55 | 34 | 511 | 126 | 47 |
| Binary | 10110111 | 1110 | 1100101 | 0 | 1011100 | 101101 | 11100 | 101001001 | 1010110 | 100111 |
Color Harmonies of #B70E65
Complementary color
Monochromatic Colors of #B70E65
Black with #B70E65
Text Example
Text Example
White with #B70E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E65; }
p { color: rgb(183,14,101); }
H1.HeaderClassName
{
color: #B70E65;
}
.AnyTagClassName
{
color: #B70E65;
}
</style>
background-color css
<style>
a { background-color: #B70E65; }
a { background-color: rgb(183,14,101); }
div.DivClassName
{
background-color: #B70E65;
}
.BgClassName
{
background-color: #B70E65;
}
</style>
border-color css
<style>
span { border-color: #B70E65; }
span { border-color: rgb(183,14,101); }
td.TdClassName
{
border-color: #B70E65;
}
.TagClassName
{
border-color: #B70E65;
}
</style>