Shades of Jazzberry Jam #B8175C
Tints of Jazzberry Jam #B8175C
RGB
CMYK
RGB Variations
Color information
#B8175C (or 0xB8175C) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 5C. RGB value is (184,23,92). Sum of RGB (Red+Green+Blue) = 184+23+92=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8175C is #47E8A3. Grayscale: #4E4E4E. Windows color (decimal): -4712612 or 6035384. OLE color: 6035384.
HSL color Cylindrical-coordinate representation of color #B8175C: hue angle of 334.29º 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 #B8175C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 92 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.28 |
| HSL | 334.29º | 0.78% | 0.41% | - |
| HSV(B) | 334.29º | 0.88% | 0.72% | - |
| XYZ | 22.01 | 11.58 | 11.2 | - |
| YUV | 79.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 92 | 0 | 0.88 | 0.50 | 0.28 | 334.29 | 0.78 | 0.41 |
| Hex | B8 | 17 | 5C | 0 | 58 | 32 | 1C | 14E | 4E | 29 |
| Octal | 270 | 27 | 134 | 0 | 130 | 62 | 34 | 516 | 116 | 51 |
| Binary | 10111000 | 10111 | 1011100 | 0 | 1011000 | 110010 | 11100 | 101001110 | 1001110 | 101001 |
Color Harmonies of #B8175C
Complementary color
Monochromatic Colors of #B8175C
Black with #B8175C
Text Example
Text Example
White with #B8175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8175C; }
p { color: rgb(184,23,92); }
H1.HeaderClassName
{
color: #B8175C;
}
.AnyTagClassName
{
color: #B8175C;
}
</style>
background-color css
<style>
a { background-color: #B8175C; }
a { background-color: rgb(184,23,92); }
div.DivClassName
{
background-color: #B8175C;
}
.BgClassName
{
background-color: #B8175C;
}
</style>
border-color css
<style>
span { border-color: #B8175C; }
span { border-color: rgb(184,23,92); }
td.TdClassName
{
border-color: #B8175C;
}
.TagClassName
{
border-color: #B8175C;
}
</style>