Shades of Jazzberry Jam #BC0049
Tints of Jazzberry Jam #BC0049
RGB
CMYK
RGB Variations
Color information
#BC0049 (or 0xBC0049) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 49. RGB value is (188,0,73). Sum of RGB (Red+Green+Blue) = 188+0+73=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0049 is #43FFB6. Grayscale: #404040. Windows color (decimal): -4456375 or 4784316. OLE color: 4784316.
HSL color Cylindrical-coordinate representation of color #BC0049: hue angle of 336.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0049 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.61 | 0.26 |
| HSL | 336.7º | 1% | 0.37% | - |
| HSV(B) | 336.7º | 1% | 0.74% | - |
| XYZ | 21.94 | 11.17 | 7.3 | - |
| YUV | 64.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 73 | 0 | 1 | 0.61 | 0.26 | 336.7 | 1 | 0.37 |
| Hex | BC | 0 | 49 | 0 | 64 | 3D | 1A | 151 | 64 | 25 |
| Octal | 274 | 0 | 111 | 0 | 144 | 75 | 32 | 521 | 144 | 45 |
| Binary | 10111100 | 0 | 1001001 | 0 | 1100100 | 111101 | 11010 | 101010001 | 1100100 | 100101 |
Color Harmonies of #BC0049
Complementary color
Monochromatic Colors of #BC0049
Black with #BC0049
Text Example
Text Example
White with #BC0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0049; }
p { color: rgb(188,0,73); }
H1.HeaderClassName
{
color: #BC0049;
}
.AnyTagClassName
{
color: #BC0049;
}
</style>
background-color css
<style>
a { background-color: #BC0049; }
a { background-color: rgb(188,0,73); }
div.DivClassName
{
background-color: #BC0049;
}
.BgClassName
{
background-color: #BC0049;
}
</style>
border-color css
<style>
span { border-color: #BC0049; }
span { border-color: rgb(188,0,73); }
td.TdClassName
{
border-color: #BC0049;
}
.TagClassName
{
border-color: #BC0049;
}
</style>