Shades of Jazzberry Jam #B60160
Tints of Jazzberry Jam #B60160
RGB
CMYK
RGB Variations
Color information
#B60160 (or 0xB60160) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 60. RGB value is (182,1,96). Sum of RGB (Red+Green+Blue) = 182+1+96=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B60160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60160 is #49FE9F. Grayscale: #414141. Windows color (decimal): -4849312 or 6291894. OLE color: 6291894.
HSL color Cylindrical-coordinate representation of color #B60160: hue angle of 328.51º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60160 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.29 |
| HSL | 328.51º | 0.99% | 0.36% | - |
| HSV(B) | 328.51º | 0.99% | 0.71% | - |
| XYZ | 21.41 | 10.81 | 12.02 | - |
| YUV | 65.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 96 | 0 | 0.99 | 0.47 | 0.29 | 328.51 | 0.99 | 0.36 |
| Hex | B6 | 1 | 60 | 0 | 63 | 2F | 1D | 149 | 63 | 24 |
| Octal | 266 | 1 | 140 | 0 | 143 | 57 | 35 | 511 | 143 | 44 |
| Binary | 10110110 | 1 | 1100000 | 0 | 1100011 | 101111 | 11101 | 101001001 | 1100011 | 100100 |
Color Harmonies of #B60160
Complementary color
Monochromatic Colors of #B60160
Black with #B60160
Text Example
Text Example
White with #B60160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60160; }
p { color: rgb(182,1,96); }
H1.HeaderClassName
{
color: #B60160;
}
.AnyTagClassName
{
color: #B60160;
}
</style>
background-color css
<style>
a { background-color: #B60160; }
a { background-color: rgb(182,1,96); }
div.DivClassName
{
background-color: #B60160;
}
.BgClassName
{
background-color: #B60160;
}
</style>
border-color css
<style>
span { border-color: #B60160; }
span { border-color: rgb(182,1,96); }
td.TdClassName
{
border-color: #B60160;
}
.TagClassName
{
border-color: #B60160;
}
</style>