Shades of Jazzberry Jam #B9126B
Tints of Jazzberry Jam #B9126B
RGB
CMYK
RGB Variations
Color information
#B9126B (or 0xB9126B) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 6B. RGB value is (185,18,107). Sum of RGB (Red+Green+Blue) = 185+18+107=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9126B is #46ED94. Grayscale: #4D4D4D. Windows color (decimal): -4648341 or 7017145. OLE color: 7017145.
HSL color Cylindrical-coordinate representation of color #B9126B: hue angle of 328.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9126B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 107 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.27 |
| HSL | 328.02º | 0.82% | 0.4% | - |
| HSV(B) | 328.02º | 0.9% | 0.73% | - |
| XYZ | 22.88 | 11.81 | 14.98 | - |
| YUV | 78.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 107 | 0 | 0.90 | 0.42 | 0.27 | 328.02 | 0.82 | 0.4 |
| Hex | B9 | 12 | 6B | 0 | 5A | 2A | 1B | 148 | 52 | 28 |
| Octal | 271 | 22 | 153 | 0 | 132 | 52 | 33 | 510 | 122 | 50 |
| Binary | 10111001 | 10010 | 1101011 | 0 | 1011010 | 101010 | 11011 | 101001000 | 1010010 | 101000 |
Color Harmonies of #B9126B
Complementary color
Monochromatic Colors of #B9126B
Black with #B9126B
Text Example
Text Example
White with #B9126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9126B; }
p { color: rgb(185,18,107); }
H1.HeaderClassName
{
color: #B9126B;
}
.AnyTagClassName
{
color: #B9126B;
}
</style>
background-color css
<style>
a { background-color: #B9126B; }
a { background-color: rgb(185,18,107); }
div.DivClassName
{
background-color: #B9126B;
}
.BgClassName
{
background-color: #B9126B;
}
</style>
border-color css
<style>
span { border-color: #B9126B; }
span { border-color: rgb(185,18,107); }
td.TdClassName
{
border-color: #B9126B;
}
.TagClassName
{
border-color: #B9126B;
}
</style>