Shades of Jazzberry Jam #B72066
Tints of Jazzberry Jam #B72066
RGB
CMYK
RGB Variations
Color information
#B72066 (or 0xB72066) is known color: Jazzberry Jam. HEX triplet: B7, 20 and 66. RGB value is (183,32,102). Sum of RGB (Red+Green+Blue) = 183+32+102=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B72066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72066 is #48DF99. Grayscale: #555555. Windows color (decimal): -4775834 or 6693047. OLE color: 6693047.
HSL color Cylindrical-coordinate representation of color #B72066: hue angle of 332.19º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72066 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 102 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.28 |
| HSL | 332.19º | 0.7% | 0.42% | - |
| HSV(B) | 332.19º | 0.83% | 0.72% | - |
| XYZ | 22.44 | 12.06 | 13.72 | - |
| YUV | 85.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 102 | 0 | 0.83 | 0.44 | 0.28 | 332.19 | 0.7 | 0.42 |
| Hex | B7 | 20 | 66 | 0 | 53 | 2C | 1C | 14C | 46 | 2A |
| Octal | 267 | 40 | 146 | 0 | 123 | 54 | 34 | 514 | 106 | 52 |
| Binary | 10110111 | 100000 | 1100110 | 0 | 1010011 | 101100 | 11100 | 101001100 | 1000110 | 101010 |
Color Harmonies of #B72066
Complementary color
Monochromatic Colors of #B72066
Black with #B72066
Text Example
Text Example
White with #B72066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72066; }
p { color: rgb(183,32,102); }
H1.HeaderClassName
{
color: #B72066;
}
.AnyTagClassName
{
color: #B72066;
}
</style>
background-color css
<style>
a { background-color: #B72066; }
a { background-color: rgb(183,32,102); }
div.DivClassName
{
background-color: #B72066;
}
.BgClassName
{
background-color: #B72066;
}
</style>
border-color css
<style>
span { border-color: #B72066; }
span { border-color: rgb(183,32,102); }
td.TdClassName
{
border-color: #B72066;
}
.TagClassName
{
border-color: #B72066;
}
</style>