Shades of Jazzberry Jam #B8175D
Tints of Jazzberry Jam #B8175D
RGB
CMYK
RGB Variations
Color information
#B8175D (or 0xB8175D) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 5D. RGB value is (184,23,93). Sum of RGB (Red+Green+Blue) = 184+23+93=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8175D is #47E8A2. Grayscale: #4F4F4F. Windows color (decimal): -4712611 or 6100920. OLE color: 6100920.
HSL color Cylindrical-coordinate representation of color #B8175D: hue angle of 333.91º 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 #B8175D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.28 |
| HSL | 333.91º | 0.78% | 0.41% | - |
| HSV(B) | 333.91º | 0.88% | 0.72% | - |
| XYZ | 22.05 | 11.59 | 11.43 | - |
| YUV | 79.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 93 | 0 | 0.88 | 0.49 | 0.28 | 333.91 | 0.78 | 0.41 |
| Hex | B8 | 17 | 5D | 0 | 58 | 31 | 1C | 14E | 4E | 29 |
| Octal | 270 | 27 | 135 | 0 | 130 | 61 | 34 | 516 | 116 | 51 |
| Binary | 10111000 | 10111 | 1011101 | 0 | 1011000 | 110001 | 11100 | 101001110 | 1001110 | 101001 |
Color Harmonies of #B8175D
Complementary color
Monochromatic Colors of #B8175D
Black with #B8175D
Text Example
Text Example
White with #B8175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8175D; }
p { color: rgb(184,23,93); }
H1.HeaderClassName
{
color: #B8175D;
}
.AnyTagClassName
{
color: #B8175D;
}
</style>
background-color css
<style>
a { background-color: #B8175D; }
a { background-color: rgb(184,23,93); }
div.DivClassName
{
background-color: #B8175D;
}
.BgClassName
{
background-color: #B8175D;
}
</style>
border-color css
<style>
span { border-color: #B8175D; }
span { border-color: rgb(184,23,93); }
td.TdClassName
{
border-color: #B8175D;
}
.TagClassName
{
border-color: #B8175D;
}
</style>