Shades of Jazzberry Jam #B9146B
Tints of Jazzberry Jam #B9146B
RGB
CMYK
RGB Variations
Color information
#B9146B (or 0xB9146B) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 6B. RGB value is (185,20,107). Sum of RGB (Red+Green+Blue) = 185+20+107=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9146B is #46EB94. Grayscale: #4F4F4F. Windows color (decimal): -4647829 or 7017657. OLE color: 7017657.
HSL color Cylindrical-coordinate representation of color #B9146B: hue angle of 328.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9146B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 107 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.27 |
| HSL | 328.36º | 0.8% | 0.4% | - |
| HSV(B) | 328.36º | 0.89% | 0.73% | - |
| XYZ | 22.91 | 11.88 | 14.99 | - |
| YUV | 79.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 107 | 0 | 0.89 | 0.42 | 0.27 | 328.36 | 0.8 | 0.4 |
| Hex | B9 | 14 | 6B | 0 | 59 | 2A | 1B | 148 | 50 | 28 |
| Octal | 271 | 24 | 153 | 0 | 131 | 52 | 33 | 510 | 120 | 50 |
| Binary | 10111001 | 10100 | 1101011 | 0 | 1011001 | 101010 | 11011 | 101001000 | 1010000 | 101000 |
Color Harmonies of #B9146B
Complementary color
Monochromatic Colors of #B9146B
Black with #B9146B
Text Example
Text Example
White with #B9146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9146B; }
p { color: rgb(185,20,107); }
H1.HeaderClassName
{
color: #B9146B;
}
.AnyTagClassName
{
color: #B9146B;
}
</style>
background-color css
<style>
a { background-color: #B9146B; }
a { background-color: rgb(185,20,107); }
div.DivClassName
{
background-color: #B9146B;
}
.BgClassName
{
background-color: #B9146B;
}
</style>
border-color css
<style>
span { border-color: #B9146B; }
span { border-color: rgb(185,20,107); }
td.TdClassName
{
border-color: #B9146B;
}
.TagClassName
{
border-color: #B9146B;
}
</style>