Shades of Jazzberry Jam #B81965
Tints of Jazzberry Jam #B81965
RGB
CMYK
RGB Variations
Color information
#B81965 (or 0xB81965) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 65. RGB value is (184,25,101). Sum of RGB (Red+Green+Blue) = 184+25+101=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B81965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81965 is #47E69A. Grayscale: #515151. Windows color (decimal): -4712091 or 6625720. OLE color: 6625720.
HSL color Cylindrical-coordinate representation of color #B81965: hue angle of 331.32º 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 #B81965 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 101 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.28 |
| HSL | 331.32º | 0.76% | 0.41% | - |
| HSV(B) | 331.32º | 0.86% | 0.72% | - |
| XYZ | 22.46 | 11.83 | 13.41 | - |
| YUV | 81.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 101 | 0 | 0.86 | 0.45 | 0.28 | 331.32 | 0.76 | 0.41 |
| Hex | B8 | 19 | 65 | 0 | 56 | 2D | 1C | 14B | 4C | 29 |
| Octal | 270 | 31 | 145 | 0 | 126 | 55 | 34 | 513 | 114 | 51 |
| Binary | 10111000 | 11001 | 1100101 | 0 | 1010110 | 101101 | 11100 | 101001011 | 1001100 | 101001 |
Color Harmonies of #B81965
Complementary color
Monochromatic Colors of #B81965
Black with #B81965
Text Example
Text Example
White with #B81965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81965; }
p { color: rgb(184,25,101); }
H1.HeaderClassName
{
color: #B81965;
}
.AnyTagClassName
{
color: #B81965;
}
</style>
background-color css
<style>
a { background-color: #B81965; }
a { background-color: rgb(184,25,101); }
div.DivClassName
{
background-color: #B81965;
}
.BgClassName
{
background-color: #B81965;
}
</style>
border-color css
<style>
span { border-color: #B81965; }
span { border-color: rgb(184,25,101); }
td.TdClassName
{
border-color: #B81965;
}
.TagClassName
{
border-color: #B81965;
}
</style>