Shades of Jazzberry Jam #B7115A
Tints of Jazzberry Jam #B7115A
RGB
CMYK
RGB Variations
Color information
#B7115A (or 0xB7115A) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 5A. RGB value is (183,17,90). Sum of RGB (Red+Green+Blue) = 183+17+90=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7115A is #48EEA5. Grayscale: #4A4A4A. Windows color (decimal): -4779686 or 5902775. OLE color: 5902775.
HSL color Cylindrical-coordinate representation of color #B7115A: hue angle of 333.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7115A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 90 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.28 |
| HSL | 333.61º | 0.83% | 0.39% | - |
| HSV(B) | 333.61º | 0.91% | 0.72% | - |
| XYZ | 21.57 | 11.21 | 10.7 | - |
| YUV | 74.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 90 | 0 | 0.91 | 0.51 | 0.28 | 333.61 | 0.83 | 0.39 |
| Hex | B7 | 11 | 5A | 0 | 5B | 33 | 1C | 14E | 53 | 27 |
| Octal | 267 | 21 | 132 | 0 | 133 | 63 | 34 | 516 | 123 | 47 |
| Binary | 10110111 | 10001 | 1011010 | 0 | 1011011 | 110011 | 11100 | 101001110 | 1010011 | 100111 |
Color Harmonies of #B7115A
Complementary color
Monochromatic Colors of #B7115A
Black with #B7115A
Text Example
Text Example
White with #B7115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7115A; }
p { color: rgb(183,17,90); }
H1.HeaderClassName
{
color: #B7115A;
}
.AnyTagClassName
{
color: #B7115A;
}
</style>
background-color css
<style>
a { background-color: #B7115A; }
a { background-color: rgb(183,17,90); }
div.DivClassName
{
background-color: #B7115A;
}
.BgClassName
{
background-color: #B7115A;
}
</style>
border-color css
<style>
span { border-color: #B7115A; }
span { border-color: rgb(183,17,90); }
td.TdClassName
{
border-color: #B7115A;
}
.TagClassName
{
border-color: #B7115A;
}
</style>