Shades of Jazzberry Jam #B1145B
Tints of Jazzberry Jam #B1145B
RGB
CMYK
RGB Variations
Color information
#B1145B (or 0xB1145B) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 5B. RGB value is (177,20,91). Sum of RGB (Red+Green+Blue) = 177+20+91=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1145B is #4EEBA4. Grayscale: #4A4A4A. Windows color (decimal): -5172133 or 5969073. OLE color: 5969073.
HSL color Cylindrical-coordinate representation of color #B1145B: hue angle of 332.87º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1145B is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 91 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.31 |
| HSL | 332.87º | 0.8% | 0.39% | - |
| HSV(B) | 332.87º | 0.89% | 0.69% | - |
| XYZ | 20.27 | 10.6 | 10.88 | - |
| YUV | 75.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 91 | 0 | 0.89 | 0.49 | 0.31 | 332.87 | 0.8 | 0.39 |
| Hex | B1 | 14 | 5B | 0 | 59 | 31 | 1F | 14D | 50 | 27 |
| Octal | 261 | 24 | 133 | 0 | 131 | 61 | 37 | 515 | 120 | 47 |
| Binary | 10110001 | 10100 | 1011011 | 0 | 1011001 | 110001 | 11111 | 101001101 | 1010000 | 100111 |
Color Harmonies of #B1145B
Complementary color
Monochromatic Colors of #B1145B
Black with #B1145B
Text Example
Text Example
White with #B1145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1145B; }
p { color: rgb(177,20,91); }
H1.HeaderClassName
{
color: #B1145B;
}
.AnyTagClassName
{
color: #B1145B;
}
</style>
background-color css
<style>
a { background-color: #B1145B; }
a { background-color: rgb(177,20,91); }
div.DivClassName
{
background-color: #B1145B;
}
.BgClassName
{
background-color: #B1145B;
}
</style>
border-color css
<style>
span { border-color: #B1145B; }
span { border-color: rgb(177,20,91); }
td.TdClassName
{
border-color: #B1145B;
}
.TagClassName
{
border-color: #B1145B;
}
</style>