Shades of Jazzberry Jam #B80E5A
Tints of Jazzberry Jam #B80E5A
RGB
CMYK
RGB Variations
Color information
#B80E5A (or 0xB80E5A) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 5A. RGB value is (184,14,90). Sum of RGB (Red+Green+Blue) = 184+14+90=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E5A is #47F1A5. Grayscale: #494949. Windows color (decimal): -4714918 or 5902008. OLE color: 5902008.
HSL color Cylindrical-coordinate representation of color #B80E5A: hue angle of 333.18º 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 #B80E5A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 90 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.28 |
| HSL | 333.18º | 0.86% | 0.39% | - |
| HSV(B) | 333.18º | 0.92% | 0.72% | - |
| XYZ | 21.77 | 11.24 | 10.7 | - |
| YUV | 73.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 90 | 0 | 0.92 | 0.51 | 0.28 | 333.18 | 0.86 | 0.39 |
| Hex | B8 | E | 5A | 0 | 5C | 33 | 1C | 14D | 56 | 27 |
| Octal | 270 | 16 | 132 | 0 | 134 | 63 | 34 | 515 | 126 | 47 |
| Binary | 10111000 | 1110 | 1011010 | 0 | 1011100 | 110011 | 11100 | 101001101 | 1010110 | 100111 |
Color Harmonies of #B80E5A
Complementary color
Monochromatic Colors of #B80E5A
Black with #B80E5A
Text Example
Text Example
White with #B80E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E5A; }
p { color: rgb(184,14,90); }
H1.HeaderClassName
{
color: #B80E5A;
}
.AnyTagClassName
{
color: #B80E5A;
}
</style>
background-color css
<style>
a { background-color: #B80E5A; }
a { background-color: rgb(184,14,90); }
div.DivClassName
{
background-color: #B80E5A;
}
.BgClassName
{
background-color: #B80E5A;
}
</style>
border-color css
<style>
span { border-color: #B80E5A; }
span { border-color: rgb(184,14,90); }
td.TdClassName
{
border-color: #B80E5A;
}
.TagClassName
{
border-color: #B80E5A;
}
</style>