Shades of Jazzberry Jam #B81063
Tints of Jazzberry Jam #B81063
RGB
CMYK
RGB Variations
Color information
#B81063 (or 0xB81063) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 63. RGB value is (184,16,99). Sum of RGB (Red+Green+Blue) = 184+16+99=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B81063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81063 is #47EF9C. Grayscale: #4B4B4B. Windows color (decimal): -4714397 or 6492344. OLE color: 6492344.
HSL color Cylindrical-coordinate representation of color #B81063: hue angle of 330.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81063 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 99 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.28 |
| HSL | 330.36º | 0.84% | 0.39% | - |
| HSV(B) | 330.36º | 0.91% | 0.72% | - |
| XYZ | 22.2 | 11.46 | 12.85 | - |
| YUV | 75.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 99 | 0 | 0.91 | 0.46 | 0.28 | 330.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | 63 | 0 | 5B | 2E | 1C | 14A | 54 | 27 |
| Octal | 270 | 20 | 143 | 0 | 133 | 56 | 34 | 512 | 124 | 47 |
| Binary | 10111000 | 10000 | 1100011 | 0 | 1011011 | 101110 | 11100 | 101001010 | 1010100 | 100111 |
Color Harmonies of #B81063
Complementary color
Monochromatic Colors of #B81063
Black with #B81063
Text Example
Text Example
White with #B81063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81063; }
p { color: rgb(184,16,99); }
H1.HeaderClassName
{
color: #B81063;
}
.AnyTagClassName
{
color: #B81063;
}
</style>
background-color css
<style>
a { background-color: #B81063; }
a { background-color: rgb(184,16,99); }
div.DivClassName
{
background-color: #B81063;
}
.BgClassName
{
background-color: #B81063;
}
</style>
border-color css
<style>
span { border-color: #B81063; }
span { border-color: rgb(184,16,99); }
td.TdClassName
{
border-color: #B81063;
}
.TagClassName
{
border-color: #B81063;
}
</style>