Shades of Jazzberry Jam #B2174D
Tints of Jazzberry Jam #B2174D
RGB
CMYK
RGB Variations
Color information
#B2174D (or 0xB2174D) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 4D. RGB value is (178,23,77). Sum of RGB (Red+Green+Blue) = 178+23+77=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2174D is #4DE8B2. Grayscale: #4B4B4B. Windows color (decimal): -5105843 or 5052338. OLE color: 5052338.
HSL color Cylindrical-coordinate representation of color #B2174D: hue angle of 339.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2174D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 77 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.30 |
| HSL | 339.1º | 0.77% | 0.39% | - |
| HSV(B) | 339.1º | 0.87% | 0.7% | - |
| XYZ | 20.01 | 10.61 | 8.02 | - |
| YUV | 75.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 77 | 0 | 0.87 | 0.57 | 0.30 | 339.1 | 0.77 | 0.39 |
| Hex | B2 | 17 | 4D | 0 | 57 | 39 | 1E | 153 | 4D | 27 |
| Octal | 262 | 27 | 115 | 0 | 127 | 71 | 36 | 523 | 115 | 47 |
| Binary | 10110010 | 10111 | 1001101 | 0 | 1010111 | 111001 | 11110 | 101010011 | 1001101 | 100111 |
Color Harmonies of #B2174D
Complementary color
Monochromatic Colors of #B2174D
Black with #B2174D
Text Example
Text Example
White with #B2174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2174D; }
p { color: rgb(178,23,77); }
H1.HeaderClassName
{
color: #B2174D;
}
.AnyTagClassName
{
color: #B2174D;
}
</style>
background-color css
<style>
a { background-color: #B2174D; }
a { background-color: rgb(178,23,77); }
div.DivClassName
{
background-color: #B2174D;
}
.BgClassName
{
background-color: #B2174D;
}
</style>
border-color css
<style>
span { border-color: #B2174D; }
span { border-color: rgb(178,23,77); }
td.TdClassName
{
border-color: #B2174D;
}
.TagClassName
{
border-color: #B2174D;
}
</style>