Shades of Jazzberry Jam #B71466
Tints of Jazzberry Jam #B71466
RGB
CMYK
RGB Variations
Color information
#B71466 (or 0xB71466) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 66. RGB value is (183,20,102). Sum of RGB (Red+Green+Blue) = 183+20+102=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B71466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71466 is #48EB99. Grayscale: #4D4D4D. Windows color (decimal): -4778906 or 6689975. OLE color: 6689975.
HSL color Cylindrical-coordinate representation of color #B71466: hue angle of 329.82º 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 #B71466 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 102 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.28 |
| HSL | 329.82º | 0.8% | 0.4% | - |
| HSV(B) | 329.82º | 0.89% | 0.72% | - |
| XYZ | 22.18 | 11.53 | 13.63 | - |
| YUV | 78.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 102 | 0 | 0.89 | 0.44 | 0.28 | 329.82 | 0.8 | 0.4 |
| Hex | B7 | 14 | 66 | 0 | 59 | 2C | 1C | 14A | 50 | 28 |
| Octal | 267 | 24 | 146 | 0 | 131 | 54 | 34 | 512 | 120 | 50 |
| Binary | 10110111 | 10100 | 1100110 | 0 | 1011001 | 101100 | 11100 | 101001010 | 1010000 | 101000 |
Color Harmonies of #B71466
Complementary color
Monochromatic Colors of #B71466
Black with #B71466
Text Example
Text Example
White with #B71466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71466; }
p { color: rgb(183,20,102); }
H1.HeaderClassName
{
color: #B71466;
}
.AnyTagClassName
{
color: #B71466;
}
</style>
background-color css
<style>
a { background-color: #B71466; }
a { background-color: rgb(183,20,102); }
div.DivClassName
{
background-color: #B71466;
}
.BgClassName
{
background-color: #B71466;
}
</style>
border-color css
<style>
span { border-color: #B71466; }
span { border-color: rgb(183,20,102); }
td.TdClassName
{
border-color: #B71466;
}
.TagClassName
{
border-color: #B71466;
}
</style>