Shades of Jazzberry Jam #B60C72
Tints of Jazzberry Jam #B60C72
RGB
CMYK
RGB Variations
Color information
#B60C72 (or 0xB60C72) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 72. RGB value is (182,12,114). Sum of RGB (Red+Green+Blue) = 182+12+114=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C72 is #49F38D. Grayscale: #4A4A4A. Windows color (decimal): -4846478 or 7474358. OLE color: 7474358.
HSL color Cylindrical-coordinate representation of color #B60C72: hue angle of 324º 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 #B60C72 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 114 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.29 |
| HSL | 324º | 0.88% | 0.38% | - |
| HSV(B) | 324º | 0.93% | 0.71% | - |
| XYZ | 22.46 | 11.42 | 16.94 | - |
| YUV | 74.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 114 | 0 | 0.93 | 0.37 | 0.29 | 324 | 0.88 | 0.38 |
| Hex | B6 | C | 72 | 0 | 5D | 25 | 1D | 144 | 58 | 26 |
| Octal | 266 | 14 | 162 | 0 | 135 | 45 | 35 | 504 | 130 | 46 |
| Binary | 10110110 | 1100 | 1110010 | 0 | 1011101 | 100101 | 11101 | 101000100 | 1011000 | 100110 |
Color Harmonies of #B60C72
Complementary color
Monochromatic Colors of #B60C72
Black with #B60C72
Text Example
Text Example
White with #B60C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C72; }
p { color: rgb(182,12,114); }
H1.HeaderClassName
{
color: #B60C72;
}
.AnyTagClassName
{
color: #B60C72;
}
</style>
background-color css
<style>
a { background-color: #B60C72; }
a { background-color: rgb(182,12,114); }
div.DivClassName
{
background-color: #B60C72;
}
.BgClassName
{
background-color: #B60C72;
}
</style>
border-color css
<style>
span { border-color: #B60C72; }
span { border-color: rgb(182,12,114); }
td.TdClassName
{
border-color: #B60C72;
}
.TagClassName
{
border-color: #B60C72;
}
</style>