Shades of Jazzberry Jam #B8175A
Tints of Jazzberry Jam #B8175A
RGB
CMYK
RGB Variations
Color information
#B8175A (or 0xB8175A) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 5A. RGB value is (184,23,90). Sum of RGB (Red+Green+Blue) = 184+23+90=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8175A is #47E8A5. Grayscale: #4E4E4E. Windows color (decimal): -4712614 or 5904312. OLE color: 5904312.
HSL color Cylindrical-coordinate representation of color #B8175A: hue angle of 335.03º 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 #B8175A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 90 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.28 |
| HSL | 335.03º | 0.78% | 0.41% | - |
| HSV(B) | 335.03º | 0.88% | 0.72% | - |
| XYZ | 21.92 | 11.54 | 10.75 | - |
| YUV | 78.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 90 | 0 | 0.88 | 0.51 | 0.28 | 335.03 | 0.78 | 0.41 |
| Hex | B8 | 17 | 5A | 0 | 58 | 33 | 1C | 14F | 4E | 29 |
| Octal | 270 | 27 | 132 | 0 | 130 | 63 | 34 | 517 | 116 | 51 |
| Binary | 10111000 | 10111 | 1011010 | 0 | 1011000 | 110011 | 11100 | 101001111 | 1001110 | 101001 |
Color Harmonies of #B8175A
Complementary color
Monochromatic Colors of #B8175A
Black with #B8175A
Text Example
Text Example
White with #B8175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8175A; }
p { color: rgb(184,23,90); }
H1.HeaderClassName
{
color: #B8175A;
}
.AnyTagClassName
{
color: #B8175A;
}
</style>
background-color css
<style>
a { background-color: #B8175A; }
a { background-color: rgb(184,23,90); }
div.DivClassName
{
background-color: #B8175A;
}
.BgClassName
{
background-color: #B8175A;
}
</style>
border-color css
<style>
span { border-color: #B8175A; }
span { border-color: rgb(184,23,90); }
td.TdClassName
{
border-color: #B8175A;
}
.TagClassName
{
border-color: #B8175A;
}
</style>