Shades of Jazzberry Jam #B9165E
Tints of Jazzberry Jam #B9165E
RGB
CMYK
RGB Variations
Color information
#B9165E (or 0xB9165E) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 5E. RGB value is (185,22,94). Sum of RGB (Red+Green+Blue) = 185+22+94=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9165E is #46E9A1. Grayscale: #4E4E4E. Windows color (decimal): -4647330 or 6166201. OLE color: 6166201.
HSL color Cylindrical-coordinate representation of color #B9165E: hue angle of 333.5º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9165E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 94 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.27 |
| HSL | 333.5º | 0.79% | 0.41% | - |
| HSV(B) | 333.5º | 0.88% | 0.73% | - |
| XYZ | 22.31 | 11.7 | 11.67 | - |
| YUV | 78.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 94 | 0 | 0.88 | 0.49 | 0.27 | 333.5 | 0.79 | 0.41 |
| Hex | B9 | 16 | 5E | 0 | 58 | 31 | 1B | 14D | 4F | 29 |
| Octal | 271 | 26 | 136 | 0 | 130 | 61 | 33 | 515 | 117 | 51 |
| Binary | 10111001 | 10110 | 1011110 | 0 | 1011000 | 110001 | 11011 | 101001101 | 1001111 | 101001 |
Color Harmonies of #B9165E
Complementary color
Monochromatic Colors of #B9165E
Black with #B9165E
Text Example
Text Example
White with #B9165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9165E; }
p { color: rgb(185,22,94); }
H1.HeaderClassName
{
color: #B9165E;
}
.AnyTagClassName
{
color: #B9165E;
}
</style>
background-color css
<style>
a { background-color: #B9165E; }
a { background-color: rgb(185,22,94); }
div.DivClassName
{
background-color: #B9165E;
}
.BgClassName
{
background-color: #B9165E;
}
</style>
border-color css
<style>
span { border-color: #B9165E; }
span { border-color: rgb(185,22,94); }
td.TdClassName
{
border-color: #B9165E;
}
.TagClassName
{
border-color: #B9165E;
}
</style>