Shades of Jazzberry Jam #B21656
Tints of Jazzberry Jam #B21656
RGB
CMYK
RGB Variations
Color information
#B21656 (or 0xB21656) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 56. RGB value is (178,22,86). Sum of RGB (Red+Green+Blue) = 178+22+86=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B21656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21656 is #4DE9A9. Grayscale: #4B4B4B. Windows color (decimal): -5106090 or 5641906. OLE color: 5641906.
HSL color Cylindrical-coordinate representation of color #B21656: hue angle of 335.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21656 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 86 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.30 |
| HSL | 335.38º | 0.78% | 0.39% | - |
| HSV(B) | 335.38º | 0.88% | 0.7% | - |
| XYZ | 20.33 | 10.71 | 9.8 | - |
| YUV | 75.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 86 | 0 | 0.88 | 0.52 | 0.30 | 335.38 | 0.78 | 0.39 |
| Hex | B2 | 16 | 56 | 0 | 58 | 34 | 1E | 14F | 4E | 27 |
| Octal | 262 | 26 | 126 | 0 | 130 | 64 | 36 | 517 | 116 | 47 |
| Binary | 10110010 | 10110 | 1010110 | 0 | 1011000 | 110100 | 11110 | 101001111 | 1001110 | 100111 |
Color Harmonies of #B21656
Complementary color
Monochromatic Colors of #B21656
Black with #B21656
Text Example
Text Example
White with #B21656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21656; }
p { color: rgb(178,22,86); }
H1.HeaderClassName
{
color: #B21656;
}
.AnyTagClassName
{
color: #B21656;
}
</style>
background-color css
<style>
a { background-color: #B21656; }
a { background-color: rgb(178,22,86); }
div.DivClassName
{
background-color: #B21656;
}
.BgClassName
{
background-color: #B21656;
}
</style>
border-color css
<style>
span { border-color: #B21656; }
span { border-color: rgb(178,22,86); }
td.TdClassName
{
border-color: #B21656;
}
.TagClassName
{
border-color: #B21656;
}
</style>