Shades of Jazzberry Jam #BC1053
Tints of Jazzberry Jam #BC1053
RGB
CMYK
RGB Variations
Color information
#BC1053 (or 0xBC1053) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 53. RGB value is (188,16,83). Sum of RGB (Red+Green+Blue) = 188+16+83=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1053 is #43EFAC. Grayscale: #4A4A4A. Windows color (decimal): -4452269 or 5443772. OLE color: 5443772.
HSL color Cylindrical-coordinate representation of color #BC1053: hue angle of 336.63º 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 #BC1053 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 83 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.26 |
| HSL | 336.63º | 0.84% | 0.4% | - |
| HSV(B) | 336.63º | 0.91% | 0.74% | - |
| XYZ | 22.49 | 11.69 | 9.25 | - |
| YUV | 75.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 83 | 0 | 0.91 | 0.56 | 0.26 | 336.63 | 0.84 | 0.4 |
| Hex | BC | 10 | 53 | 0 | 5B | 38 | 1A | 151 | 54 | 28 |
| Octal | 274 | 20 | 123 | 0 | 133 | 70 | 32 | 521 | 124 | 50 |
| Binary | 10111100 | 10000 | 1010011 | 0 | 1011011 | 111000 | 11010 | 101010001 | 1010100 | 101000 |
Color Harmonies of #BC1053
Complementary color
Monochromatic Colors of #BC1053
Black with #BC1053
Text Example
Text Example
White with #BC1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1053; }
p { color: rgb(188,16,83); }
H1.HeaderClassName
{
color: #BC1053;
}
.AnyTagClassName
{
color: #BC1053;
}
</style>
background-color css
<style>
a { background-color: #BC1053; }
a { background-color: rgb(188,16,83); }
div.DivClassName
{
background-color: #BC1053;
}
.BgClassName
{
background-color: #BC1053;
}
</style>
border-color css
<style>
span { border-color: #BC1053; }
span { border-color: rgb(188,16,83); }
td.TdClassName
{
border-color: #BC1053;
}
.TagClassName
{
border-color: #BC1053;
}
</style>