Shades of Jazzberry Jam #B81968
Tints of Jazzberry Jam #B81968
RGB
CMYK
RGB Variations
Color information
#B81968 (or 0xB81968) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 68. RGB value is (184,25,104). Sum of RGB (Red+Green+Blue) = 184+25+104=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B81968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81968 is #47E697. Grayscale: #515151. Windows color (decimal): -4712088 or 6822328. OLE color: 6822328.
HSL color Cylindrical-coordinate representation of color #B81968: hue angle of 330.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81968 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 104 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.28 |
| HSL | 330.19º | 0.76% | 0.41% | - |
| HSV(B) | 330.19º | 0.86% | 0.72% | - |
| XYZ | 22.61 | 11.89 | 14.2 | - |
| YUV | 81.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 104 | 0 | 0.86 | 0.43 | 0.28 | 330.19 | 0.76 | 0.41 |
| Hex | B8 | 19 | 68 | 0 | 56 | 2B | 1C | 14A | 4C | 29 |
| Octal | 270 | 31 | 150 | 0 | 126 | 53 | 34 | 512 | 114 | 51 |
| Binary | 10111000 | 11001 | 1101000 | 0 | 1010110 | 101011 | 11100 | 101001010 | 1001100 | 101001 |
Color Harmonies of #B81968
Complementary color
Monochromatic Colors of #B81968
Black with #B81968
Text Example
Text Example
White with #B81968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81968; }
p { color: rgb(184,25,104); }
H1.HeaderClassName
{
color: #B81968;
}
.AnyTagClassName
{
color: #B81968;
}
</style>
background-color css
<style>
a { background-color: #B81968; }
a { background-color: rgb(184,25,104); }
div.DivClassName
{
background-color: #B81968;
}
.BgClassName
{
background-color: #B81968;
}
</style>
border-color css
<style>
span { border-color: #B81968; }
span { border-color: rgb(184,25,104); }
td.TdClassName
{
border-color: #B81968;
}
.TagClassName
{
border-color: #B81968;
}
</style>