Shades of Jazzberry Jam #B60A4A
Tints of Jazzberry Jam #B60A4A
RGB
CMYK
RGB Variations
Color information
#B60A4A (or 0xB60A4A) is known color: Jazzberry Jam. HEX triplet: B6, 0A and 4A. RGB value is (182,10,74). Sum of RGB (Red+Green+Blue) = 182+10+74=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A4A is #49F5B5. Grayscale: #444444. Windows color (decimal): -4847030 or 4852406. OLE color: 4852406.
HSL color Cylindrical-coordinate representation of color #B60A4A: hue angle of 337.67º 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 #B60A4A is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 74 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.29 |
| HSL | 337.67º | 0.9% | 0.38% | - |
| HSV(B) | 337.67º | 0.95% | 0.71% | - |
| XYZ | 20.64 | 10.66 | 7.45 | - |
| YUV | 68.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 74 | 0 | 0.95 | 0.59 | 0.29 | 337.67 | 0.9 | 0.38 |
| Hex | B6 | A | 4A | 0 | 5F | 3B | 1D | 152 | 5A | 26 |
| Octal | 266 | 12 | 112 | 0 | 137 | 73 | 35 | 522 | 132 | 46 |
| Binary | 10110110 | 1010 | 1001010 | 0 | 1011111 | 111011 | 11101 | 101010010 | 1011010 | 100110 |
Color Harmonies of #B60A4A
Complementary color
Monochromatic Colors of #B60A4A
Black with #B60A4A
Text Example
Text Example
White with #B60A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A4A; }
p { color: rgb(182,10,74); }
H1.HeaderClassName
{
color: #B60A4A;
}
.AnyTagClassName
{
color: #B60A4A;
}
</style>
background-color css
<style>
a { background-color: #B60A4A; }
a { background-color: rgb(182,10,74); }
div.DivClassName
{
background-color: #B60A4A;
}
.BgClassName
{
background-color: #B60A4A;
}
</style>
border-color css
<style>
span { border-color: #B60A4A; }
span { border-color: rgb(182,10,74); }
td.TdClassName
{
border-color: #B60A4A;
}
.TagClassName
{
border-color: #B60A4A;
}
</style>