Shades of Jazzberry Jam #B2134B
Tints of Jazzberry Jam #B2134B
RGB
CMYK
RGB Variations
Color information
#B2134B (or 0xB2134B) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 4B. RGB value is (178,19,75). Sum of RGB (Red+Green+Blue) = 178+19+75=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2134B is #4DECB4. Grayscale: #484848. Windows color (decimal): -5106869 or 4920242. OLE color: 4920242.
HSL color Cylindrical-coordinate representation of color #B2134B: hue angle of 338.87º degrees, saturation: 0.81, 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 #B2134B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 75 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.30 |
| HSL | 338.87º | 0.81% | 0.39% | - |
| HSV(B) | 338.87º | 0.89% | 0.7% | - |
| XYZ | 19.86 | 10.44 | 7.62 | - |
| YUV | 72.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 75 | 0 | 0.89 | 0.58 | 0.30 | 338.87 | 0.81 | 0.39 |
| Hex | B2 | 13 | 4B | 0 | 59 | 3A | 1E | 153 | 51 | 27 |
| Octal | 262 | 23 | 113 | 0 | 131 | 72 | 36 | 523 | 121 | 47 |
| Binary | 10110010 | 10011 | 1001011 | 0 | 1011001 | 111010 | 11110 | 101010011 | 1010001 | 100111 |
Color Harmonies of #B2134B
Complementary color
Monochromatic Colors of #B2134B
Black with #B2134B
Text Example
Text Example
White with #B2134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2134B; }
p { color: rgb(178,19,75); }
H1.HeaderClassName
{
color: #B2134B;
}
.AnyTagClassName
{
color: #B2134B;
}
</style>
background-color css
<style>
a { background-color: #B2134B; }
a { background-color: rgb(178,19,75); }
div.DivClassName
{
background-color: #B2134B;
}
.BgClassName
{
background-color: #B2134B;
}
</style>
border-color css
<style>
span { border-color: #B2134B; }
span { border-color: rgb(178,19,75); }
td.TdClassName
{
border-color: #B2134B;
}
.TagClassName
{
border-color: #B2134B;
}
</style>