Shades of Jazzberry Jam #B80E5E
Tints of Jazzberry Jam #B80E5E
RGB
CMYK
RGB Variations
Color information
#B80E5E (or 0xB80E5E) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 5E. RGB value is (184,14,94). Sum of RGB (Red+Green+Blue) = 184+14+94=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E5E is #47F1A1. Grayscale: #494949. Windows color (decimal): -4714914 or 6164152. OLE color: 6164152.
HSL color Cylindrical-coordinate representation of color #B80E5E: hue angle of 331.76º 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 #B80E5E is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 94 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.28 |
| HSL | 331.76º | 0.86% | 0.39% | - |
| HSV(B) | 331.76º | 0.92% | 0.72% | - |
| XYZ | 21.94 | 11.31 | 11.62 | - |
| YUV | 73.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 94 | 0 | 0.92 | 0.49 | 0.28 | 331.76 | 0.86 | 0.39 |
| Hex | B8 | E | 5E | 0 | 5C | 31 | 1C | 14C | 56 | 27 |
| Octal | 270 | 16 | 136 | 0 | 134 | 61 | 34 | 514 | 126 | 47 |
| Binary | 10111000 | 1110 | 1011110 | 0 | 1011100 | 110001 | 11100 | 101001100 | 1010110 | 100111 |
Color Harmonies of #B80E5E
Complementary color
Monochromatic Colors of #B80E5E
Black with #B80E5E
Text Example
Text Example
White with #B80E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E5E; }
p { color: rgb(184,14,94); }
H1.HeaderClassName
{
color: #B80E5E;
}
.AnyTagClassName
{
color: #B80E5E;
}
</style>
background-color css
<style>
a { background-color: #B80E5E; }
a { background-color: rgb(184,14,94); }
div.DivClassName
{
background-color: #B80E5E;
}
.BgClassName
{
background-color: #B80E5E;
}
</style>
border-color css
<style>
span { border-color: #B80E5E; }
span { border-color: rgb(184,14,94); }
td.TdClassName
{
border-color: #B80E5E;
}
.TagClassName
{
border-color: #B80E5E;
}
</style>