Shades of Jazzberry Jam #B8074F
Tints of Jazzberry Jam #B8074F
RGB
CMYK
RGB Variations
Color information
#B8074F (or 0xB8074F) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 4F. RGB value is (184,7,79). Sum of RGB (Red+Green+Blue) = 184+7+79=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8074F is #47F8B0. Grayscale: #444444. Windows color (decimal): -4716721 or 5179320. OLE color: 5179320.
HSL color Cylindrical-coordinate representation of color #B8074F: hue angle of 335.59º 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 #B8074F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.28 |
| HSL | 335.59º | 0.93% | 0.37% | - |
| HSV(B) | 335.59º | 0.96% | 0.72% | - |
| XYZ | 21.25 | 10.91 | 8.38 | - |
| YUV | 68.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 79 | 0 | 0.96 | 0.57 | 0.28 | 335.59 | 0.93 | 0.37 |
| Hex | B8 | 7 | 4F | 0 | 60 | 39 | 1C | 150 | 5D | 25 |
| Octal | 270 | 7 | 117 | 0 | 140 | 71 | 34 | 520 | 135 | 45 |
| Binary | 10111000 | 111 | 1001111 | 0 | 1100000 | 111001 | 11100 | 101010000 | 1011101 | 100101 |
Color Harmonies of #B8074F
Complementary color
Monochromatic Colors of #B8074F
Black with #B8074F
Text Example
Text Example
White with #B8074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8074F; }
p { color: rgb(184,7,79); }
H1.HeaderClassName
{
color: #B8074F;
}
.AnyTagClassName
{
color: #B8074F;
}
</style>
background-color css
<style>
a { background-color: #B8074F; }
a { background-color: rgb(184,7,79); }
div.DivClassName
{
background-color: #B8074F;
}
.BgClassName
{
background-color: #B8074F;
}
</style>
border-color css
<style>
span { border-color: #B8074F; }
span { border-color: rgb(184,7,79); }
td.TdClassName
{
border-color: #B8074F;
}
.TagClassName
{
border-color: #B8074F;
}
</style>