Shades of Jazzberry Jam #B7206A
Tints of Jazzberry Jam #B7206A
RGB
CMYK
RGB Variations
Color information
#B7206A (or 0xB7206A) is known color: Jazzberry Jam. HEX triplet: B7, 20 and 6A. RGB value is (183,32,106). Sum of RGB (Red+Green+Blue) = 183+32+106=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B7206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7206A is #48DF95. Grayscale: #555555. Windows color (decimal): -4775830 or 6955191. OLE color: 6955191.
HSL color Cylindrical-coordinate representation of color #B7206A: hue angle of 330.6º 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 #B7206A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 106 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.28 |
| HSL | 330.6º | 0.7% | 0.42% | - |
| HSV(B) | 330.6º | 0.83% | 0.72% | - |
| XYZ | 22.65 | 12.14 | 14.79 | - |
| YUV | 85.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 106 | 0 | 0.83 | 0.42 | 0.28 | 330.6 | 0.7 | 0.42 |
| Hex | B7 | 20 | 6A | 0 | 53 | 2A | 1C | 14B | 46 | 2A |
| Octal | 267 | 40 | 152 | 0 | 123 | 52 | 34 | 513 | 106 | 52 |
| Binary | 10110111 | 100000 | 1101010 | 0 | 1010011 | 101010 | 11100 | 101001011 | 1000110 | 101010 |
Color Harmonies of #B7206A
Complementary color
Monochromatic Colors of #B7206A
Black with #B7206A
Text Example
Text Example
White with #B7206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7206A; }
p { color: rgb(183,32,106); }
H1.HeaderClassName
{
color: #B7206A;
}
.AnyTagClassName
{
color: #B7206A;
}
</style>
background-color css
<style>
a { background-color: #B7206A; }
a { background-color: rgb(183,32,106); }
div.DivClassName
{
background-color: #B7206A;
}
.BgClassName
{
background-color: #B7206A;
}
</style>
border-color css
<style>
span { border-color: #B7206A; }
span { border-color: rgb(183,32,106); }
td.TdClassName
{
border-color: #B7206A;
}
.TagClassName
{
border-color: #B7206A;
}
</style>