Shades of Jazzberry Jam #B80666
Tints of Jazzberry Jam #B80666
RGB
CMYK
RGB Variations
Color information
#B80666 (or 0xB80666) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 66. RGB value is (184,6,102). Sum of RGB (Red+Green+Blue) = 184+6+102=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B80666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80666 is #47F999. Grayscale: #454545. Windows color (decimal): -4716954 or 6686392. OLE color: 6686392.
HSL color Cylindrical-coordinate representation of color #B80666: hue angle of 327.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80666 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.28 |
| HSL | 327.64º | 0.94% | 0.37% | - |
| HSV(B) | 327.64º | 0.97% | 0.72% | - |
| XYZ | 22.23 | 11.28 | 13.58 | - |
| YUV | 70.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 102 | 0 | 0.97 | 0.45 | 0.28 | 327.64 | 0.94 | 0.37 |
| Hex | B8 | 6 | 66 | 0 | 61 | 2D | 1C | 148 | 5E | 25 |
| Octal | 270 | 6 | 146 | 0 | 141 | 55 | 34 | 510 | 136 | 45 |
| Binary | 10111000 | 110 | 1100110 | 0 | 1100001 | 101101 | 11100 | 101001000 | 1011110 | 100101 |
Color Harmonies of #B80666
Complementary color
Monochromatic Colors of #B80666
Black with #B80666
Text Example
Text Example
White with #B80666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80666; }
p { color: rgb(184,6,102); }
H1.HeaderClassName
{
color: #B80666;
}
.AnyTagClassName
{
color: #B80666;
}
</style>
background-color css
<style>
a { background-color: #B80666; }
a { background-color: rgb(184,6,102); }
div.DivClassName
{
background-color: #B80666;
}
.BgClassName
{
background-color: #B80666;
}
</style>
border-color css
<style>
span { border-color: #B80666; }
span { border-color: rgb(184,6,102); }
td.TdClassName
{
border-color: #B80666;
}
.TagClassName
{
border-color: #B80666;
}
</style>