Shades of Jazzberry Jam #B9074D
Tints of Jazzberry Jam #B9074D
RGB
CMYK
RGB Variations
Color information
#B9074D (or 0xB9074D) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 4D. RGB value is (185,7,77). Sum of RGB (Red+Green+Blue) = 185+7+77=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9074D is #46F8B2. Grayscale: #444444. Windows color (decimal): -4651187 or 5048249. OLE color: 5048249.
HSL color Cylindrical-coordinate representation of color #B9074D: hue angle of 336.4º degrees, saturation: 0.93, 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 #B9074D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.27 |
| HSL | 336.4º | 0.93% | 0.38% | - |
| HSV(B) | 336.4º | 0.96% | 0.73% | - |
| XYZ | 21.42 | 11 | 8.02 | - |
| YUV | 68.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 77 | 0 | 0.96 | 0.58 | 0.27 | 336.4 | 0.93 | 0.38 |
| Hex | B9 | 7 | 4D | 0 | 60 | 3A | 1B | 150 | 5D | 26 |
| Octal | 271 | 7 | 115 | 0 | 140 | 72 | 33 | 520 | 135 | 46 |
| Binary | 10111001 | 111 | 1001101 | 0 | 1100000 | 111010 | 11011 | 101010000 | 1011101 | 100110 |
Color Harmonies of #B9074D
Complementary color
Monochromatic Colors of #B9074D
Black with #B9074D
Text Example
Text Example
White with #B9074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9074D; }
p { color: rgb(185,7,77); }
H1.HeaderClassName
{
color: #B9074D;
}
.AnyTagClassName
{
color: #B9074D;
}
</style>
background-color css
<style>
a { background-color: #B9074D; }
a { background-color: rgb(185,7,77); }
div.DivClassName
{
background-color: #B9074D;
}
.BgClassName
{
background-color: #B9074D;
}
</style>
border-color css
<style>
span { border-color: #B9074D; }
span { border-color: rgb(185,7,77); }
td.TdClassName
{
border-color: #B9074D;
}
.TagClassName
{
border-color: #B9074D;
}
</style>