Shades of Jazzberry Jam #B1126B
Tints of Jazzberry Jam #B1126B
RGB
CMYK
RGB Variations
Color information
#B1126B (or 0xB1126B) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 6B. RGB value is (177,18,107). Sum of RGB (Red+Green+Blue) = 177+18+107=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1126B is #4EED94. Grayscale: #4B4B4B. Windows color (decimal): -5172629 or 7017137. OLE color: 7017137.
HSL color Cylindrical-coordinate representation of color #B1126B: hue angle of 326.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1126B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 107 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.31 |
| HSL | 326.42º | 0.82% | 0.38% | - |
| HSV(B) | 326.42º | 0.9% | 0.69% | - |
| XYZ | 21 | 10.84 | 14.9 | - |
| YUV | 75.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 107 | 0 | 0.90 | 0.40 | 0.31 | 326.42 | 0.82 | 0.38 |
| Hex | B1 | 12 | 6B | 0 | 5A | 28 | 1F | 146 | 52 | 26 |
| Octal | 261 | 22 | 153 | 0 | 132 | 50 | 37 | 506 | 122 | 46 |
| Binary | 10110001 | 10010 | 1101011 | 0 | 1011010 | 101000 | 11111 | 101000110 | 1010010 | 100110 |
Color Harmonies of #B1126B
Complementary color
Monochromatic Colors of #B1126B
Black with #B1126B
Text Example
Text Example
White with #B1126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1126B; }
p { color: rgb(177,18,107); }
H1.HeaderClassName
{
color: #B1126B;
}
.AnyTagClassName
{
color: #B1126B;
}
</style>
background-color css
<style>
a { background-color: #B1126B; }
a { background-color: rgb(177,18,107); }
div.DivClassName
{
background-color: #B1126B;
}
.BgClassName
{
background-color: #B1126B;
}
</style>
border-color css
<style>
span { border-color: #B1126B; }
span { border-color: rgb(177,18,107); }
td.TdClassName
{
border-color: #B1126B;
}
.TagClassName
{
border-color: #B1126B;
}
</style>