Shades of Jazzberry Jam #B7046B
Tints of Jazzberry Jam #B7046B
RGB
CMYK
RGB Variations
Color information
#B7046B (or 0xB7046B) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 6B. RGB value is (183,4,107). Sum of RGB (Red+Green+Blue) = 183+4+107=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7046B is #48FB94. Grayscale: #454545. Windows color (decimal): -4782997 or 7013559. OLE color: 7013559.
HSL color Cylindrical-coordinate representation of color #B7046B: hue angle of 325.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7046B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.28 |
| HSL | 325.47º | 0.96% | 0.37% | - |
| HSV(B) | 325.47º | 0.98% | 0.72% | - |
| XYZ | 22.23 | 11.22 | 14.9 | - |
| YUV | 69.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 107 | 0 | 0.98 | 0.42 | 0.28 | 325.47 | 0.96 | 0.37 |
| Hex | B7 | 4 | 6B | 0 | 62 | 2A | 1C | 145 | 60 | 25 |
| Octal | 267 | 4 | 153 | 0 | 142 | 52 | 34 | 505 | 140 | 45 |
| Binary | 10110111 | 100 | 1101011 | 0 | 1100010 | 101010 | 11100 | 101000101 | 1100000 | 100101 |
Color Harmonies of #B7046B
Complementary color
Monochromatic Colors of #B7046B
Black with #B7046B
Text Example
Text Example
White with #B7046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7046B; }
p { color: rgb(183,4,107); }
H1.HeaderClassName
{
color: #B7046B;
}
.AnyTagClassName
{
color: #B7046B;
}
</style>
background-color css
<style>
a { background-color: #B7046B; }
a { background-color: rgb(183,4,107); }
div.DivClassName
{
background-color: #B7046B;
}
.BgClassName
{
background-color: #B7046B;
}
</style>
border-color css
<style>
span { border-color: #B7046B; }
span { border-color: rgb(183,4,107); }
td.TdClassName
{
border-color: #B7046B;
}
.TagClassName
{
border-color: #B7046B;
}
</style>