Shades of Jazzberry Jam #B8155B
Tints of Jazzberry Jam #B8155B
RGB
CMYK
RGB Variations
Color information
#B8155B (or 0xB8155B) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 5B. RGB value is (184,21,91). Sum of RGB (Red+Green+Blue) = 184+21+91=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8155B is #47EAA4. Grayscale: #4D4D4D. Windows color (decimal): -4713125 or 5969336. OLE color: 5969336.
HSL color Cylindrical-coordinate representation of color #B8155B: hue angle of 334.23º 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 #B8155B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 91 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.28 |
| HSL | 334.23º | 0.8% | 0.4% | - |
| HSV(B) | 334.23º | 0.89% | 0.72% | - |
| XYZ | 21.92 | 11.48 | 10.96 | - |
| YUV | 77.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 91 | 0 | 0.89 | 0.51 | 0.28 | 334.23 | 0.8 | 0.4 |
| Hex | B8 | 15 | 5B | 0 | 59 | 33 | 1C | 14E | 50 | 28 |
| Octal | 270 | 25 | 133 | 0 | 131 | 63 | 34 | 516 | 120 | 50 |
| Binary | 10111000 | 10101 | 1011011 | 0 | 1011001 | 110011 | 11100 | 101001110 | 1010000 | 101000 |
Color Harmonies of #B8155B
Complementary color
Monochromatic Colors of #B8155B
Black with #B8155B
Text Example
Text Example
White with #B8155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8155B; }
p { color: rgb(184,21,91); }
H1.HeaderClassName
{
color: #B8155B;
}
.AnyTagClassName
{
color: #B8155B;
}
</style>
background-color css
<style>
a { background-color: #B8155B; }
a { background-color: rgb(184,21,91); }
div.DivClassName
{
background-color: #B8155B;
}
.BgClassName
{
background-color: #B8155B;
}
</style>
border-color css
<style>
span { border-color: #B8155B; }
span { border-color: rgb(184,21,91); }
td.TdClassName
{
border-color: #B8155B;
}
.TagClassName
{
border-color: #B8155B;
}
</style>