Shades of Jazzberry Jam #B80E6A
Tints of Jazzberry Jam #B80E6A
RGB
CMYK
RGB Variations
Color information
#B80E6A (or 0xB80E6A) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 6A. RGB value is (184,14,106). Sum of RGB (Red+Green+Blue) = 184+14+106=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E6A is #47F195. Grayscale: #4B4B4B. Windows color (decimal): -4714902 or 6950584. OLE color: 6950584.
HSL color Cylindrical-coordinate representation of color #B80E6A: hue angle of 327.53º 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 #B80E6A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.28 |
| HSL | 327.53º | 0.86% | 0.39% | - |
| HSV(B) | 327.53º | 0.92% | 0.72% | - |
| XYZ | 22.53 | 11.55 | 14.68 | - |
| YUV | 75.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 106 | 0 | 0.92 | 0.42 | 0.28 | 327.53 | 0.86 | 0.39 |
| Hex | B8 | E | 6A | 0 | 5C | 2A | 1C | 148 | 56 | 27 |
| Octal | 270 | 16 | 152 | 0 | 134 | 52 | 34 | 510 | 126 | 47 |
| Binary | 10111000 | 1110 | 1101010 | 0 | 1011100 | 101010 | 11100 | 101001000 | 1010110 | 100111 |
Color Harmonies of #B80E6A
Complementary color
Monochromatic Colors of #B80E6A
Black with #B80E6A
Text Example
Text Example
White with #B80E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E6A; }
p { color: rgb(184,14,106); }
H1.HeaderClassName
{
color: #B80E6A;
}
.AnyTagClassName
{
color: #B80E6A;
}
</style>
background-color css
<style>
a { background-color: #B80E6A; }
a { background-color: rgb(184,14,106); }
div.DivClassName
{
background-color: #B80E6A;
}
.BgClassName
{
background-color: #B80E6A;
}
</style>
border-color css
<style>
span { border-color: #B80E6A; }
span { border-color: rgb(184,14,106); }
td.TdClassName
{
border-color: #B80E6A;
}
.TagClassName
{
border-color: #B80E6A;
}
</style>