Shades of Jazzberry Jam #B9105E
Tints of Jazzberry Jam #B9105E
RGB
CMYK
RGB Variations
Color information
#B9105E (or 0xB9105E) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 5E. RGB value is (185,16,94). Sum of RGB (Red+Green+Blue) = 185+16+94=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9105E is #46EFA1. Grayscale: #4B4B4B. Windows color (decimal): -4648866 or 6164665. OLE color: 6164665.
HSL color Cylindrical-coordinate representation of color #B9105E: hue angle of 332.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9105E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 94 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.27 |
| HSL | 332.31º | 0.84% | 0.39% | - |
| HSV(B) | 332.31º | 0.91% | 0.73% | - |
| XYZ | 22.21 | 11.49 | 11.64 | - |
| YUV | 75.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 94 | 0 | 0.91 | 0.49 | 0.27 | 332.31 | 0.84 | 0.39 |
| Hex | B9 | 10 | 5E | 0 | 5B | 31 | 1B | 14C | 54 | 27 |
| Octal | 271 | 20 | 136 | 0 | 133 | 61 | 33 | 514 | 124 | 47 |
| Binary | 10111001 | 10000 | 1011110 | 0 | 1011011 | 110001 | 11011 | 101001100 | 1010100 | 100111 |
Color Harmonies of #B9105E
Complementary color
Monochromatic Colors of #B9105E
Black with #B9105E
Text Example
Text Example
White with #B9105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9105E; }
p { color: rgb(185,16,94); }
H1.HeaderClassName
{
color: #B9105E;
}
.AnyTagClassName
{
color: #B9105E;
}
</style>
background-color css
<style>
a { background-color: #B9105E; }
a { background-color: rgb(185,16,94); }
div.DivClassName
{
background-color: #B9105E;
}
.BgClassName
{
background-color: #B9105E;
}
</style>
border-color css
<style>
span { border-color: #B9105E; }
span { border-color: rgb(185,16,94); }
td.TdClassName
{
border-color: #B9105E;
}
.TagClassName
{
border-color: #B9105E;
}
</style>