Shades of Jazzberry Jam #B7146F
Tints of Jazzberry Jam #B7146F
RGB
CMYK
RGB Variations
Color information
#B7146F (or 0xB7146F) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 6F. RGB value is (183,20,111). Sum of RGB (Red+Green+Blue) = 183+20+111=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7146F is #48EB90. Grayscale: #4E4E4E. Windows color (decimal): -4778897 or 7279799. OLE color: 7279799.
HSL color Cylindrical-coordinate representation of color #B7146F: hue angle of 326.5º 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 #B7146F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 111 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.28 |
| HSL | 326.5º | 0.8% | 0.4% | - |
| HSV(B) | 326.5º | 0.89% | 0.72% | - |
| XYZ | 22.65 | 11.72 | 16.11 | - |
| YUV | 79.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 111 | 0 | 0.89 | 0.39 | 0.28 | 326.5 | 0.8 | 0.4 |
| Hex | B7 | 14 | 6F | 0 | 59 | 27 | 1C | 147 | 50 | 28 |
| Octal | 267 | 24 | 157 | 0 | 131 | 47 | 34 | 507 | 120 | 50 |
| Binary | 10110111 | 10100 | 1101111 | 0 | 1011001 | 100111 | 11100 | 101000111 | 1010000 | 101000 |
Color Harmonies of #B7146F
Complementary color
Monochromatic Colors of #B7146F
Black with #B7146F
Text Example
Text Example
White with #B7146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7146F; }
p { color: rgb(183,20,111); }
H1.HeaderClassName
{
color: #B7146F;
}
.AnyTagClassName
{
color: #B7146F;
}
</style>
background-color css
<style>
a { background-color: #B7146F; }
a { background-color: rgb(183,20,111); }
div.DivClassName
{
background-color: #B7146F;
}
.BgClassName
{
background-color: #B7146F;
}
</style>
border-color css
<style>
span { border-color: #B7146F; }
span { border-color: rgb(183,20,111); }
td.TdClassName
{
border-color: #B7146F;
}
.TagClassName
{
border-color: #B7146F;
}
</style>