Shades of Jazzberry Jam #B6004E
Tints of Jazzberry Jam #B6004E
RGB
CMYK
RGB Variations
Color information
#B6004E (or 0xB6004E) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 4E. RGB value is (182,0,78). Sum of RGB (Red+Green+Blue) = 182+0+78=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6004E is #49FFB1. Grayscale: #3F3F3F. Windows color (decimal): -4849586 or 5111990. OLE color: 5111990.
HSL color Cylindrical-coordinate representation of color #B6004E: hue angle of 334.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6004E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.57 | 0.29 |
| HSL | 334.29º | 1% | 0.36% | - |
| HSV(B) | 334.29º | 1% | 0.71% | - |
| XYZ | 20.67 | 10.5 | 8.14 | - |
| YUV | 63.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 78 | 0 | 1 | 0.57 | 0.29 | 334.29 | 1 | 0.36 |
| Hex | B6 | 0 | 4E | 0 | 64 | 39 | 1D | 14E | 64 | 24 |
| Octal | 266 | 0 | 116 | 0 | 144 | 71 | 35 | 516 | 144 | 44 |
| Binary | 10110110 | 0 | 1001110 | 0 | 1100100 | 111001 | 11101 | 101001110 | 1100100 | 100100 |
Color Harmonies of #B6004E
Complementary color
Monochromatic Colors of #B6004E
Black with #B6004E
Text Example
Text Example
White with #B6004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6004E; }
p { color: rgb(182,0,78); }
H1.HeaderClassName
{
color: #B6004E;
}
.AnyTagClassName
{
color: #B6004E;
}
</style>
background-color css
<style>
a { background-color: #B6004E; }
a { background-color: rgb(182,0,78); }
div.DivClassName
{
background-color: #B6004E;
}
.BgClassName
{
background-color: #B6004E;
}
</style>
border-color css
<style>
span { border-color: #B6004E; }
span { border-color: rgb(182,0,78); }
td.TdClassName
{
border-color: #B6004E;
}
.TagClassName
{
border-color: #B6004E;
}
</style>