Shades of Jazzberry Jam #B9125B
Tints of Jazzberry Jam #B9125B
RGB
CMYK
RGB Variations
Color information
#B9125B (or 0xB9125B) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 5B. RGB value is (185,18,91). Sum of RGB (Red+Green+Blue) = 185+18+91=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9125B is #46EDA4. Grayscale: #4C4C4C. Windows color (decimal): -4648357 or 5968569. OLE color: 5968569.
HSL color Cylindrical-coordinate representation of color #B9125B: hue angle of 333.77º 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 #B9125B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 91 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.27 |
| HSL | 333.77º | 0.82% | 0.4% | - |
| HSV(B) | 333.77º | 0.9% | 0.73% | - |
| XYZ | 22.11 | 11.5 | 10.95 | - |
| YUV | 76.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 91 | 0 | 0.90 | 0.51 | 0.27 | 333.77 | 0.82 | 0.4 |
| Hex | B9 | 12 | 5B | 0 | 5A | 33 | 1B | 14E | 52 | 28 |
| Octal | 271 | 22 | 133 | 0 | 132 | 63 | 33 | 516 | 122 | 50 |
| Binary | 10111001 | 10010 | 1011011 | 0 | 1011010 | 110011 | 11011 | 101001110 | 1010010 | 101000 |
Color Harmonies of #B9125B
Complementary color
Monochromatic Colors of #B9125B
Black with #B9125B
Text Example
Text Example
White with #B9125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9125B; }
p { color: rgb(185,18,91); }
H1.HeaderClassName
{
color: #B9125B;
}
.AnyTagClassName
{
color: #B9125B;
}
</style>
background-color css
<style>
a { background-color: #B9125B; }
a { background-color: rgb(185,18,91); }
div.DivClassName
{
background-color: #B9125B;
}
.BgClassName
{
background-color: #B9125B;
}
</style>
border-color css
<style>
span { border-color: #B9125B; }
span { border-color: rgb(185,18,91); }
td.TdClassName
{
border-color: #B9125B;
}
.TagClassName
{
border-color: #B9125B;
}
</style>