Shades of Jazzberry Jam #B81568
Tints of Jazzberry Jam #B81568
RGB
CMYK
RGB Variations
Color information
#B81568 (or 0xB81568) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 68. RGB value is (184,21,104). Sum of RGB (Red+Green+Blue) = 184+21+104=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B81568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81568 is #47EA97. Grayscale: #4F4F4F. Windows color (decimal): -4713112 or 6821304. OLE color: 6821304.
HSL color Cylindrical-coordinate representation of color #B81568: hue angle of 329.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81568 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 104 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.28 |
| HSL | 329.45º | 0.8% | 0.4% | - |
| HSV(B) | 329.45º | 0.89% | 0.72% | - |
| XYZ | 22.53 | 11.73 | 14.17 | - |
| YUV | 79.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 104 | 0 | 0.89 | 0.43 | 0.28 | 329.45 | 0.8 | 0.4 |
| Hex | B8 | 15 | 68 | 0 | 59 | 2B | 1C | 149 | 50 | 28 |
| Octal | 270 | 25 | 150 | 0 | 131 | 53 | 34 | 511 | 120 | 50 |
| Binary | 10111000 | 10101 | 1101000 | 0 | 1011001 | 101011 | 11100 | 101001001 | 1010000 | 101000 |
Color Harmonies of #B81568
Complementary color
Monochromatic Colors of #B81568
Black with #B81568
Text Example
Text Example
White with #B81568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81568; }
p { color: rgb(184,21,104); }
H1.HeaderClassName
{
color: #B81568;
}
.AnyTagClassName
{
color: #B81568;
}
</style>
background-color css
<style>
a { background-color: #B81568; }
a { background-color: rgb(184,21,104); }
div.DivClassName
{
background-color: #B81568;
}
.BgClassName
{
background-color: #B81568;
}
</style>
border-color css
<style>
span { border-color: #B81568; }
span { border-color: rgb(184,21,104); }
td.TdClassName
{
border-color: #B81568;
}
.TagClassName
{
border-color: #B81568;
}
</style>