Shades of Jazzberry Jam #B7145B
Tints of Jazzberry Jam #B7145B
RGB
CMYK
RGB Variations
Color information
#B7145B (or 0xB7145B) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 5B. RGB value is (183,20,91). Sum of RGB (Red+Green+Blue) = 183+20+91=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7145B is #48EBA4. Grayscale: #4C4C4C. Windows color (decimal): -4778917 or 5969079. OLE color: 5969079.
HSL color Cylindrical-coordinate representation of color #B7145B: hue angle of 333.87º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7145B is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 91 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.28 |
| HSL | 333.87º | 0.8% | 0.4% | - |
| HSV(B) | 333.87º | 0.89% | 0.72% | - |
| XYZ | 21.67 | 11.32 | 10.94 | - |
| YUV | 76.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 91 | 0 | 0.89 | 0.50 | 0.28 | 333.87 | 0.8 | 0.4 |
| Hex | B7 | 14 | 5B | 0 | 59 | 32 | 1C | 14E | 50 | 28 |
| Octal | 267 | 24 | 133 | 0 | 131 | 62 | 34 | 516 | 120 | 50 |
| Binary | 10110111 | 10100 | 1011011 | 0 | 1011001 | 110010 | 11100 | 101001110 | 1010000 | 101000 |
Color Harmonies of #B7145B
Complementary color
Monochromatic Colors of #B7145B
Black with #B7145B
Text Example
Text Example
White with #B7145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7145B; }
p { color: rgb(183,20,91); }
H1.HeaderClassName
{
color: #B7145B;
}
.AnyTagClassName
{
color: #B7145B;
}
</style>
background-color css
<style>
a { background-color: #B7145B; }
a { background-color: rgb(183,20,91); }
div.DivClassName
{
background-color: #B7145B;
}
.BgClassName
{
background-color: #B7145B;
}
</style>
border-color css
<style>
span { border-color: #B7145B; }
span { border-color: rgb(183,20,91); }
td.TdClassName
{
border-color: #B7145B;
}
.TagClassName
{
border-color: #B7145B;
}
</style>