Shades of Jazzberry Jam #B8074C
Tints of Jazzberry Jam #B8074C
RGB
CMYK
RGB Variations
Color information
#B8074C (or 0xB8074C) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 4C. RGB value is (184,7,76). Sum of RGB (Red+Green+Blue) = 184+7+76=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8074C is #47F8B3. Grayscale: #434343. Windows color (decimal): -4716724 or 4982712. OLE color: 4982712.
HSL color Cylindrical-coordinate representation of color #B8074C: hue angle of 336.61º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8074C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 76 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.28 |
| HSL | 336.61º | 0.93% | 0.37% | - |
| HSV(B) | 336.61º | 0.96% | 0.72% | - |
| XYZ | 21.15 | 10.86 | 7.82 | - |
| YUV | 67.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 76 | 0 | 0.96 | 0.59 | 0.28 | 336.61 | 0.93 | 0.37 |
| Hex | B8 | 7 | 4C | 0 | 60 | 3B | 1C | 151 | 5D | 25 |
| Octal | 270 | 7 | 114 | 0 | 140 | 73 | 34 | 521 | 135 | 45 |
| Binary | 10111000 | 111 | 1001100 | 0 | 1100000 | 111011 | 11100 | 101010001 | 1011101 | 100101 |
Color Harmonies of #B8074C
Complementary color
Monochromatic Colors of #B8074C
Black with #B8074C
Text Example
Text Example
White with #B8074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8074C; }
p { color: rgb(184,7,76); }
H1.HeaderClassName
{
color: #B8074C;
}
.AnyTagClassName
{
color: #B8074C;
}
</style>
background-color css
<style>
a { background-color: #B8074C; }
a { background-color: rgb(184,7,76); }
div.DivClassName
{
background-color: #B8074C;
}
.BgClassName
{
background-color: #B8074C;
}
</style>
border-color css
<style>
span { border-color: #B8074C; }
span { border-color: rgb(184,7,76); }
td.TdClassName
{
border-color: #B8074C;
}
.TagClassName
{
border-color: #B8074C;
}
</style>