Shades of Jazzberry Jam #B4136A
Tints of Jazzberry Jam #B4136A
RGB
CMYK
RGB Variations
Color information
#B4136A (or 0xB4136A) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 6A. RGB value is (180,19,106). Sum of RGB (Red+Green+Blue) = 180+19+106=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4136A is #4BEC95. Grayscale: #4C4C4C. Windows color (decimal): -4975766 or 6951860. OLE color: 6951860.
HSL color Cylindrical-coordinate representation of color #B4136A: hue angle of 327.58º 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 #B4136A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 106 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.29 |
| HSL | 327.58º | 0.81% | 0.39% | - |
| HSV(B) | 327.58º | 0.89% | 0.71% | - |
| XYZ | 21.66 | 11.21 | 14.66 | - |
| YUV | 77.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 106 | 0 | 0.89 | 0.41 | 0.29 | 327.58 | 0.81 | 0.39 |
| Hex | B4 | 13 | 6A | 0 | 59 | 29 | 1D | 148 | 51 | 27 |
| Octal | 264 | 23 | 152 | 0 | 131 | 51 | 35 | 510 | 121 | 47 |
| Binary | 10110100 | 10011 | 1101010 | 0 | 1011001 | 101001 | 11101 | 101001000 | 1010001 | 100111 |
Color Harmonies of #B4136A
Complementary color
Monochromatic Colors of #B4136A
Black with #B4136A
Text Example
Text Example
White with #B4136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4136A; }
p { color: rgb(180,19,106); }
H1.HeaderClassName
{
color: #B4136A;
}
.AnyTagClassName
{
color: #B4136A;
}
</style>
background-color css
<style>
a { background-color: #B4136A; }
a { background-color: rgb(180,19,106); }
div.DivClassName
{
background-color: #B4136A;
}
.BgClassName
{
background-color: #B4136A;
}
</style>
border-color css
<style>
span { border-color: #B4136A; }
span { border-color: rgb(180,19,106); }
td.TdClassName
{
border-color: #B4136A;
}
.TagClassName
{
border-color: #B4136A;
}
</style>