Shades of Jazzberry Jam #B5166D
Tints of Jazzberry Jam #B5166D
RGB
CMYK
RGB Variations
Color information
#B5166D (or 0xB5166D) is known color: Jazzberry Jam. HEX triplet: B5, 16 and 6D. RGB value is (181,22,109). Sum of RGB (Red+Green+Blue) = 181+22+109=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5166D is #4AE992. Grayscale: #4F4F4F. Windows color (decimal): -4909459 or 7149237. OLE color: 7149237.
HSL color Cylindrical-coordinate representation of color #B5166D: hue angle of 327.17º 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 #B5166D is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 109 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.29 |
| HSL | 327.17º | 0.78% | 0.4% | - |
| HSV(B) | 327.17º | 0.88% | 0.71% | - |
| XYZ | 22.1 | 11.5 | 15.52 | - |
| YUV | 79.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 109 | 0 | 0.88 | 0.40 | 0.29 | 327.17 | 0.78 | 0.4 |
| Hex | B5 | 16 | 6D | 0 | 58 | 28 | 1D | 147 | 4E | 28 |
| Octal | 265 | 26 | 155 | 0 | 130 | 50 | 35 | 507 | 116 | 50 |
| Binary | 10110101 | 10110 | 1101101 | 0 | 1011000 | 101000 | 11101 | 101000111 | 1001110 | 101000 |
Color Harmonies of #B5166D
Complementary color
Monochromatic Colors of #B5166D
Black with #B5166D
Text Example
Text Example
White with #B5166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5166D; }
p { color: rgb(181,22,109); }
H1.HeaderClassName
{
color: #B5166D;
}
.AnyTagClassName
{
color: #B5166D;
}
</style>
background-color css
<style>
a { background-color: #B5166D; }
a { background-color: rgb(181,22,109); }
div.DivClassName
{
background-color: #B5166D;
}
.BgClassName
{
background-color: #B5166D;
}
</style>
border-color css
<style>
span { border-color: #B5166D; }
span { border-color: rgb(181,22,109); }
td.TdClassName
{
border-color: #B5166D;
}
.TagClassName
{
border-color: #B5166D;
}
</style>