Shades of Jazzberry Jam #BC1056
Tints of Jazzberry Jam #BC1056
RGB
CMYK
RGB Variations
Color information
#BC1056 (or 0xBC1056) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 56. RGB value is (188,16,86). Sum of RGB (Red+Green+Blue) = 188+16+86=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1056 is #43EFA9. Grayscale: #4B4B4B. Windows color (decimal): -4452266 or 5640380. OLE color: 5640380.
HSL color Cylindrical-coordinate representation of color #BC1056: hue angle of 335.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1056 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 86 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.26 |
| HSL | 335.58º | 0.84% | 0.4% | - |
| HSV(B) | 335.58º | 0.91% | 0.74% | - |
| XYZ | 22.6 | 11.73 | 9.88 | - |
| YUV | 75.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 86 | 0 | 0.91 | 0.54 | 0.26 | 335.58 | 0.84 | 0.4 |
| Hex | BC | 10 | 56 | 0 | 5B | 36 | 1A | 150 | 54 | 28 |
| Octal | 274 | 20 | 126 | 0 | 133 | 66 | 32 | 520 | 124 | 50 |
| Binary | 10111100 | 10000 | 1010110 | 0 | 1011011 | 110110 | 11010 | 101010000 | 1010100 | 101000 |
Color Harmonies of #BC1056
Complementary color
Monochromatic Colors of #BC1056
Black with #BC1056
Text Example
Text Example
White with #BC1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1056; }
p { color: rgb(188,16,86); }
H1.HeaderClassName
{
color: #BC1056;
}
.AnyTagClassName
{
color: #BC1056;
}
</style>
background-color css
<style>
a { background-color: #BC1056; }
a { background-color: rgb(188,16,86); }
div.DivClassName
{
background-color: #BC1056;
}
.BgClassName
{
background-color: #BC1056;
}
</style>
border-color css
<style>
span { border-color: #BC1056; }
span { border-color: rgb(188,16,86); }
td.TdClassName
{
border-color: #BC1056;
}
.TagClassName
{
border-color: #BC1056;
}
</style>