Shades of Jazzberry Jam #BC1657
Tints of Jazzberry Jam #BC1657
RGB
CMYK
RGB Variations
Color information
#BC1657 (or 0xBC1657) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 57. RGB value is (188,22,87). Sum of RGB (Red+Green+Blue) = 188+22+87=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1657 is #43E9A8. Grayscale: #4E4E4E. Windows color (decimal): -4450729 or 5707452. OLE color: 5707452.
HSL color Cylindrical-coordinate representation of color #BC1657: hue angle of 336.51º 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 #BC1657 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 87 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.26 |
| HSL | 336.51º | 0.79% | 0.41% | - |
| HSV(B) | 336.51º | 0.88% | 0.74% | - |
| XYZ | 22.75 | 11.95 | 10.13 | - |
| YUV | 79.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 87 | 0 | 0.88 | 0.54 | 0.26 | 336.51 | 0.79 | 0.41 |
| Hex | BC | 16 | 57 | 0 | 58 | 36 | 1A | 151 | 4F | 29 |
| Octal | 274 | 26 | 127 | 0 | 130 | 66 | 32 | 521 | 117 | 51 |
| Binary | 10111100 | 10110 | 1010111 | 0 | 1011000 | 110110 | 11010 | 101010001 | 1001111 | 101001 |
Color Harmonies of #BC1657
Complementary color
Monochromatic Colors of #BC1657
Black with #BC1657
Text Example
Text Example
White with #BC1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1657; }
p { color: rgb(188,22,87); }
H1.HeaderClassName
{
color: #BC1657;
}
.AnyTagClassName
{
color: #BC1657;
}
</style>
background-color css
<style>
a { background-color: #BC1657; }
a { background-color: rgb(188,22,87); }
div.DivClassName
{
background-color: #BC1657;
}
.BgClassName
{
background-color: #BC1657;
}
</style>
border-color css
<style>
span { border-color: #BC1657; }
span { border-color: rgb(188,22,87); }
td.TdClassName
{
border-color: #BC1657;
}
.TagClassName
{
border-color: #BC1657;
}
</style>