Shades of Jazzberry Jam #B80C68
Tints of Jazzberry Jam #B80C68
RGB
CMYK
RGB Variations
Color information
#B80C68 (or 0xB80C68) is known color: Jazzberry Jam. HEX triplet: B8, 0C and 68. RGB value is (184,12,104). Sum of RGB (Red+Green+Blue) = 184+12+104=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80C68 is #47F397. Grayscale: #494949. Windows color (decimal): -4715416 or 6819000. OLE color: 6819000.
HSL color Cylindrical-coordinate representation of color #B80C68: hue angle of 327.91º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C68 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 104 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.28 |
| HSL | 327.91º | 0.88% | 0.38% | - |
| HSV(B) | 327.91º | 0.93% | 0.72% | - |
| XYZ | 22.4 | 11.45 | 14.13 | - |
| YUV | 73.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 104 | 0 | 0.93 | 0.43 | 0.28 | 327.91 | 0.88 | 0.38 |
| Hex | B8 | C | 68 | 0 | 5D | 2B | 1C | 148 | 58 | 26 |
| Octal | 270 | 14 | 150 | 0 | 135 | 53 | 34 | 510 | 130 | 46 |
| Binary | 10111000 | 1100 | 1101000 | 0 | 1011101 | 101011 | 11100 | 101001000 | 1011000 | 100110 |
Color Harmonies of #B80C68
Complementary color
Monochromatic Colors of #B80C68
Black with #B80C68
Text Example
Text Example
White with #B80C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C68; }
p { color: rgb(184,12,104); }
H1.HeaderClassName
{
color: #B80C68;
}
.AnyTagClassName
{
color: #B80C68;
}
</style>
background-color css
<style>
a { background-color: #B80C68; }
a { background-color: rgb(184,12,104); }
div.DivClassName
{
background-color: #B80C68;
}
.BgClassName
{
background-color: #B80C68;
}
</style>
border-color css
<style>
span { border-color: #B80C68; }
span { border-color: rgb(184,12,104); }
td.TdClassName
{
border-color: #B80C68;
}
.TagClassName
{
border-color: #B80C68;
}
</style>