Shades of Jazzberry Jam #B80E5C
Tints of Jazzberry Jam #B80E5C
RGB
CMYK
RGB Variations
Color information
#B80E5C (or 0xB80E5C) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 5C. RGB value is (184,14,92). Sum of RGB (Red+Green+Blue) = 184+14+92=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E5C is #47F1A3. Grayscale: #494949. Windows color (decimal): -4714916 or 6033080. OLE color: 6033080.
HSL color Cylindrical-coordinate representation of color #B80E5C: hue angle of 332.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E5C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 92 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.28 |
| HSL | 332.47º | 0.86% | 0.39% | - |
| HSV(B) | 332.47º | 0.92% | 0.72% | - |
| XYZ | 21.86 | 11.28 | 11.15 | - |
| YUV | 73.72 | 138.32 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 92 | 0 | 0.92 | 0.50 | 0.28 | 332.47 | 0.86 | 0.39 |
| Hex | B8 | E | 5C | 0 | 5C | 32 | 1C | 14C | 56 | 27 |
| Octal | 270 | 16 | 134 | 0 | 134 | 62 | 34 | 514 | 126 | 47 |
| Binary | 10111000 | 1110 | 1011100 | 0 | 1011100 | 110010 | 11100 | 101001100 | 1010110 | 100111 |
Color Harmonies of #B80E5C
Complementary color
Monochromatic Colors of #B80E5C
Black with #B80E5C
Text Example
Text Example
White with #B80E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E5C; }
p { color: rgb(184,14,92); }
H1.HeaderClassName
{
color: #B80E5C;
}
.AnyTagClassName
{
color: #B80E5C;
}
</style>
background-color css
<style>
a { background-color: #B80E5C; }
a { background-color: rgb(184,14,92); }
div.DivClassName
{
background-color: #B80E5C;
}
.BgClassName
{
background-color: #B80E5C;
}
</style>
border-color css
<style>
span { border-color: #B80E5C; }
span { border-color: rgb(184,14,92); }
td.TdClassName
{
border-color: #B80E5C;
}
.TagClassName
{
border-color: #B80E5C;
}
</style>