Shades of Jazzberry Jam #B7054D
Tints of Jazzberry Jam #B7054D
RGB
CMYK
RGB Variations
Color information
#B7054D (or 0xB7054D) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 4D. RGB value is (183,5,77). Sum of RGB (Red+Green+Blue) = 183+5+77=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7054D is #48FAB2. Grayscale: #424242. Windows color (decimal): -4782771 or 5047735. OLE color: 5047735.
HSL color Cylindrical-coordinate representation of color #B7054D: hue angle of 335.73º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7054D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.28 |
| HSL | 335.73º | 0.95% | 0.37% | - |
| HSV(B) | 335.73º | 0.97% | 0.72% | - |
| XYZ | 20.92 | 10.71 | 7.99 | - |
| YUV | 66.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 77 | 0 | 0.97 | 0.58 | 0.28 | 335.73 | 0.95 | 0.37 |
| Hex | B7 | 5 | 4D | 0 | 61 | 3A | 1C | 150 | 5F | 25 |
| Octal | 267 | 5 | 115 | 0 | 141 | 72 | 34 | 520 | 137 | 45 |
| Binary | 10110111 | 101 | 1001101 | 0 | 1100001 | 111010 | 11100 | 101010000 | 1011111 | 100101 |
Color Harmonies of #B7054D
Complementary color
Monochromatic Colors of #B7054D
Black with #B7054D
Text Example
Text Example
White with #B7054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7054D; }
p { color: rgb(183,5,77); }
H1.HeaderClassName
{
color: #B7054D;
}
.AnyTagClassName
{
color: #B7054D;
}
</style>
background-color css
<style>
a { background-color: #B7054D; }
a { background-color: rgb(183,5,77); }
div.DivClassName
{
background-color: #B7054D;
}
.BgClassName
{
background-color: #B7054D;
}
</style>
border-color css
<style>
span { border-color: #B7054D; }
span { border-color: rgb(183,5,77); }
td.TdClassName
{
border-color: #B7054D;
}
.TagClassName
{
border-color: #B7054D;
}
</style>