Shades of Jazzberry Jam #B7054C
Tints of Jazzberry Jam #B7054C
RGB
CMYK
RGB Variations
Color information
#B7054C (or 0xB7054C) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 4C. RGB value is (183,5,76). Sum of RGB (Red+Green+Blue) = 183+5+76=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7054C is #48FAB3. Grayscale: #424242. Windows color (decimal): -4782772 or 4982199. OLE color: 4982199.
HSL color Cylindrical-coordinate representation of color #B7054C: hue angle of 336.07º 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 #B7054C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.28 |
| HSL | 336.07º | 0.95% | 0.37% | - |
| HSV(B) | 336.07º | 0.97% | 0.72% | - |
| XYZ | 20.89 | 10.7 | 7.8 | - |
| YUV | 66.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 76 | 0 | 0.97 | 0.58 | 0.28 | 336.07 | 0.95 | 0.37 |
| Hex | B7 | 5 | 4C | 0 | 61 | 3A | 1C | 150 | 5F | 25 |
| Octal | 267 | 5 | 114 | 0 | 141 | 72 | 34 | 520 | 137 | 45 |
| Binary | 10110111 | 101 | 1001100 | 0 | 1100001 | 111010 | 11100 | 101010000 | 1011111 | 100101 |
Color Harmonies of #B7054C
Complementary color
Monochromatic Colors of #B7054C
Black with #B7054C
Text Example
Text Example
White with #B7054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7054C; }
p { color: rgb(183,5,76); }
H1.HeaderClassName
{
color: #B7054C;
}
.AnyTagClassName
{
color: #B7054C;
}
</style>
background-color css
<style>
a { background-color: #B7054C; }
a { background-color: rgb(183,5,76); }
div.DivClassName
{
background-color: #B7054C;
}
.BgClassName
{
background-color: #B7054C;
}
</style>
border-color css
<style>
span { border-color: #B7054C; }
span { border-color: rgb(183,5,76); }
td.TdClassName
{
border-color: #B7054C;
}
.TagClassName
{
border-color: #B7054C;
}
</style>