Shades of Jazzberry Jam #B9185E
Tints of Jazzberry Jam #B9185E
RGB
CMYK
RGB Variations
Color information
#B9185E (or 0xB9185E) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 5E. RGB value is (185,24,94). Sum of RGB (Red+Green+Blue) = 185+24+94=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9185E is #46E7A1. Grayscale: #505050. Windows color (decimal): -4646818 or 6166713. OLE color: 6166713.
HSL color Cylindrical-coordinate representation of color #B9185E: hue angle of 333.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9185E is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 94 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.27 |
| HSL | 333.91º | 0.77% | 0.41% | - |
| HSV(B) | 333.91º | 0.87% | 0.73% | - |
| XYZ | 22.35 | 11.78 | 11.68 | - |
| YUV | 80.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 94 | 0 | 0.87 | 0.49 | 0.27 | 333.91 | 0.77 | 0.41 |
| Hex | B9 | 18 | 5E | 0 | 57 | 31 | 1B | 14E | 4D | 29 |
| Octal | 271 | 30 | 136 | 0 | 127 | 61 | 33 | 516 | 115 | 51 |
| Binary | 10111001 | 11000 | 1011110 | 0 | 1010111 | 110001 | 11011 | 101001110 | 1001101 | 101001 |
Color Harmonies of #B9185E
Complementary color
Monochromatic Colors of #B9185E
Black with #B9185E
Text Example
Text Example
White with #B9185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9185E; }
p { color: rgb(185,24,94); }
H1.HeaderClassName
{
color: #B9185E;
}
.AnyTagClassName
{
color: #B9185E;
}
</style>
background-color css
<style>
a { background-color: #B9185E; }
a { background-color: rgb(185,24,94); }
div.DivClassName
{
background-color: #B9185E;
}
.BgClassName
{
background-color: #B9185E;
}
</style>
border-color css
<style>
span { border-color: #B9185E; }
span { border-color: rgb(185,24,94); }
td.TdClassName
{
border-color: #B9185E;
}
.TagClassName
{
border-color: #B9185E;
}
</style>