Shades of Jazzberry Jam #B80E6D
Tints of Jazzberry Jam #B80E6D
RGB
CMYK
RGB Variations
Color information
#B80E6D (or 0xB80E6D) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 6D. RGB value is (184,14,109). Sum of RGB (Red+Green+Blue) = 184+14+109=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E6D is #47F192. Grayscale: #4B4B4B. Windows color (decimal): -4714899 or 7147192. OLE color: 7147192.
HSL color Cylindrical-coordinate representation of color #B80E6D: hue angle of 326.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 #B80E6D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 109 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.28 |
| HSL | 326.47º | 0.86% | 0.39% | - |
| HSV(B) | 326.47º | 0.92% | 0.72% | - |
| XYZ | 22.68 | 11.61 | 15.51 | - |
| YUV | 75.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 109 | 0 | 0.92 | 0.41 | 0.28 | 326.47 | 0.86 | 0.39 |
| Hex | B8 | E | 6D | 0 | 5C | 29 | 1C | 146 | 56 | 27 |
| Octal | 270 | 16 | 155 | 0 | 134 | 51 | 34 | 506 | 126 | 47 |
| Binary | 10111000 | 1110 | 1101101 | 0 | 1011100 | 101001 | 11100 | 101000110 | 1010110 | 100111 |
Color Harmonies of #B80E6D
Complementary color
Monochromatic Colors of #B80E6D
Black with #B80E6D
Text Example
Text Example
White with #B80E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E6D; }
p { color: rgb(184,14,109); }
H1.HeaderClassName
{
color: #B80E6D;
}
.AnyTagClassName
{
color: #B80E6D;
}
</style>
background-color css
<style>
a { background-color: #B80E6D; }
a { background-color: rgb(184,14,109); }
div.DivClassName
{
background-color: #B80E6D;
}
.BgClassName
{
background-color: #B80E6D;
}
</style>
border-color css
<style>
span { border-color: #B80E6D; }
span { border-color: rgb(184,14,109); }
td.TdClassName
{
border-color: #B80E6D;
}
.TagClassName
{
border-color: #B80E6D;
}
</style>