Shades of Jazzberry Jam #B71467
Tints of Jazzberry Jam #B71467
RGB
CMYK
RGB Variations
Color information
#B71467 (or 0xB71467) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 67. RGB value is (183,20,103). Sum of RGB (Red+Green+Blue) = 183+20+103=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71467 is #48EB98. Grayscale: #4E4E4E. Windows color (decimal): -4778905 or 6755511. OLE color: 6755511.
HSL color Cylindrical-coordinate representation of color #B71467: hue angle of 329.45º 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 #B71467 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 103 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.28 |
| HSL | 329.45º | 0.8% | 0.4% | - |
| HSV(B) | 329.45º | 0.89% | 0.72% | - |
| XYZ | 22.23 | 11.55 | 13.89 | - |
| YUV | 78.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 103 | 0 | 0.89 | 0.44 | 0.28 | 329.45 | 0.8 | 0.4 |
| Hex | B7 | 14 | 67 | 0 | 59 | 2C | 1C | 149 | 50 | 28 |
| Octal | 267 | 24 | 147 | 0 | 131 | 54 | 34 | 511 | 120 | 50 |
| Binary | 10110111 | 10100 | 1100111 | 0 | 1011001 | 101100 | 11100 | 101001001 | 1010000 | 101000 |
Color Harmonies of #B71467
Complementary color
Monochromatic Colors of #B71467
Black with #B71467
Text Example
Text Example
White with #B71467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71467; }
p { color: rgb(183,20,103); }
H1.HeaderClassName
{
color: #B71467;
}
.AnyTagClassName
{
color: #B71467;
}
</style>
background-color css
<style>
a { background-color: #B71467; }
a { background-color: rgb(183,20,103); }
div.DivClassName
{
background-color: #B71467;
}
.BgClassName
{
background-color: #B71467;
}
</style>
border-color css
<style>
span { border-color: #B71467; }
span { border-color: rgb(183,20,103); }
td.TdClassName
{
border-color: #B71467;
}
.TagClassName
{
border-color: #B71467;
}
</style>