Shades of Jazzberry Jam #BC1456
Tints of Jazzberry Jam #BC1456
RGB
CMYK
RGB Variations
Color information
#BC1456 (or 0xBC1456) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 56. RGB value is (188,20,86). Sum of RGB (Red+Green+Blue) = 188+20+86=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1456 is #43EBA9. Grayscale: #4D4D4D. Windows color (decimal): -4451242 or 5641404. OLE color: 5641404.
HSL color Cylindrical-coordinate representation of color #BC1456: hue angle of 336.43º degrees, saturation: 0.81, 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 #BC1456 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 86 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.26 |
| HSL | 336.43º | 0.81% | 0.41% | - |
| HSV(B) | 336.43º | 0.89% | 0.74% | - |
| XYZ | 22.67 | 11.86 | 9.9 | - |
| YUV | 77.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 86 | 0 | 0.89 | 0.54 | 0.26 | 336.43 | 0.81 | 0.41 |
| Hex | BC | 14 | 56 | 0 | 59 | 36 | 1A | 150 | 51 | 29 |
| Octal | 274 | 24 | 126 | 0 | 131 | 66 | 32 | 520 | 121 | 51 |
| Binary | 10111100 | 10100 | 1010110 | 0 | 1011001 | 110110 | 11010 | 101010000 | 1010001 | 101001 |
Color Harmonies of #BC1456
Complementary color
Monochromatic Colors of #BC1456
Black with #BC1456
Text Example
Text Example
White with #BC1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1456; }
p { color: rgb(188,20,86); }
H1.HeaderClassName
{
color: #BC1456;
}
.AnyTagClassName
{
color: #BC1456;
}
</style>
background-color css
<style>
a { background-color: #BC1456; }
a { background-color: rgb(188,20,86); }
div.DivClassName
{
background-color: #BC1456;
}
.BgClassName
{
background-color: #BC1456;
}
</style>
border-color css
<style>
span { border-color: #BC1456; }
span { border-color: rgb(188,20,86); }
td.TdClassName
{
border-color: #BC1456;
}
.TagClassName
{
border-color: #BC1456;
}
</style>