Shades of Jazzberry Jam #B60764
Tints of Jazzberry Jam #B60764
RGB
CMYK
RGB Variations
Color information
#B60764 (or 0xB60764) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 64. RGB value is (182,7,100). Sum of RGB (Red+Green+Blue) = 182+7+100=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B60764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60764 is #49F89B. Grayscale: #454545. Windows color (decimal): -4847772 or 6555574. OLE color: 6555574.
HSL color Cylindrical-coordinate representation of color #B60764: hue angle of 328.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60764 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.29 |
| HSL | 328.11º | 0.93% | 0.37% | - |
| HSV(B) | 328.11º | 0.96% | 0.71% | - |
| XYZ | 21.67 | 11.02 | 13.04 | - |
| YUV | 69.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 100 | 0 | 0.96 | 0.45 | 0.29 | 328.11 | 0.93 | 0.37 |
| Hex | B6 | 7 | 64 | 0 | 60 | 2D | 1D | 148 | 5D | 25 |
| Octal | 266 | 7 | 144 | 0 | 140 | 55 | 35 | 510 | 135 | 45 |
| Binary | 10110110 | 111 | 1100100 | 0 | 1100000 | 101101 | 11101 | 101001000 | 1011101 | 100101 |
Color Harmonies of #B60764
Complementary color
Monochromatic Colors of #B60764
Black with #B60764
Text Example
Text Example
White with #B60764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60764; }
p { color: rgb(182,7,100); }
H1.HeaderClassName
{
color: #B60764;
}
.AnyTagClassName
{
color: #B60764;
}
</style>
background-color css
<style>
a { background-color: #B60764; }
a { background-color: rgb(182,7,100); }
div.DivClassName
{
background-color: #B60764;
}
.BgClassName
{
background-color: #B60764;
}
</style>
border-color css
<style>
span { border-color: #B60764; }
span { border-color: rgb(182,7,100); }
td.TdClassName
{
border-color: #B60764;
}
.TagClassName
{
border-color: #B60764;
}
</style>