Shades of Jazzberry Jam #B7125A
Tints of Jazzberry Jam #B7125A
RGB
CMYK
RGB Variations
Color information
#B7125A (or 0xB7125A) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 5A. RGB value is (183,18,90). Sum of RGB (Red+Green+Blue) = 183+18+90=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7125A is #48EDA5. Grayscale: #4B4B4B. Windows color (decimal): -4779430 or 5903031. OLE color: 5903031.
HSL color Cylindrical-coordinate representation of color #B7125A: hue angle of 333.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7125A is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 90 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.28 |
| HSL | 333.82º | 0.82% | 0.39% | - |
| HSV(B) | 333.82º | 0.9% | 0.72% | - |
| XYZ | 21.59 | 11.24 | 10.7 | - |
| YUV | 75.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 90 | 0 | 0.90 | 0.51 | 0.28 | 333.82 | 0.82 | 0.39 |
| Hex | B7 | 12 | 5A | 0 | 5A | 33 | 1C | 14E | 52 | 27 |
| Octal | 267 | 22 | 132 | 0 | 132 | 63 | 34 | 516 | 122 | 47 |
| Binary | 10110111 | 10010 | 1011010 | 0 | 1011010 | 110011 | 11100 | 101001110 | 1010010 | 100111 |
Color Harmonies of #B7125A
Complementary color
Monochromatic Colors of #B7125A
Black with #B7125A
Text Example
Text Example
White with #B7125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7125A; }
p { color: rgb(183,18,90); }
H1.HeaderClassName
{
color: #B7125A;
}
.AnyTagClassName
{
color: #B7125A;
}
</style>
background-color css
<style>
a { background-color: #B7125A; }
a { background-color: rgb(183,18,90); }
div.DivClassName
{
background-color: #B7125A;
}
.BgClassName
{
background-color: #B7125A;
}
</style>
border-color css
<style>
span { border-color: #B7125A; }
span { border-color: rgb(183,18,90); }
td.TdClassName
{
border-color: #B7125A;
}
.TagClassName
{
border-color: #B7125A;
}
</style>