Shades of Jazzberry Jam #B80970
Tints of Jazzberry Jam #B80970
RGB
CMYK
RGB Variations
Color information
#B80970 (or 0xB80970) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 70. RGB value is (184,9,112). Sum of RGB (Red+Green+Blue) = 184+9+112=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80970 is #47F68F. Grayscale: #484848. Windows color (decimal): -4716176 or 7342520. OLE color: 7342520.
HSL color Cylindrical-coordinate representation of color #B80970: hue angle of 324.69º degrees, saturation: 0.91, 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 #B80970 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 112 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.28 |
| HSL | 324.69º | 0.91% | 0.38% | - |
| HSV(B) | 324.69º | 0.95% | 0.72% | - |
| XYZ | 22.79 | 11.56 | 16.36 | - |
| YUV | 73.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 112 | 0 | 0.95 | 0.39 | 0.28 | 324.69 | 0.91 | 0.38 |
| Hex | B8 | 9 | 70 | 0 | 5F | 27 | 1C | 145 | 5B | 26 |
| Octal | 270 | 11 | 160 | 0 | 137 | 47 | 34 | 505 | 133 | 46 |
| Binary | 10111000 | 1001 | 1110000 | 0 | 1011111 | 100111 | 11100 | 101000101 | 1011011 | 100110 |
Color Harmonies of #B80970
Complementary color
Monochromatic Colors of #B80970
Black with #B80970
Text Example
Text Example
White with #B80970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80970; }
p { color: rgb(184,9,112); }
H1.HeaderClassName
{
color: #B80970;
}
.AnyTagClassName
{
color: #B80970;
}
</style>
background-color css
<style>
a { background-color: #B80970; }
a { background-color: rgb(184,9,112); }
div.DivClassName
{
background-color: #B80970;
}
.BgClassName
{
background-color: #B80970;
}
</style>
border-color css
<style>
span { border-color: #B80970; }
span { border-color: rgb(184,9,112); }
td.TdClassName
{
border-color: #B80970;
}
.TagClassName
{
border-color: #B80970;
}
</style>