Shades of Jazzberry Jam #BC1556
Tints of Jazzberry Jam #BC1556
RGB
CMYK
RGB Variations
Color information
#BC1556 (or 0xBC1556) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 56. RGB value is (188,21,86). Sum of RGB (Red+Green+Blue) = 188+21+86=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1556 is #43EAA9. Grayscale: #4E4E4E. Windows color (decimal): -4450986 or 5641660. OLE color: 5641660.
HSL color Cylindrical-coordinate representation of color #BC1556: hue angle of 336.65º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1556 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 86 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.26 |
| HSL | 336.65º | 0.8% | 0.41% | - |
| HSV(B) | 336.65º | 0.89% | 0.74% | - |
| XYZ | 22.69 | 11.9 | 9.91 | - |
| YUV | 78.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 86 | 0 | 0.89 | 0.54 | 0.26 | 336.65 | 0.8 | 0.41 |
| Hex | BC | 15 | 56 | 0 | 59 | 36 | 1A | 151 | 50 | 29 |
| Octal | 274 | 25 | 126 | 0 | 131 | 66 | 32 | 521 | 120 | 51 |
| Binary | 10111100 | 10101 | 1010110 | 0 | 1011001 | 110110 | 11010 | 101010001 | 1010000 | 101001 |
Color Harmonies of #BC1556
Complementary color
Monochromatic Colors of #BC1556
Black with #BC1556
Text Example
Text Example
White with #BC1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1556; }
p { color: rgb(188,21,86); }
H1.HeaderClassName
{
color: #BC1556;
}
.AnyTagClassName
{
color: #BC1556;
}
</style>
background-color css
<style>
a { background-color: #BC1556; }
a { background-color: rgb(188,21,86); }
div.DivClassName
{
background-color: #BC1556;
}
.BgClassName
{
background-color: #BC1556;
}
</style>
border-color css
<style>
span { border-color: #BC1556; }
span { border-color: rgb(188,21,86); }
td.TdClassName
{
border-color: #BC1556;
}
.TagClassName
{
border-color: #BC1556;
}
</style>