Shades of Jazzberry Jam #B1096A
Tints of Jazzberry Jam #B1096A
RGB
CMYK
RGB Variations
Color information
#B1096A (or 0xB1096A) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 6A. RGB value is (177,9,106). Sum of RGB (Red+Green+Blue) = 177+9+106=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1096A is #4EF695. Grayscale: #464646. Windows color (decimal): -5174934 or 6949297. OLE color: 6949297.
HSL color Cylindrical-coordinate representation of color #B1096A: hue angle of 325.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1096A is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 106 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.31 |
| HSL | 325.36º | 0.9% | 0.36% | - |
| HSV(B) | 325.36º | 0.95% | 0.69% | - |
| XYZ | 20.83 | 10.58 | 14.58 | - |
| YUV | 70.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 106 | 0 | 0.95 | 0.40 | 0.31 | 325.36 | 0.9 | 0.36 |
| Hex | B1 | 9 | 6A | 0 | 5F | 28 | 1F | 145 | 5A | 24 |
| Octal | 261 | 11 | 152 | 0 | 137 | 50 | 37 | 505 | 132 | 44 |
| Binary | 10110001 | 1001 | 1101010 | 0 | 1011111 | 101000 | 11111 | 101000101 | 1011010 | 100100 |
Color Harmonies of #B1096A
Complementary color
Monochromatic Colors of #B1096A
Black with #B1096A
Text Example
Text Example
White with #B1096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1096A; }
p { color: rgb(177,9,106); }
H1.HeaderClassName
{
color: #B1096A;
}
.AnyTagClassName
{
color: #B1096A;
}
</style>
background-color css
<style>
a { background-color: #B1096A; }
a { background-color: rgb(177,9,106); }
div.DivClassName
{
background-color: #B1096A;
}
.BgClassName
{
background-color: #B1096A;
}
</style>
border-color css
<style>
span { border-color: #B1096A; }
span { border-color: rgb(177,9,106); }
td.TdClassName
{
border-color: #B1096A;
}
.TagClassName
{
border-color: #B1096A;
}
</style>