Shades of Jazzberry Jam #B81566
Tints of Jazzberry Jam #B81566
RGB
CMYK
RGB Variations
Color information
#B81566 (or 0xB81566) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 66. RGB value is (184,21,102). Sum of RGB (Red+Green+Blue) = 184+21+102=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B81566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81566 is #47EA99. Grayscale: #4E4E4E. Windows color (decimal): -4713114 or 6690232. OLE color: 6690232.
HSL color Cylindrical-coordinate representation of color #B81566: hue angle of 330.18º 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 #B81566 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 102 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.28 |
| HSL | 330.18º | 0.8% | 0.4% | - |
| HSV(B) | 330.18º | 0.89% | 0.72% | - |
| XYZ | 22.43 | 11.69 | 13.64 | - |
| YUV | 78.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 102 | 0 | 0.89 | 0.45 | 0.28 | 330.18 | 0.8 | 0.4 |
| Hex | B8 | 15 | 66 | 0 | 59 | 2D | 1C | 14A | 50 | 28 |
| Octal | 270 | 25 | 146 | 0 | 131 | 55 | 34 | 512 | 120 | 50 |
| Binary | 10111000 | 10101 | 1100110 | 0 | 1011001 | 101101 | 11100 | 101001010 | 1010000 | 101000 |
Color Harmonies of #B81566
Complementary color
Monochromatic Colors of #B81566
Black with #B81566
Text Example
Text Example
White with #B81566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81566; }
p { color: rgb(184,21,102); }
H1.HeaderClassName
{
color: #B81566;
}
.AnyTagClassName
{
color: #B81566;
}
</style>
background-color css
<style>
a { background-color: #B81566; }
a { background-color: rgb(184,21,102); }
div.DivClassName
{
background-color: #B81566;
}
.BgClassName
{
background-color: #B81566;
}
</style>
border-color css
<style>
span { border-color: #B81566; }
span { border-color: rgb(184,21,102); }
td.TdClassName
{
border-color: #B81566;
}
.TagClassName
{
border-color: #B81566;
}
</style>