Shades of Jazzberry Jam #B5155A
Tints of Jazzberry Jam #B5155A
RGB
CMYK
RGB Variations
Color information
#B5155A (or 0xB5155A) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 5A. RGB value is (181,21,90). Sum of RGB (Red+Green+Blue) = 181+21+90=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5155A is #4AEAA5. Grayscale: #4C4C4C. Windows color (decimal): -4909734 or 5903797. OLE color: 5903797.
HSL color Cylindrical-coordinate representation of color #B5155A: hue angle of 334.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5155A is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 90 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.29 |
| HSL | 334.13º | 0.79% | 0.4% | - |
| HSV(B) | 334.13º | 0.88% | 0.71% | - |
| XYZ | 21.17 | 11.1 | 10.7 | - |
| YUV | 76.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 90 | 0 | 0.88 | 0.50 | 0.29 | 334.13 | 0.79 | 0.4 |
| Hex | B5 | 15 | 5A | 0 | 58 | 32 | 1D | 14E | 4F | 28 |
| Octal | 265 | 25 | 132 | 0 | 130 | 62 | 35 | 516 | 117 | 50 |
| Binary | 10110101 | 10101 | 1011010 | 0 | 1011000 | 110010 | 11101 | 101001110 | 1001111 | 101000 |
Color Harmonies of #B5155A
Complementary color
Monochromatic Colors of #B5155A
Black with #B5155A
Text Example
Text Example
White with #B5155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5155A; }
p { color: rgb(181,21,90); }
H1.HeaderClassName
{
color: #B5155A;
}
.AnyTagClassName
{
color: #B5155A;
}
</style>
background-color css
<style>
a { background-color: #B5155A; }
a { background-color: rgb(181,21,90); }
div.DivClassName
{
background-color: #B5155A;
}
.BgClassName
{
background-color: #B5155A;
}
</style>
border-color css
<style>
span { border-color: #B5155A; }
span { border-color: rgb(181,21,90); }
td.TdClassName
{
border-color: #B5155A;
}
.TagClassName
{
border-color: #B5155A;
}
</style>