Shades of Jazzberry Jam #B8155F
Tints of Jazzberry Jam #B8155F
RGB
CMYK
RGB Variations
Color information
#B8155F (or 0xB8155F) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 5F. RGB value is (184,21,95). Sum of RGB (Red+Green+Blue) = 184+21+95=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8155F is #47EAA0. Grayscale: #4E4E4E. Windows color (decimal): -4713121 or 6231480. OLE color: 6231480.
HSL color Cylindrical-coordinate representation of color #B8155F: hue angle of 332.76º 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 #B8155F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.28 |
| HSL | 332.76º | 0.8% | 0.4% | - |
| HSV(B) | 332.76º | 0.89% | 0.72% | - |
| XYZ | 22.1 | 11.55 | 11.89 | - |
| YUV | 78.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 95 | 0 | 0.89 | 0.48 | 0.28 | 332.76 | 0.8 | 0.4 |
| Hex | B8 | 15 | 5F | 0 | 59 | 30 | 1C | 14D | 50 | 28 |
| Octal | 270 | 25 | 137 | 0 | 131 | 60 | 34 | 515 | 120 | 50 |
| Binary | 10111000 | 10101 | 1011111 | 0 | 1011001 | 110000 | 11100 | 101001101 | 1010000 | 101000 |
Color Harmonies of #B8155F
Complementary color
Monochromatic Colors of #B8155F
Black with #B8155F
Text Example
Text Example
White with #B8155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8155F; }
p { color: rgb(184,21,95); }
H1.HeaderClassName
{
color: #B8155F;
}
.AnyTagClassName
{
color: #B8155F;
}
</style>
background-color css
<style>
a { background-color: #B8155F; }
a { background-color: rgb(184,21,95); }
div.DivClassName
{
background-color: #B8155F;
}
.BgClassName
{
background-color: #B8155F;
}
</style>
border-color css
<style>
span { border-color: #B8155F; }
span { border-color: rgb(184,21,95); }
td.TdClassName
{
border-color: #B8155F;
}
.TagClassName
{
border-color: #B8155F;
}
</style>