Shades of Jazzberry Jam #B60C5C
Tints of Jazzberry Jam #B60C5C
RGB
CMYK
RGB Variations
Color information
#B60C5C (or 0xB60C5C) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 5C. RGB value is (182,12,92). Sum of RGB (Red+Green+Blue) = 182+12+92=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C5C is #49F3A3. Grayscale: #474747. Windows color (decimal): -4846500 or 6032566. OLE color: 6032566.
HSL color Cylindrical-coordinate representation of color #B60C5C: hue angle of 331.76º 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 #B60C5C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 92 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.29 |
| HSL | 331.76º | 0.88% | 0.38% | - |
| HSV(B) | 331.76º | 0.93% | 0.71% | - |
| XYZ | 21.35 | 10.98 | 11.12 | - |
| YUV | 71.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 92 | 0 | 0.93 | 0.49 | 0.29 | 331.76 | 0.88 | 0.38 |
| Hex | B6 | C | 5C | 0 | 5D | 31 | 1D | 14C | 58 | 26 |
| Octal | 266 | 14 | 134 | 0 | 135 | 61 | 35 | 514 | 130 | 46 |
| Binary | 10110110 | 1100 | 1011100 | 0 | 1011101 | 110001 | 11101 | 101001100 | 1011000 | 100110 |
Color Harmonies of #B60C5C
Complementary color
Monochromatic Colors of #B60C5C
Black with #B60C5C
Text Example
Text Example
White with #B60C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C5C; }
p { color: rgb(182,12,92); }
H1.HeaderClassName
{
color: #B60C5C;
}
.AnyTagClassName
{
color: #B60C5C;
}
</style>
background-color css
<style>
a { background-color: #B60C5C; }
a { background-color: rgb(182,12,92); }
div.DivClassName
{
background-color: #B60C5C;
}
.BgClassName
{
background-color: #B60C5C;
}
</style>
border-color css
<style>
span { border-color: #B60C5C; }
span { border-color: rgb(182,12,92); }
td.TdClassName
{
border-color: #B60C5C;
}
.TagClassName
{
border-color: #B60C5C;
}
</style>