Shades of Jazzberry Jam #B9126C
Tints of Jazzberry Jam #B9126C
RGB
CMYK
RGB Variations
Color information
#B9126C (or 0xB9126C) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 6C. RGB value is (185,18,108). Sum of RGB (Red+Green+Blue) = 185+18+108=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9126C is #46ED93. Grayscale: #4E4E4E. Windows color (decimal): -4648340 or 7082681. OLE color: 7082681.
HSL color Cylindrical-coordinate representation of color #B9126C: hue angle of 327.66º 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 #B9126C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 108 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.27 |
| HSL | 327.66º | 0.82% | 0.4% | - |
| HSV(B) | 327.66º | 0.9% | 0.73% | - |
| XYZ | 22.93 | 11.83 | 15.26 | - |
| YUV | 78.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 108 | 0 | 0.90 | 0.42 | 0.27 | 327.66 | 0.82 | 0.4 |
| Hex | B9 | 12 | 6C | 0 | 5A | 2A | 1B | 148 | 52 | 28 |
| Octal | 271 | 22 | 154 | 0 | 132 | 52 | 33 | 510 | 122 | 50 |
| Binary | 10111001 | 10010 | 1101100 | 0 | 1011010 | 101010 | 11011 | 101001000 | 1010010 | 101000 |
Color Harmonies of #B9126C
Complementary color
Monochromatic Colors of #B9126C
Black with #B9126C
Text Example
Text Example
White with #B9126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9126C; }
p { color: rgb(185,18,108); }
H1.HeaderClassName
{
color: #B9126C;
}
.AnyTagClassName
{
color: #B9126C;
}
</style>
background-color css
<style>
a { background-color: #B9126C; }
a { background-color: rgb(185,18,108); }
div.DivClassName
{
background-color: #B9126C;
}
.BgClassName
{
background-color: #B9126C;
}
</style>
border-color css
<style>
span { border-color: #B9126C; }
span { border-color: rgb(185,18,108); }
td.TdClassName
{
border-color: #B9126C;
}
.TagClassName
{
border-color: #B9126C;
}
</style>