Shades of Jazzberry Jam #B9115F
Tints of Jazzberry Jam #B9115F
RGB
CMYK
RGB Variations
Color information
#B9115F (or 0xB9115F) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 5F. RGB value is (185,17,95). Sum of RGB (Red+Green+Blue) = 185+17+95=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9115F is #46EEA0. Grayscale: #4B4B4B. Windows color (decimal): -4648609 or 6230457. OLE color: 6230457.
HSL color Cylindrical-coordinate representation of color #B9115F: hue angle of 332.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9115F is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 95 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.27 |
| HSL | 332.14º | 0.83% | 0.4% | - |
| HSV(B) | 332.14º | 0.91% | 0.73% | - |
| XYZ | 22.27 | 11.54 | 11.88 | - |
| YUV | 76.12 | 138.66 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 95 | 0 | 0.91 | 0.49 | 0.27 | 332.14 | 0.83 | 0.4 |
| Hex | B9 | 11 | 5F | 0 | 5B | 31 | 1B | 14C | 53 | 28 |
| Octal | 271 | 21 | 137 | 0 | 133 | 61 | 33 | 514 | 123 | 50 |
| Binary | 10111001 | 10001 | 1011111 | 0 | 1011011 | 110001 | 11011 | 101001100 | 1010011 | 101000 |
Color Harmonies of #B9115F
Complementary color
Monochromatic Colors of #B9115F
Black with #B9115F
Text Example
Text Example
White with #B9115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9115F; }
p { color: rgb(185,17,95); }
H1.HeaderClassName
{
color: #B9115F;
}
.AnyTagClassName
{
color: #B9115F;
}
</style>
background-color css
<style>
a { background-color: #B9115F; }
a { background-color: rgb(185,17,95); }
div.DivClassName
{
background-color: #B9115F;
}
.BgClassName
{
background-color: #B9115F;
}
</style>
border-color css
<style>
span { border-color: #B9115F; }
span { border-color: rgb(185,17,95); }
td.TdClassName
{
border-color: #B9115F;
}
.TagClassName
{
border-color: #B9115F;
}
</style>