Shades of Jazzberry Jam #B60C5F
Tints of Jazzberry Jam #B60C5F
RGB
CMYK
RGB Variations
Color information
#B60C5F (or 0xB60C5F) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 5F. RGB value is (182,12,95). Sum of RGB (Red+Green+Blue) = 182+12+95=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C5F is #49F3A0. Grayscale: #484848. Windows color (decimal): -4846497 or 6229174. OLE color: 6229174.
HSL color Cylindrical-coordinate representation of color #B60C5F: hue angle of 330.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C5F is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 95 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.29 |
| HSL | 330.71º | 0.88% | 0.38% | - |
| HSV(B) | 330.71º | 0.93% | 0.71% | - |
| XYZ | 21.49 | 11.03 | 11.82 | - |
| YUV | 72.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 95 | 0 | 0.93 | 0.48 | 0.29 | 330.71 | 0.88 | 0.38 |
| Hex | B6 | C | 5F | 0 | 5D | 30 | 1D | 14B | 58 | 26 |
| Octal | 266 | 14 | 137 | 0 | 135 | 60 | 35 | 513 | 130 | 46 |
| Binary | 10110110 | 1100 | 1011111 | 0 | 1011101 | 110000 | 11101 | 101001011 | 1011000 | 100110 |
Color Harmonies of #B60C5F
Complementary color
Monochromatic Colors of #B60C5F
Black with #B60C5F
Text Example
Text Example
White with #B60C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C5F; }
p { color: rgb(182,12,95); }
H1.HeaderClassName
{
color: #B60C5F;
}
.AnyTagClassName
{
color: #B60C5F;
}
</style>
background-color css
<style>
a { background-color: #B60C5F; }
a { background-color: rgb(182,12,95); }
div.DivClassName
{
background-color: #B60C5F;
}
.BgClassName
{
background-color: #B60C5F;
}
</style>
border-color css
<style>
span { border-color: #B60C5F; }
span { border-color: rgb(182,12,95); }
td.TdClassName
{
border-color: #B60C5F;
}
.TagClassName
{
border-color: #B60C5F;
}
</style>