Shades of Jazzberry Jam #BC0752
Tints of Jazzberry Jam #BC0752
RGB
CMYK
RGB Variations
Color information
#BC0752 (or 0xBC0752) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 52. RGB value is (188,7,82). Sum of RGB (Red+Green+Blue) = 188+7+82=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0752 is #43F8AD. Grayscale: #454545. Windows color (decimal): -4454574 or 5375932. OLE color: 5375932.
HSL color Cylindrical-coordinate representation of color #BC0752: hue angle of 335.14º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0752 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.26 |
| HSL | 335.14º | 0.93% | 0.38% | - |
| HSV(B) | 335.14º | 0.96% | 0.74% | - |
| XYZ | 22.34 | 11.45 | 9.02 | - |
| YUV | 69.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 82 | 0 | 0.96 | 0.56 | 0.26 | 335.14 | 0.93 | 0.38 |
| Hex | BC | 7 | 52 | 0 | 60 | 38 | 1A | 14F | 5D | 26 |
| Octal | 274 | 7 | 122 | 0 | 140 | 70 | 32 | 517 | 135 | 46 |
| Binary | 10111100 | 111 | 1010010 | 0 | 1100000 | 111000 | 11010 | 101001111 | 1011101 | 100110 |
Color Harmonies of #BC0752
Complementary color
Monochromatic Colors of #BC0752
Black with #BC0752
Text Example
Text Example
White with #BC0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0752; }
p { color: rgb(188,7,82); }
H1.HeaderClassName
{
color: #BC0752;
}
.AnyTagClassName
{
color: #BC0752;
}
</style>
background-color css
<style>
a { background-color: #BC0752; }
a { background-color: rgb(188,7,82); }
div.DivClassName
{
background-color: #BC0752;
}
.BgClassName
{
background-color: #BC0752;
}
</style>
border-color css
<style>
span { border-color: #BC0752; }
span { border-color: rgb(188,7,82); }
td.TdClassName
{
border-color: #BC0752;
}
.TagClassName
{
border-color: #BC0752;
}
</style>