Shades of Jazzberry Jam #BC1052
Tints of Jazzberry Jam #BC1052
RGB
CMYK
RGB Variations
Color information
#BC1052 (or 0xBC1052) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 52. RGB value is (188,16,82). Sum of RGB (Red+Green+Blue) = 188+16+82=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1052 is #43EFAD. Grayscale: #4A4A4A. Windows color (decimal): -4452270 or 5378236. OLE color: 5378236.
HSL color Cylindrical-coordinate representation of color #BC1052: hue angle of 336.98º 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 #BC1052 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 82 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.26 |
| HSL | 336.98º | 0.84% | 0.4% | - |
| HSV(B) | 336.98º | 0.91% | 0.74% | - |
| XYZ | 22.45 | 11.67 | 9.05 | - |
| YUV | 74.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 82 | 0 | 0.91 | 0.56 | 0.26 | 336.98 | 0.84 | 0.4 |
| Hex | BC | 10 | 52 | 0 | 5B | 38 | 1A | 151 | 54 | 28 |
| Octal | 274 | 20 | 122 | 0 | 133 | 70 | 32 | 521 | 124 | 50 |
| Binary | 10111100 | 10000 | 1010010 | 0 | 1011011 | 111000 | 11010 | 101010001 | 1010100 | 101000 |
Color Harmonies of #BC1052
Complementary color
Monochromatic Colors of #BC1052
Black with #BC1052
Text Example
Text Example
White with #BC1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1052; }
p { color: rgb(188,16,82); }
H1.HeaderClassName
{
color: #BC1052;
}
.AnyTagClassName
{
color: #BC1052;
}
</style>
background-color css
<style>
a { background-color: #BC1052; }
a { background-color: rgb(188,16,82); }
div.DivClassName
{
background-color: #BC1052;
}
.BgClassName
{
background-color: #BC1052;
}
</style>
border-color css
<style>
span { border-color: #BC1052; }
span { border-color: rgb(188,16,82); }
td.TdClassName
{
border-color: #BC1052;
}
.TagClassName
{
border-color: #BC1052;
}
</style>