Shades of Jazzberry Jam #B5136F
Tints of Jazzberry Jam #B5136F
RGB
CMYK
RGB Variations
Color information
#B5136F (or 0xB5136F) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 6F. RGB value is (181,19,111). Sum of RGB (Red+Green+Blue) = 181+19+111=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5136F is #4AEC90. Grayscale: #4D4D4D. Windows color (decimal): -4910225 or 7279541. OLE color: 7279541.
HSL color Cylindrical-coordinate representation of color #B5136F: hue angle of 325.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5136F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 111 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.29 |
| HSL | 325.93º | 0.81% | 0.39% | - |
| HSV(B) | 325.93º | 0.9% | 0.71% | - |
| XYZ | 22.16 | 11.44 | 16.08 | - |
| YUV | 77.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 111 | 0 | 0.90 | 0.39 | 0.29 | 325.93 | 0.81 | 0.39 |
| Hex | B5 | 13 | 6F | 0 | 5A | 27 | 1D | 146 | 51 | 27 |
| Octal | 265 | 23 | 157 | 0 | 132 | 47 | 35 | 506 | 121 | 47 |
| Binary | 10110101 | 10011 | 1101111 | 0 | 1011010 | 100111 | 11101 | 101000110 | 1010001 | 100111 |
Color Harmonies of #B5136F
Complementary color
Monochromatic Colors of #B5136F
Black with #B5136F
Text Example
Text Example
White with #B5136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5136F; }
p { color: rgb(181,19,111); }
H1.HeaderClassName
{
color: #B5136F;
}
.AnyTagClassName
{
color: #B5136F;
}
</style>
background-color css
<style>
a { background-color: #B5136F; }
a { background-color: rgb(181,19,111); }
div.DivClassName
{
background-color: #B5136F;
}
.BgClassName
{
background-color: #B5136F;
}
</style>
border-color css
<style>
span { border-color: #B5136F; }
span { border-color: rgb(181,19,111); }
td.TdClassName
{
border-color: #B5136F;
}
.TagClassName
{
border-color: #B5136F;
}
</style>