Shades of Jazzberry Jam #B4166C
Tints of Jazzberry Jam #B4166C
RGB
CMYK
RGB Variations
Color information
#B4166C (or 0xB4166C) is known color: Jazzberry Jam. HEX triplet: B4, 16 and 6C. RGB value is (180,22,108). Sum of RGB (Red+Green+Blue) = 180+22+108=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4166C is #4BE993. Grayscale: #4E4E4E. Windows color (decimal): -4974996 or 7083700. OLE color: 7083700.
HSL color Cylindrical-coordinate representation of color #B4166C: hue angle of 327.34º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4166C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.29 |
| HSL | 327.34º | 0.78% | 0.4% | - |
| HSV(B) | 327.34º | 0.88% | 0.71% | - |
| XYZ | 21.82 | 11.36 | 15.23 | - |
| YUV | 79.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 108 | 0 | 0.88 | 0.40 | 0.29 | 327.34 | 0.78 | 0.4 |
| Hex | B4 | 16 | 6C | 0 | 58 | 28 | 1D | 147 | 4E | 28 |
| Octal | 264 | 26 | 154 | 0 | 130 | 50 | 35 | 507 | 116 | 50 |
| Binary | 10110100 | 10110 | 1101100 | 0 | 1011000 | 101000 | 11101 | 101000111 | 1001110 | 101000 |
Color Harmonies of #B4166C
Complementary color
Monochromatic Colors of #B4166C
Black with #B4166C
Text Example
Text Example
White with #B4166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4166C; }
p { color: rgb(180,22,108); }
H1.HeaderClassName
{
color: #B4166C;
}
.AnyTagClassName
{
color: #B4166C;
}
</style>
background-color css
<style>
a { background-color: #B4166C; }
a { background-color: rgb(180,22,108); }
div.DivClassName
{
background-color: #B4166C;
}
.BgClassName
{
background-color: #B4166C;
}
</style>
border-color css
<style>
span { border-color: #B4166C; }
span { border-color: rgb(180,22,108); }
td.TdClassName
{
border-color: #B4166C;
}
.TagClassName
{
border-color: #B4166C;
}
</style>