Shades of Jazzberry Jam #B7126F
Tints of Jazzberry Jam #B7126F
RGB
CMYK
RGB Variations
Color information
#B7126F (or 0xB7126F) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 6F. RGB value is (183,18,111). Sum of RGB (Red+Green+Blue) = 183+18+111=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126F is #48ED90. Grayscale: #4D4D4D. Windows color (decimal): -4779409 or 7279287. OLE color: 7279287.
HSL color Cylindrical-coordinate representation of color #B7126F: hue angle of 326.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7126F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 111 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.28 |
| HSL | 326.18º | 0.82% | 0.39% | - |
| HSV(B) | 326.18º | 0.9% | 0.72% | - |
| XYZ | 22.61 | 11.65 | 16.1 | - |
| YUV | 77.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 111 | 0 | 0.90 | 0.39 | 0.28 | 326.18 | 0.82 | 0.39 |
| Hex | B7 | 12 | 6F | 0 | 5A | 27 | 1C | 146 | 52 | 27 |
| Octal | 267 | 22 | 157 | 0 | 132 | 47 | 34 | 506 | 122 | 47 |
| Binary | 10110111 | 10010 | 1101111 | 0 | 1011010 | 100111 | 11100 | 101000110 | 1010010 | 100111 |
Color Harmonies of #B7126F
Complementary color
Monochromatic Colors of #B7126F
Black with #B7126F
Text Example
Text Example
White with #B7126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7126F; }
p { color: rgb(183,18,111); }
H1.HeaderClassName
{
color: #B7126F;
}
.AnyTagClassName
{
color: #B7126F;
}
</style>
background-color css
<style>
a { background-color: #B7126F; }
a { background-color: rgb(183,18,111); }
div.DivClassName
{
background-color: #B7126F;
}
.BgClassName
{
background-color: #B7126F;
}
</style>
border-color css
<style>
span { border-color: #B7126F; }
span { border-color: rgb(183,18,111); }
td.TdClassName
{
border-color: #B7126F;
}
.TagClassName
{
border-color: #B7126F;
}
</style>