Shades of Jazzberry Jam #B9186B
Tints of Jazzberry Jam #B9186B
RGB
CMYK
RGB Variations
Color information
#B9186B (or 0xB9186B) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 6B. RGB value is (185,24,107). Sum of RGB (Red+Green+Blue) = 185+24+107=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9186B is #46E794. Grayscale: #515151. Windows color (decimal): -4646805 or 7018681. OLE color: 7018681.
HSL color Cylindrical-coordinate representation of color #B9186B: hue angle of 329.07º 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 #B9186B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.27 |
| HSL | 329.07º | 0.77% | 0.41% | - |
| HSV(B) | 329.07º | 0.87% | 0.73% | - |
| XYZ | 22.99 | 12.03 | 15.02 | - |
| YUV | 81.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 107 | 0 | 0.87 | 0.42 | 0.27 | 329.07 | 0.77 | 0.41 |
| Hex | B9 | 18 | 6B | 0 | 57 | 2A | 1B | 149 | 4D | 29 |
| Octal | 271 | 30 | 153 | 0 | 127 | 52 | 33 | 511 | 115 | 51 |
| Binary | 10111001 | 11000 | 1101011 | 0 | 1010111 | 101010 | 11011 | 101001001 | 1001101 | 101001 |
Color Harmonies of #B9186B
Complementary color
Monochromatic Colors of #B9186B
Black with #B9186B
Text Example
Text Example
White with #B9186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9186B; }
p { color: rgb(185,24,107); }
H1.HeaderClassName
{
color: #B9186B;
}
.AnyTagClassName
{
color: #B9186B;
}
</style>
background-color css
<style>
a { background-color: #B9186B; }
a { background-color: rgb(185,24,107); }
div.DivClassName
{
background-color: #B9186B;
}
.BgClassName
{
background-color: #B9186B;
}
</style>
border-color css
<style>
span { border-color: #B9186B; }
span { border-color: rgb(185,24,107); }
td.TdClassName
{
border-color: #B9186B;
}
.TagClassName
{
border-color: #B9186B;
}
</style>