Shades of Jazzberry Jam #B70665
Tints of Jazzberry Jam #B70665
RGB
CMYK
RGB Variations
Color information
#B70665 (or 0xB70665) is known color: Jazzberry Jam. HEX triplet: B7, 06 and 65. RGB value is (183,6,101). Sum of RGB (Red+Green+Blue) = 183+6+101=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B70665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70665 is #48F99A. Grayscale: #454545. Windows color (decimal): -4782491 or 6620855. OLE color: 6620855.
HSL color Cylindrical-coordinate representation of color #B70665: hue angle of 327.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70665 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.28 |
| HSL | 327.8º | 0.94% | 0.37% | - |
| HSV(B) | 327.8º | 0.97% | 0.72% | - |
| XYZ | 21.94 | 11.14 | 13.31 | - |
| YUV | 69.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 101 | 0 | 0.97 | 0.45 | 0.28 | 327.8 | 0.94 | 0.37 |
| Hex | B7 | 6 | 65 | 0 | 61 | 2D | 1C | 148 | 5E | 25 |
| Octal | 267 | 6 | 145 | 0 | 141 | 55 | 34 | 510 | 136 | 45 |
| Binary | 10110111 | 110 | 1100101 | 0 | 1100001 | 101101 | 11100 | 101001000 | 1011110 | 100101 |
Color Harmonies of #B70665
Complementary color
Monochromatic Colors of #B70665
Black with #B70665
Text Example
Text Example
White with #B70665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70665; }
p { color: rgb(183,6,101); }
H1.HeaderClassName
{
color: #B70665;
}
.AnyTagClassName
{
color: #B70665;
}
</style>
background-color css
<style>
a { background-color: #B70665; }
a { background-color: rgb(183,6,101); }
div.DivClassName
{
background-color: #B70665;
}
.BgClassName
{
background-color: #B70665;
}
</style>
border-color css
<style>
span { border-color: #B70665; }
span { border-color: rgb(183,6,101); }
td.TdClassName
{
border-color: #B70665;
}
.TagClassName
{
border-color: #B70665;
}
</style>