Shades of Jazzberry Jam #B7146E
Tints of Jazzberry Jam #B7146E
RGB
CMYK
RGB Variations
Color information
#B7146E (or 0xB7146E) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 6E. RGB value is (183,20,110). Sum of RGB (Red+Green+Blue) = 183+20+110=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7146E is #48EB91. Grayscale: #4E4E4E. Windows color (decimal): -4778898 or 7214263. OLE color: 7214263.
HSL color Cylindrical-coordinate representation of color #B7146E: hue angle of 326.87º 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 #B7146E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 110 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.28 |
| HSL | 326.87º | 0.8% | 0.4% | - |
| HSV(B) | 326.87º | 0.89% | 0.72% | - |
| XYZ | 22.59 | 11.69 | 15.82 | - |
| YUV | 79 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 110 | 0 | 0.89 | 0.40 | 0.28 | 326.87 | 0.8 | 0.4 |
| Hex | B7 | 14 | 6E | 0 | 59 | 28 | 1C | 147 | 50 | 28 |
| Octal | 267 | 24 | 156 | 0 | 131 | 50 | 34 | 507 | 120 | 50 |
| Binary | 10110111 | 10100 | 1101110 | 0 | 1011001 | 101000 | 11100 | 101000111 | 1010000 | 101000 |
Color Harmonies of #B7146E
Complementary color
Monochromatic Colors of #B7146E
Black with #B7146E
Text Example
Text Example
White with #B7146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7146E; }
p { color: rgb(183,20,110); }
H1.HeaderClassName
{
color: #B7146E;
}
.AnyTagClassName
{
color: #B7146E;
}
</style>
background-color css
<style>
a { background-color: #B7146E; }
a { background-color: rgb(183,20,110); }
div.DivClassName
{
background-color: #B7146E;
}
.BgClassName
{
background-color: #B7146E;
}
</style>
border-color css
<style>
span { border-color: #B7146E; }
span { border-color: rgb(183,20,110); }
td.TdClassName
{
border-color: #B7146E;
}
.TagClassName
{
border-color: #B7146E;
}
</style>