Shades of Jazzberry Jam #B2144F
Tints of Jazzberry Jam #B2144F
RGB
CMYK
RGB Variations
Color information
#B2144F (or 0xB2144F) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 4F. RGB value is (178,20,79). Sum of RGB (Red+Green+Blue) = 178+20+79=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2144F is #4DEBB0. Grayscale: #494949. Windows color (decimal): -5106609 or 5182642. OLE color: 5182642.
HSL color Cylindrical-coordinate representation of color #B2144F: hue angle of 337.59º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2144F is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 79 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.30 |
| HSL | 337.59º | 0.8% | 0.39% | - |
| HSV(B) | 337.59º | 0.89% | 0.7% | - |
| XYZ | 20.02 | 10.53 | 8.37 | - |
| YUV | 73.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 79 | 0 | 0.89 | 0.56 | 0.30 | 337.59 | 0.8 | 0.39 |
| Hex | B2 | 14 | 4F | 0 | 59 | 38 | 1E | 152 | 50 | 27 |
| Octal | 262 | 24 | 117 | 0 | 131 | 70 | 36 | 522 | 120 | 47 |
| Binary | 10110010 | 10100 | 1001111 | 0 | 1011001 | 111000 | 11110 | 101010010 | 1010000 | 100111 |
Color Harmonies of #B2144F
Complementary color
Monochromatic Colors of #B2144F
Black with #B2144F
Text Example
Text Example
White with #B2144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2144F; }
p { color: rgb(178,20,79); }
H1.HeaderClassName
{
color: #B2144F;
}
.AnyTagClassName
{
color: #B2144F;
}
</style>
background-color css
<style>
a { background-color: #B2144F; }
a { background-color: rgb(178,20,79); }
div.DivClassName
{
background-color: #B2144F;
}
.BgClassName
{
background-color: #B2144F;
}
</style>
border-color css
<style>
span { border-color: #B2144F; }
span { border-color: rgb(178,20,79); }
td.TdClassName
{
border-color: #B2144F;
}
.TagClassName
{
border-color: #B2144F;
}
</style>