Shades of Jazzberry Jam #B0136B
Tints of Jazzberry Jam #B0136B
RGB
CMYK
RGB Variations
Color information
#B0136B (or 0xB0136B) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 6B. RGB value is (176,19,107). Sum of RGB (Red+Green+Blue) = 176+19+107=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0136B is #4FEC94. Grayscale: #4B4B4B. Windows color (decimal): -5237909 or 7017392. OLE color: 7017392.
HSL color Cylindrical-coordinate representation of color #B0136B: hue angle of 326.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0136B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.31 |
| HSL | 326.37º | 0.81% | 0.38% | - |
| HSV(B) | 326.37º | 0.89% | 0.69% | - |
| XYZ | 20.79 | 10.76 | 14.89 | - |
| YUV | 75.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 107 | 0 | 0.89 | 0.39 | 0.31 | 326.37 | 0.81 | 0.38 |
| Hex | B0 | 13 | 6B | 0 | 59 | 27 | 1F | 146 | 51 | 26 |
| Octal | 260 | 23 | 153 | 0 | 131 | 47 | 37 | 506 | 121 | 46 |
| Binary | 10110000 | 10011 | 1101011 | 0 | 1011001 | 100111 | 11111 | 101000110 | 1010001 | 100110 |
Color Harmonies of #B0136B
Complementary color
Monochromatic Colors of #B0136B
Black with #B0136B
Text Example
Text Example
White with #B0136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0136B; }
p { color: rgb(176,19,107); }
H1.HeaderClassName
{
color: #B0136B;
}
.AnyTagClassName
{
color: #B0136B;
}
</style>
background-color css
<style>
a { background-color: #B0136B; }
a { background-color: rgb(176,19,107); }
div.DivClassName
{
background-color: #B0136B;
}
.BgClassName
{
background-color: #B0136B;
}
</style>
border-color css
<style>
span { border-color: #B0136B; }
span { border-color: rgb(176,19,107); }
td.TdClassName
{
border-color: #B0136B;
}
.TagClassName
{
border-color: #B0136B;
}
</style>