Shades of Jazzberry Jam #B80B68
Tints of Jazzberry Jam #B80B68
RGB
CMYK
RGB Variations
Color information
#B80B68 (or 0xB80B68) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 68. RGB value is (184,11,104). Sum of RGB (Red+Green+Blue) = 184+11+104=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B68 is #47F497. Grayscale: #494949. Windows color (decimal): -4715672 or 6818744. OLE color: 6818744.
HSL color Cylindrical-coordinate representation of color #B80B68: hue angle of 327.75º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B68 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 104 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.28 |
| HSL | 327.75º | 0.89% | 0.38% | - |
| HSV(B) | 327.75º | 0.94% | 0.72% | - |
| XYZ | 22.39 | 11.43 | 14.12 | - |
| YUV | 73.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 104 | 0 | 0.94 | 0.43 | 0.28 | 327.75 | 0.89 | 0.38 |
| Hex | B8 | B | 68 | 0 | 5E | 2B | 1C | 148 | 59 | 26 |
| Octal | 270 | 13 | 150 | 0 | 136 | 53 | 34 | 510 | 131 | 46 |
| Binary | 10111000 | 1011 | 1101000 | 0 | 1011110 | 101011 | 11100 | 101001000 | 1011001 | 100110 |
Color Harmonies of #B80B68
Complementary color
Monochromatic Colors of #B80B68
Black with #B80B68
Text Example
Text Example
White with #B80B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B68; }
p { color: rgb(184,11,104); }
H1.HeaderClassName
{
color: #B80B68;
}
.AnyTagClassName
{
color: #B80B68;
}
</style>
background-color css
<style>
a { background-color: #B80B68; }
a { background-color: rgb(184,11,104); }
div.DivClassName
{
background-color: #B80B68;
}
.BgClassName
{
background-color: #B80B68;
}
</style>
border-color css
<style>
span { border-color: #B80B68; }
span { border-color: rgb(184,11,104); }
td.TdClassName
{
border-color: #B80B68;
}
.TagClassName
{
border-color: #B80B68;
}
</style>