Shades of Jazzberry Jam #B60C6E
Tints of Jazzberry Jam #B60C6E
RGB
CMYK
RGB Variations
Color information
#B60C6E (or 0xB60C6E) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 6E. RGB value is (182,12,110). Sum of RGB (Red+Green+Blue) = 182+12+110=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C6E is #49F391. Grayscale: #494949. Windows color (decimal): -4846482 or 7212214. OLE color: 7212214.
HSL color Cylindrical-coordinate representation of color #B60C6E: hue angle of 325.41º 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 #B60C6E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 110 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.29 |
| HSL | 325.41º | 0.88% | 0.38% | - |
| HSV(B) | 325.41º | 0.93% | 0.71% | - |
| XYZ | 22.24 | 11.33 | 15.77 | - |
| YUV | 74 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 110 | 0 | 0.93 | 0.40 | 0.29 | 325.41 | 0.88 | 0.38 |
| Hex | B6 | C | 6E | 0 | 5D | 28 | 1D | 145 | 58 | 26 |
| Octal | 266 | 14 | 156 | 0 | 135 | 50 | 35 | 505 | 130 | 46 |
| Binary | 10110110 | 1100 | 1101110 | 0 | 1011101 | 101000 | 11101 | 101000101 | 1011000 | 100110 |
Color Harmonies of #B60C6E
Complementary color
Monochromatic Colors of #B60C6E
Black with #B60C6E
Text Example
Text Example
White with #B60C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C6E; }
p { color: rgb(182,12,110); }
H1.HeaderClassName
{
color: #B60C6E;
}
.AnyTagClassName
{
color: #B60C6E;
}
</style>
background-color css
<style>
a { background-color: #B60C6E; }
a { background-color: rgb(182,12,110); }
div.DivClassName
{
background-color: #B60C6E;
}
.BgClassName
{
background-color: #B60C6E;
}
</style>
border-color css
<style>
span { border-color: #B60C6E; }
span { border-color: rgb(182,12,110); }
td.TdClassName
{
border-color: #B60C6E;
}
.TagClassName
{
border-color: #B60C6E;
}
</style>