Shades of Jazzberry Jam #B8094D
Tints of Jazzberry Jam #B8094D
RGB
CMYK
RGB Variations
Color information
#B8094D (or 0xB8094D) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 4D. RGB value is (184,9,77). Sum of RGB (Red+Green+Blue) = 184+9+77=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8094D is #47F6B2. Grayscale: #444444. Windows color (decimal): -4716211 or 5048760. OLE color: 5048760.
HSL color Cylindrical-coordinate representation of color #B8094D: hue angle of 336.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8094D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.28 |
| HSL | 336.69º | 0.91% | 0.38% | - |
| HSV(B) | 336.69º | 0.95% | 0.72% | - |
| XYZ | 21.2 | 10.92 | 8.01 | - |
| YUV | 69.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 77 | 0 | 0.95 | 0.58 | 0.28 | 336.69 | 0.91 | 0.38 |
| Hex | B8 | 9 | 4D | 0 | 5F | 3A | 1C | 151 | 5B | 26 |
| Octal | 270 | 11 | 115 | 0 | 137 | 72 | 34 | 521 | 133 | 46 |
| Binary | 10111000 | 1001 | 1001101 | 0 | 1011111 | 111010 | 11100 | 101010001 | 1011011 | 100110 |
Color Harmonies of #B8094D
Complementary color
Monochromatic Colors of #B8094D
Black with #B8094D
Text Example
Text Example
White with #B8094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8094D; }
p { color: rgb(184,9,77); }
H1.HeaderClassName
{
color: #B8094D;
}
.AnyTagClassName
{
color: #B8094D;
}
</style>
background-color css
<style>
a { background-color: #B8094D; }
a { background-color: rgb(184,9,77); }
div.DivClassName
{
background-color: #B8094D;
}
.BgClassName
{
background-color: #B8094D;
}
</style>
border-color css
<style>
span { border-color: #B8094D; }
span { border-color: rgb(184,9,77); }
td.TdClassName
{
border-color: #B8094D;
}
.TagClassName
{
border-color: #B8094D;
}
</style>