Shades of Jazzberry Jam #B8125B
Tints of Jazzberry Jam #B8125B
RGB
CMYK
RGB Variations
Color information
#B8125B (or 0xB8125B) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 5B. RGB value is (184,18,91). Sum of RGB (Red+Green+Blue) = 184+18+91=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8125B is #47EDA4. Grayscale: #4B4B4B. Windows color (decimal): -4713893 or 5968568. OLE color: 5968568.
HSL color Cylindrical-coordinate representation of color #B8125B: hue angle of 333.61º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8125B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 91 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.28 |
| HSL | 333.61º | 0.82% | 0.4% | - |
| HSV(B) | 333.61º | 0.9% | 0.72% | - |
| XYZ | 21.87 | 11.38 | 10.94 | - |
| YUV | 75.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 91 | 0 | 0.90 | 0.51 | 0.28 | 333.61 | 0.82 | 0.4 |
| Hex | B8 | 12 | 5B | 0 | 5A | 33 | 1C | 14E | 52 | 28 |
| Octal | 270 | 22 | 133 | 0 | 132 | 63 | 34 | 516 | 122 | 50 |
| Binary | 10111000 | 10010 | 1011011 | 0 | 1011010 | 110011 | 11100 | 101001110 | 1010010 | 101000 |
Color Harmonies of #B8125B
Complementary color
Monochromatic Colors of #B8125B
Black with #B8125B
Text Example
Text Example
White with #B8125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8125B; }
p { color: rgb(184,18,91); }
H1.HeaderClassName
{
color: #B8125B;
}
.AnyTagClassName
{
color: #B8125B;
}
</style>
background-color css
<style>
a { background-color: #B8125B; }
a { background-color: rgb(184,18,91); }
div.DivClassName
{
background-color: #B8125B;
}
.BgClassName
{
background-color: #B8125B;
}
</style>
border-color css
<style>
span { border-color: #B8125B; }
span { border-color: rgb(184,18,91); }
td.TdClassName
{
border-color: #B8125B;
}
.TagClassName
{
border-color: #B8125B;
}
</style>