Shades of Jazzberry Jam #B9074E
Tints of Jazzberry Jam #B9074E
RGB
CMYK
RGB Variations
Color information
#B9074E (or 0xB9074E) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 4E. RGB value is (185,7,78). Sum of RGB (Red+Green+Blue) = 185+7+78=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B9074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9074E is #46F8B1. Grayscale: #444444. Windows color (decimal): -4651186 or 5113785. OLE color: 5113785.
HSL color Cylindrical-coordinate representation of color #B9074E: hue angle of 336.07º 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 #B9074E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 78 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.27 |
| HSL | 336.07º | 0.93% | 0.38% | - |
| HSV(B) | 336.07º | 0.96% | 0.73% | - |
| XYZ | 21.46 | 11.02 | 8.2 | - |
| YUV | 68.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 78 | 0 | 0.96 | 0.58 | 0.27 | 336.07 | 0.93 | 0.38 |
| Hex | B9 | 7 | 4E | 0 | 60 | 3A | 1B | 150 | 5D | 26 |
| Octal | 271 | 7 | 116 | 0 | 140 | 72 | 33 | 520 | 135 | 46 |
| Binary | 10111001 | 111 | 1001110 | 0 | 1100000 | 111010 | 11011 | 101010000 | 1011101 | 100110 |
Color Harmonies of #B9074E
Complementary color
Monochromatic Colors of #B9074E
Black with #B9074E
Text Example
Text Example
White with #B9074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9074E; }
p { color: rgb(185,7,78); }
H1.HeaderClassName
{
color: #B9074E;
}
.AnyTagClassName
{
color: #B9074E;
}
</style>
background-color css
<style>
a { background-color: #B9074E; }
a { background-color: rgb(185,7,78); }
div.DivClassName
{
background-color: #B9074E;
}
.BgClassName
{
background-color: #B9074E;
}
</style>
border-color css
<style>
span { border-color: #B9074E; }
span { border-color: rgb(185,7,78); }
td.TdClassName
{
border-color: #B9074E;
}
.TagClassName
{
border-color: #B9074E;
}
</style>