Shades of Jazzberry Jam #B60D6D
Tints of Jazzberry Jam #B60D6D
RGB
CMYK
RGB Variations
Color information
#B60D6D (or 0xB60D6D) is known color: Jazzberry Jam. HEX triplet: B6, 0D and 6D. RGB value is (182,13,109). Sum of RGB (Red+Green+Blue) = 182+13+109=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D6D is #49F292. Grayscale: #4A4A4A. Windows color (decimal): -4846227 or 7146934. OLE color: 7146934.
HSL color Cylindrical-coordinate representation of color #B60D6D: hue angle of 325.92º degrees, saturation: 0.87, 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 #B60D6D is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 109 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.29 |
| HSL | 325.92º | 0.87% | 0.38% | - |
| HSV(B) | 325.92º | 0.93% | 0.71% | - |
| XYZ | 22.2 | 11.34 | 15.49 | - |
| YUV | 74.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 109 | 0 | 0.93 | 0.40 | 0.29 | 325.92 | 0.87 | 0.38 |
| Hex | B6 | D | 6D | 0 | 5D | 28 | 1D | 146 | 57 | 26 |
| Octal | 266 | 15 | 155 | 0 | 135 | 50 | 35 | 506 | 127 | 46 |
| Binary | 10110110 | 1101 | 1101101 | 0 | 1011101 | 101000 | 11101 | 101000110 | 1010111 | 100110 |
Color Harmonies of #B60D6D
Complementary color
Monochromatic Colors of #B60D6D
Black with #B60D6D
Text Example
Text Example
White with #B60D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D6D; }
p { color: rgb(182,13,109); }
H1.HeaderClassName
{
color: #B60D6D;
}
.AnyTagClassName
{
color: #B60D6D;
}
</style>
background-color css
<style>
a { background-color: #B60D6D; }
a { background-color: rgb(182,13,109); }
div.DivClassName
{
background-color: #B60D6D;
}
.BgClassName
{
background-color: #B60D6D;
}
</style>
border-color css
<style>
span { border-color: #B60D6D; }
span { border-color: rgb(182,13,109); }
td.TdClassName
{
border-color: #B60D6D;
}
.TagClassName
{
border-color: #B60D6D;
}
</style>