Shades of Jazzberry Jam #B2155A
Tints of Jazzberry Jam #B2155A
RGB
CMYK
RGB Variations
Color information
#B2155A (or 0xB2155A) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 5A. RGB value is (178,21,90). Sum of RGB (Red+Green+Blue) = 178+21+90=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2155A is #4DEAA5. Grayscale: #4B4B4B. Windows color (decimal): -5106342 or 5903794. OLE color: 5903794.
HSL color Cylindrical-coordinate representation of color #B2155A: hue angle of 333.63º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2155A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 90 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.30 |
| HSL | 333.63º | 0.79% | 0.39% | - |
| HSV(B) | 333.63º | 0.88% | 0.7% | - |
| XYZ | 20.47 | 10.74 | 10.67 | - |
| YUV | 75.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 90 | 0 | 0.88 | 0.49 | 0.30 | 333.63 | 0.79 | 0.39 |
| Hex | B2 | 15 | 5A | 0 | 58 | 31 | 1E | 14E | 4F | 27 |
| Octal | 262 | 25 | 132 | 0 | 130 | 61 | 36 | 516 | 117 | 47 |
| Binary | 10110010 | 10101 | 1011010 | 0 | 1011000 | 110001 | 11110 | 101001110 | 1001111 | 100111 |
Color Harmonies of #B2155A
Complementary color
Monochromatic Colors of #B2155A
Black with #B2155A
Text Example
Text Example
White with #B2155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2155A; }
p { color: rgb(178,21,90); }
H1.HeaderClassName
{
color: #B2155A;
}
.AnyTagClassName
{
color: #B2155A;
}
</style>
background-color css
<style>
a { background-color: #B2155A; }
a { background-color: rgb(178,21,90); }
div.DivClassName
{
background-color: #B2155A;
}
.BgClassName
{
background-color: #B2155A;
}
</style>
border-color css
<style>
span { border-color: #B2155A; }
span { border-color: rgb(178,21,90); }
td.TdClassName
{
border-color: #B2155A;
}
.TagClassName
{
border-color: #B2155A;
}
</style>