Shades of Jazzberry Jam #B8175B
Tints of Jazzberry Jam #B8175B
RGB
CMYK
RGB Variations
Color information
#B8175B (or 0xB8175B) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 5B. RGB value is (184,23,91). Sum of RGB (Red+Green+Blue) = 184+23+91=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8175B is #47E8A4. Grayscale: #4E4E4E. Windows color (decimal): -4712613 or 5969848. OLE color: 5969848.
HSL color Cylindrical-coordinate representation of color #B8175B: hue angle of 334.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8175B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 91 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.28 |
| HSL | 334.66º | 0.78% | 0.41% | - |
| HSV(B) | 334.66º | 0.88% | 0.72% | - |
| XYZ | 21.96 | 11.56 | 10.97 | - |
| YUV | 78.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 91 | 0 | 0.88 | 0.51 | 0.28 | 334.66 | 0.78 | 0.41 |
| Hex | B8 | 17 | 5B | 0 | 58 | 33 | 1C | 14F | 4E | 29 |
| Octal | 270 | 27 | 133 | 0 | 130 | 63 | 34 | 517 | 116 | 51 |
| Binary | 10111000 | 10111 | 1011011 | 0 | 1011000 | 110011 | 11100 | 101001111 | 1001110 | 101001 |
Color Harmonies of #B8175B
Complementary color
Monochromatic Colors of #B8175B
Black with #B8175B
Text Example
Text Example
White with #B8175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8175B; }
p { color: rgb(184,23,91); }
H1.HeaderClassName
{
color: #B8175B;
}
.AnyTagClassName
{
color: #B8175B;
}
</style>
background-color css
<style>
a { background-color: #B8175B; }
a { background-color: rgb(184,23,91); }
div.DivClassName
{
background-color: #B8175B;
}
.BgClassName
{
background-color: #B8175B;
}
</style>
border-color css
<style>
span { border-color: #B8175B; }
span { border-color: rgb(184,23,91); }
td.TdClassName
{
border-color: #B8175B;
}
.TagClassName
{
border-color: #B8175B;
}
</style>