Shades of Jazzberry Jam #B60150
Tints of Jazzberry Jam #B60150
RGB
CMYK
RGB Variations
Color information
#B60150 (or 0xB60150) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 50. RGB value is (182,1,80). Sum of RGB (Red+Green+Blue) = 182+1+80=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B60150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60150 is #49FEAF. Grayscale: #3F3F3F. Windows color (decimal): -4849328 or 5243318. OLE color: 5243318.
HSL color Cylindrical-coordinate representation of color #B60150: hue angle of 333.81º 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 #B60150 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.29 |
| HSL | 333.81º | 0.99% | 0.36% | - |
| HSV(B) | 333.81º | 0.99% | 0.71% | - |
| XYZ | 20.75 | 10.55 | 8.53 | - |
| YUV | 64.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 80 | 0 | 0.99 | 0.56 | 0.29 | 333.81 | 0.99 | 0.36 |
| Hex | B6 | 1 | 50 | 0 | 63 | 38 | 1D | 14E | 63 | 24 |
| Octal | 266 | 1 | 120 | 0 | 143 | 70 | 35 | 516 | 143 | 44 |
| Binary | 10110110 | 1 | 1010000 | 0 | 1100011 | 111000 | 11101 | 101001110 | 1100011 | 100100 |
Color Harmonies of #B60150
Complementary color
Monochromatic Colors of #B60150
Black with #B60150
Text Example
Text Example
White with #B60150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60150; }
p { color: rgb(182,1,80); }
H1.HeaderClassName
{
color: #B60150;
}
.AnyTagClassName
{
color: #B60150;
}
</style>
background-color css
<style>
a { background-color: #B60150; }
a { background-color: rgb(182,1,80); }
div.DivClassName
{
background-color: #B60150;
}
.BgClassName
{
background-color: #B60150;
}
</style>
border-color css
<style>
span { border-color: #B60150; }
span { border-color: rgb(182,1,80); }
td.TdClassName
{
border-color: #B60150;
}
.TagClassName
{
border-color: #B60150;
}
</style>