Shades of Jazzberry Jam #B8136B
Tints of Jazzberry Jam #B8136B
RGB
CMYK
RGB Variations
Color information
#B8136B (or 0xB8136B) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 6B. RGB value is (184,19,107). Sum of RGB (Red+Green+Blue) = 184+19+107=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8136B is #47EC94. Grayscale: #4E4E4E. Windows color (decimal): -4713621 or 7017400. OLE color: 7017400.
HSL color Cylindrical-coordinate representation of color #B8136B: hue angle of 328º degrees, saturation: 0.81, 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 #B8136B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.28 |
| HSL | 328º | 0.81% | 0.4% | - |
| HSV(B) | 328º | 0.9% | 0.72% | - |
| XYZ | 22.65 | 11.72 | 14.98 | - |
| YUV | 78.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 107 | 0 | 0.90 | 0.42 | 0.28 | 328 | 0.81 | 0.4 |
| Hex | B8 | 13 | 6B | 0 | 5A | 2A | 1C | 148 | 51 | 28 |
| Octal | 270 | 23 | 153 | 0 | 132 | 52 | 34 | 510 | 121 | 50 |
| Binary | 10111000 | 10011 | 1101011 | 0 | 1011010 | 101010 | 11100 | 101001000 | 1010001 | 101000 |
Color Harmonies of #B8136B
Complementary color
Monochromatic Colors of #B8136B
Black with #B8136B
Text Example
Text Example
White with #B8136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8136B; }
p { color: rgb(184,19,107); }
H1.HeaderClassName
{
color: #B8136B;
}
.AnyTagClassName
{
color: #B8136B;
}
</style>
background-color css
<style>
a { background-color: #B8136B; }
a { background-color: rgb(184,19,107); }
div.DivClassName
{
background-color: #B8136B;
}
.BgClassName
{
background-color: #B8136B;
}
</style>
border-color css
<style>
span { border-color: #B8136B; }
span { border-color: rgb(184,19,107); }
td.TdClassName
{
border-color: #B8136B;
}
.TagClassName
{
border-color: #B8136B;
}
</style>