Shades of Jazzberry Jam #B8104D
Tints of Jazzberry Jam #B8104D
RGB
CMYK
RGB Variations
Color information
#B8104D (or 0xB8104D) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 4D. RGB value is (184,16,77). Sum of RGB (Red+Green+Blue) = 184+16+77=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8104D is #47EFB2. Grayscale: #494949. Windows color (decimal): -4714419 or 5050552. OLE color: 5050552.
HSL color Cylindrical-coordinate representation of color #B8104D: hue angle of 338.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8104D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.28 |
| HSL | 338.21º | 0.84% | 0.39% | - |
| HSV(B) | 338.21º | 0.91% | 0.72% | - |
| XYZ | 21.29 | 11.1 | 8.04 | - |
| YUV | 73.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 77 | 0 | 0.91 | 0.58 | 0.28 | 338.21 | 0.84 | 0.39 |
| Hex | B8 | 10 | 4D | 0 | 5B | 3A | 1C | 152 | 54 | 27 |
| Octal | 270 | 20 | 115 | 0 | 133 | 72 | 34 | 522 | 124 | 47 |
| Binary | 10111000 | 10000 | 1001101 | 0 | 1011011 | 111010 | 11100 | 101010010 | 1010100 | 100111 |
Color Harmonies of #B8104D
Complementary color
Monochromatic Colors of #B8104D
Black with #B8104D
Text Example
Text Example
White with #B8104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8104D; }
p { color: rgb(184,16,77); }
H1.HeaderClassName
{
color: #B8104D;
}
.AnyTagClassName
{
color: #B8104D;
}
</style>
background-color css
<style>
a { background-color: #B8104D; }
a { background-color: rgb(184,16,77); }
div.DivClassName
{
background-color: #B8104D;
}
.BgClassName
{
background-color: #B8104D;
}
</style>
border-color css
<style>
span { border-color: #B8104D; }
span { border-color: rgb(184,16,77); }
td.TdClassName
{
border-color: #B8104D;
}
.TagClassName
{
border-color: #B8104D;
}
</style>