Shades of Jazzberry Jam #B0136D
Tints of Jazzberry Jam #B0136D
RGB
CMYK
RGB Variations
Color information
#B0136D (or 0xB0136D) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 6D. RGB value is (176,19,109). Sum of RGB (Red+Green+Blue) = 176+19+109=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0136D is #4FEC92. Grayscale: #4B4B4B. Windows color (decimal): -5237907 or 7148464. OLE color: 7148464.
HSL color Cylindrical-coordinate representation of color #B0136D: hue angle of 325.61º 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 #B0136D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 109 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.31 |
| HSL | 325.61º | 0.81% | 0.38% | - |
| HSV(B) | 325.61º | 0.89% | 0.69% | - |
| XYZ | 20.9 | 10.8 | 15.45 | - |
| YUV | 76.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 109 | 0 | 0.89 | 0.38 | 0.31 | 325.61 | 0.81 | 0.38 |
| Hex | B0 | 13 | 6D | 0 | 59 | 26 | 1F | 146 | 51 | 26 |
| Octal | 260 | 23 | 155 | 0 | 131 | 46 | 37 | 506 | 121 | 46 |
| Binary | 10110000 | 10011 | 1101101 | 0 | 1011001 | 100110 | 11111 | 101000110 | 1010001 | 100110 |
Color Harmonies of #B0136D
Complementary color
Monochromatic Colors of #B0136D
Black with #B0136D
Text Example
Text Example
White with #B0136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0136D; }
p { color: rgb(176,19,109); }
H1.HeaderClassName
{
color: #B0136D;
}
.AnyTagClassName
{
color: #B0136D;
}
</style>
background-color css
<style>
a { background-color: #B0136D; }
a { background-color: rgb(176,19,109); }
div.DivClassName
{
background-color: #B0136D;
}
.BgClassName
{
background-color: #B0136D;
}
</style>
border-color css
<style>
span { border-color: #B0136D; }
span { border-color: rgb(176,19,109); }
td.TdClassName
{
border-color: #B0136D;
}
.TagClassName
{
border-color: #B0136D;
}
</style>