Shades of Jazzberry Jam #B9084E
Tints of Jazzberry Jam #B9084E
RGB
CMYK
RGB Variations
Color information
#B9084E (or 0xB9084E) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 4E. RGB value is (185,8,78). Sum of RGB (Red+Green+Blue) = 185+8+78=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9084E is #46F7B1. Grayscale: #444444. Windows color (decimal): -4650930 or 5114041. OLE color: 5114041.
HSL color Cylindrical-coordinate representation of color #B9084E: hue angle of 336.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9084E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.27 |
| HSL | 336.27º | 0.92% | 0.38% | - |
| HSV(B) | 336.27º | 0.96% | 0.73% | - |
| XYZ | 21.47 | 11.04 | 8.21 | - |
| YUV | 68.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 78 | 0 | 0.96 | 0.58 | 0.27 | 336.27 | 0.92 | 0.38 |
| Hex | B9 | 8 | 4E | 0 | 60 | 3A | 1B | 150 | 5C | 26 |
| Octal | 271 | 10 | 116 | 0 | 140 | 72 | 33 | 520 | 134 | 46 |
| Binary | 10111001 | 1000 | 1001110 | 0 | 1100000 | 111010 | 11011 | 101010000 | 1011100 | 100110 |
Color Harmonies of #B9084E
Complementary color
Monochromatic Colors of #B9084E
Black with #B9084E
Text Example
Text Example
White with #B9084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9084E; }
p { color: rgb(185,8,78); }
H1.HeaderClassName
{
color: #B9084E;
}
.AnyTagClassName
{
color: #B9084E;
}
</style>
background-color css
<style>
a { background-color: #B9084E; }
a { background-color: rgb(185,8,78); }
div.DivClassName
{
background-color: #B9084E;
}
.BgClassName
{
background-color: #B9084E;
}
</style>
border-color css
<style>
span { border-color: #B9084E; }
span { border-color: rgb(185,8,78); }
td.TdClassName
{
border-color: #B9084E;
}
.TagClassName
{
border-color: #B9084E;
}
</style>