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