Shades of Jazzberry Jam #B80A70
Tints of Jazzberry Jam #B80A70
RGB
CMYK
RGB Variations
Color information
#B80A70 (or 0xB80A70) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 70. RGB value is (184,10,112). Sum of RGB (Red+Green+Blue) = 184+10+112=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A70 is #47F58F. Grayscale: #494949. Windows color (decimal): -4715920 or 7342776. OLE color: 7342776.
HSL color Cylindrical-coordinate representation of color #B80A70: hue angle of 324.83º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A70 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.28 |
| HSL | 324.83º | 0.9% | 0.38% | - |
| HSV(B) | 324.83º | 0.95% | 0.72% | - |
| XYZ | 22.8 | 11.58 | 16.36 | - |
| YUV | 73.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 112 | 0 | 0.95 | 0.39 | 0.28 | 324.83 | 0.9 | 0.38 |
| Hex | B8 | A | 70 | 0 | 5F | 27 | 1C | 145 | 5A | 26 |
| Octal | 270 | 12 | 160 | 0 | 137 | 47 | 34 | 505 | 132 | 46 |
| Binary | 10111000 | 1010 | 1110000 | 0 | 1011111 | 100111 | 11100 | 101000101 | 1011010 | 100110 |
Color Harmonies of #B80A70
Complementary color
Monochromatic Colors of #B80A70
Black with #B80A70
Text Example
Text Example
White with #B80A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A70; }
p { color: rgb(184,10,112); }
H1.HeaderClassName
{
color: #B80A70;
}
.AnyTagClassName
{
color: #B80A70;
}
</style>
background-color css
<style>
a { background-color: #B80A70; }
a { background-color: rgb(184,10,112); }
div.DivClassName
{
background-color: #B80A70;
}
.BgClassName
{
background-color: #B80A70;
}
</style>
border-color css
<style>
span { border-color: #B80A70; }
span { border-color: rgb(184,10,112); }
td.TdClassName
{
border-color: #B80A70;
}
.TagClassName
{
border-color: #B80A70;
}
</style>