Shades of Jazzberry Jam #B60A5E
Tints of Jazzberry Jam #B60A5E
RGB
CMYK
RGB Variations
Color information
#B60A5E (or 0xB60A5E) is known color: Jazzberry Jam. HEX triplet: B6, 0A and 5E. RGB value is (182,10,94). Sum of RGB (Red+Green+Blue) = 182+10+94=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60A5E is #49F5A1. Grayscale: #464646. Windows color (decimal): -4847010 or 6163126. OLE color: 6163126.
HSL color Cylindrical-coordinate representation of color #B60A5E: hue angle of 330.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A5E is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.29 |
| HSL | 330.7º | 0.9% | 0.38% | - |
| HSV(B) | 330.7º | 0.95% | 0.71% | - |
| XYZ | 21.42 | 10.97 | 11.58 | - |
| YUV | 71 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 94 | 0 | 0.95 | 0.48 | 0.29 | 330.7 | 0.9 | 0.38 |
| Hex | B6 | A | 5E | 0 | 5F | 30 | 1D | 14B | 5A | 26 |
| Octal | 266 | 12 | 136 | 0 | 137 | 60 | 35 | 513 | 132 | 46 |
| Binary | 10110110 | 1010 | 1011110 | 0 | 1011111 | 110000 | 11101 | 101001011 | 1011010 | 100110 |
Color Harmonies of #B60A5E
Complementary color
Monochromatic Colors of #B60A5E
Black with #B60A5E
Text Example
Text Example
White with #B60A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A5E; }
p { color: rgb(182,10,94); }
H1.HeaderClassName
{
color: #B60A5E;
}
.AnyTagClassName
{
color: #B60A5E;
}
</style>
background-color css
<style>
a { background-color: #B60A5E; }
a { background-color: rgb(182,10,94); }
div.DivClassName
{
background-color: #B60A5E;
}
.BgClassName
{
background-color: #B60A5E;
}
</style>
border-color css
<style>
span { border-color: #B60A5E; }
span { border-color: rgb(182,10,94); }
td.TdClassName
{
border-color: #B60A5E;
}
.TagClassName
{
border-color: #B60A5E;
}
</style>