Shades of Jazzberry Jam #BC1656
Tints of Jazzberry Jam #BC1656
RGB
CMYK
RGB Variations
Color information
#BC1656 (or 0xBC1656) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 56. RGB value is (188,22,86). Sum of RGB (Red+Green+Blue) = 188+22+86=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1656 is #43E9A9. Grayscale: #4E4E4E. Windows color (decimal): -4450730 or 5641916. OLE color: 5641916.
HSL color Cylindrical-coordinate representation of color #BC1656: hue angle of 336.87º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1656 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 86 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.26 |
| HSL | 336.87º | 0.79% | 0.41% | - |
| HSV(B) | 336.87º | 0.88% | 0.74% | - |
| XYZ | 22.71 | 11.94 | 9.91 | - |
| YUV | 78.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 86 | 0 | 0.88 | 0.54 | 0.26 | 336.87 | 0.79 | 0.41 |
| Hex | BC | 16 | 56 | 0 | 58 | 36 | 1A | 151 | 4F | 29 |
| Octal | 274 | 26 | 126 | 0 | 130 | 66 | 32 | 521 | 117 | 51 |
| Binary | 10111100 | 10110 | 1010110 | 0 | 1011000 | 110110 | 11010 | 101010001 | 1001111 | 101001 |
Color Harmonies of #BC1656
Complementary color
Monochromatic Colors of #BC1656
Black with #BC1656
Text Example
Text Example
White with #BC1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1656; }
p { color: rgb(188,22,86); }
H1.HeaderClassName
{
color: #BC1656;
}
.AnyTagClassName
{
color: #BC1656;
}
</style>
background-color css
<style>
a { background-color: #BC1656; }
a { background-color: rgb(188,22,86); }
div.DivClassName
{
background-color: #BC1656;
}
.BgClassName
{
background-color: #BC1656;
}
</style>
border-color css
<style>
span { border-color: #BC1656; }
span { border-color: rgb(188,22,86); }
td.TdClassName
{
border-color: #BC1656;
}
.TagClassName
{
border-color: #BC1656;
}
</style>