Shades of Jazzberry Jam #B7206B
Tints of Jazzberry Jam #B7206B
RGB
CMYK
RGB Variations
Color information
#B7206B (or 0xB7206B) is known color: Jazzberry Jam. HEX triplet: B7, 20 and 6B. RGB value is (183,32,107). Sum of RGB (Red+Green+Blue) = 183+32+107=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7206B is #48DF94. Grayscale: #555555. Windows color (decimal): -4775829 or 7020727. OLE color: 7020727.
HSL color Cylindrical-coordinate representation of color #B7206B: hue angle of 330.2º 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 #B7206B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.28 |
| HSL | 330.2º | 0.7% | 0.42% | - |
| HSV(B) | 330.2º | 0.83% | 0.72% | - |
| XYZ | 22.7 | 12.16 | 15.06 | - |
| YUV | 85.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 107 | 0 | 0.83 | 0.42 | 0.28 | 330.2 | 0.7 | 0.42 |
| Hex | B7 | 20 | 6B | 0 | 53 | 2A | 1C | 14A | 46 | 2A |
| Octal | 267 | 40 | 153 | 0 | 123 | 52 | 34 | 512 | 106 | 52 |
| Binary | 10110111 | 100000 | 1101011 | 0 | 1010011 | 101010 | 11100 | 101001010 | 1000110 | 101010 |
Color Harmonies of #B7206B
Complementary color
Monochromatic Colors of #B7206B
Black with #B7206B
Text Example
Text Example
White with #B7206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7206B; }
p { color: rgb(183,32,107); }
H1.HeaderClassName
{
color: #B7206B;
}
.AnyTagClassName
{
color: #B7206B;
}
</style>
background-color css
<style>
a { background-color: #B7206B; }
a { background-color: rgb(183,32,107); }
div.DivClassName
{
background-color: #B7206B;
}
.BgClassName
{
background-color: #B7206B;
}
</style>
border-color css
<style>
span { border-color: #B7206B; }
span { border-color: rgb(183,32,107); }
td.TdClassName
{
border-color: #B7206B;
}
.TagClassName
{
border-color: #B7206B;
}
</style>