Shades of Jazzberry Jam #BC0B59
Tints of Jazzberry Jam #BC0B59
RGB
CMYK
RGB Variations
Color information
#BC0B59 (or 0xBC0B59) is known color: Jazzberry Jam. HEX triplet: BC, 0B and 59. RGB value is (188,11,89). Sum of RGB (Red+Green+Blue) = 188+11+89=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B59 is #43F4A6. Grayscale: #484848. Windows color (decimal): -4453543 or 5835708. OLE color: 5835708.
HSL color Cylindrical-coordinate representation of color #BC0B59: hue angle of 333.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B59 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 89 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.26 |
| HSL | 333.56º | 0.89% | 0.39% | - |
| HSV(B) | 333.56º | 0.94% | 0.74% | - |
| XYZ | 22.66 | 11.65 | 10.51 | - |
| YUV | 72.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 89 | 0 | 0.94 | 0.53 | 0.26 | 333.56 | 0.89 | 0.39 |
| Hex | BC | B | 59 | 0 | 5E | 35 | 1A | 14E | 59 | 27 |
| Octal | 274 | 13 | 131 | 0 | 136 | 65 | 32 | 516 | 131 | 47 |
| Binary | 10111100 | 1011 | 1011001 | 0 | 1011110 | 110101 | 11010 | 101001110 | 1011001 | 100111 |
Color Harmonies of #BC0B59
Complementary color
Monochromatic Colors of #BC0B59
Black with #BC0B59
Text Example
Text Example
White with #BC0B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B59; }
p { color: rgb(188,11,89); }
H1.HeaderClassName
{
color: #BC0B59;
}
.AnyTagClassName
{
color: #BC0B59;
}
</style>
background-color css
<style>
a { background-color: #BC0B59; }
a { background-color: rgb(188,11,89); }
div.DivClassName
{
background-color: #BC0B59;
}
.BgClassName
{
background-color: #BC0B59;
}
</style>
border-color css
<style>
span { border-color: #BC0B59; }
span { border-color: rgb(188,11,89); }
td.TdClassName
{
border-color: #BC0B59;
}
.TagClassName
{
border-color: #BC0B59;
}
</style>