Shades of Jazzberry Jam #B4136F
Tints of Jazzberry Jam #B4136F
RGB
CMYK
RGB Variations
Color information
#B4136F (or 0xB4136F) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 6F. RGB value is (180,19,111). Sum of RGB (Red+Green+Blue) = 180+19+111=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4136F is #4BEC90. Grayscale: #4D4D4D. Windows color (decimal): -4975761 or 7279540. OLE color: 7279540.
HSL color Cylindrical-coordinate representation of color #B4136F: hue angle of 325.71º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4136F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 111 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.29 |
| HSL | 325.71º | 0.81% | 0.39% | - |
| HSV(B) | 325.71º | 0.89% | 0.71% | - |
| XYZ | 21.92 | 11.32 | 16.07 | - |
| YUV | 77.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 111 | 0 | 0.89 | 0.38 | 0.29 | 325.71 | 0.81 | 0.39 |
| Hex | B4 | 13 | 6F | 0 | 59 | 26 | 1D | 146 | 51 | 27 |
| Octal | 264 | 23 | 157 | 0 | 131 | 46 | 35 | 506 | 121 | 47 |
| Binary | 10110100 | 10011 | 1101111 | 0 | 1011001 | 100110 | 11101 | 101000110 | 1010001 | 100111 |
Color Harmonies of #B4136F
Complementary color
Monochromatic Colors of #B4136F
Black with #B4136F
Text Example
Text Example
White with #B4136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4136F; }
p { color: rgb(180,19,111); }
H1.HeaderClassName
{
color: #B4136F;
}
.AnyTagClassName
{
color: #B4136F;
}
</style>
background-color css
<style>
a { background-color: #B4136F; }
a { background-color: rgb(180,19,111); }
div.DivClassName
{
background-color: #B4136F;
}
.BgClassName
{
background-color: #B4136F;
}
</style>
border-color css
<style>
span { border-color: #B4136F; }
span { border-color: rgb(180,19,111); }
td.TdClassName
{
border-color: #B4136F;
}
.TagClassName
{
border-color: #B4136F;
}
</style>