Shades of Jazzberry Jam #B0166B
Tints of Jazzberry Jam #B0166B
RGB
CMYK
RGB Variations
Color information
#B0166B (or 0xB0166B) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 6B. RGB value is (176,22,107). Sum of RGB (Red+Green+Blue) = 176+22+107=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0166B is #4FE994. Grayscale: #4D4D4D. Windows color (decimal): -5237141 or 7018160. OLE color: 7018160.
HSL color Cylindrical-coordinate representation of color #B0166B: hue angle of 326.88º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0166B is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 107 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.31 |
| HSL | 326.88º | 0.78% | 0.39% | - |
| HSV(B) | 326.88º | 0.88% | 0.69% | - |
| XYZ | 20.85 | 10.87 | 14.91 | - |
| YUV | 77.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 107 | 0 | 0.88 | 0.39 | 0.31 | 326.88 | 0.78 | 0.39 |
| Hex | B0 | 16 | 6B | 0 | 58 | 27 | 1F | 147 | 4E | 27 |
| Octal | 260 | 26 | 153 | 0 | 130 | 47 | 37 | 507 | 116 | 47 |
| Binary | 10110000 | 10110 | 1101011 | 0 | 1011000 | 100111 | 11111 | 101000111 | 1001110 | 100111 |
Color Harmonies of #B0166B
Complementary color
Monochromatic Colors of #B0166B
Black with #B0166B
Text Example
Text Example
White with #B0166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0166B; }
p { color: rgb(176,22,107); }
H1.HeaderClassName
{
color: #B0166B;
}
.AnyTagClassName
{
color: #B0166B;
}
</style>
background-color css
<style>
a { background-color: #B0166B; }
a { background-color: rgb(176,22,107); }
div.DivClassName
{
background-color: #B0166B;
}
.BgClassName
{
background-color: #B0166B;
}
</style>
border-color css
<style>
span { border-color: #B0166B; }
span { border-color: rgb(176,22,107); }
td.TdClassName
{
border-color: #B0166B;
}
.TagClassName
{
border-color: #B0166B;
}
</style>