Shades of Jazzberry Jam #B5136D
Tints of Jazzberry Jam #B5136D
RGB
CMYK
RGB Variations
Color information
#B5136D (or 0xB5136D) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 6D. RGB value is (181,19,109). Sum of RGB (Red+Green+Blue) = 181+19+109=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5136D is #4AEC92. Grayscale: #4D4D4D. Windows color (decimal): -4910227 or 7148469. OLE color: 7148469.
HSL color Cylindrical-coordinate representation of color #B5136D: hue angle of 326.67º 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 #B5136D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 109 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.29 |
| HSL | 326.67º | 0.81% | 0.39% | - |
| HSV(B) | 326.67º | 0.9% | 0.71% | - |
| XYZ | 22.05 | 11.39 | 15.51 | - |
| YUV | 77.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 109 | 0 | 0.90 | 0.40 | 0.29 | 326.67 | 0.81 | 0.39 |
| Hex | B5 | 13 | 6D | 0 | 5A | 28 | 1D | 147 | 51 | 27 |
| Octal | 265 | 23 | 155 | 0 | 132 | 50 | 35 | 507 | 121 | 47 |
| Binary | 10110101 | 10011 | 1101101 | 0 | 1011010 | 101000 | 11101 | 101000111 | 1010001 | 100111 |
Color Harmonies of #B5136D
Complementary color
Monochromatic Colors of #B5136D
Black with #B5136D
Text Example
Text Example
White with #B5136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5136D; }
p { color: rgb(181,19,109); }
H1.HeaderClassName
{
color: #B5136D;
}
.AnyTagClassName
{
color: #B5136D;
}
</style>
background-color css
<style>
a { background-color: #B5136D; }
a { background-color: rgb(181,19,109); }
div.DivClassName
{
background-color: #B5136D;
}
.BgClassName
{
background-color: #B5136D;
}
</style>
border-color css
<style>
span { border-color: #B5136D; }
span { border-color: rgb(181,19,109); }
td.TdClassName
{
border-color: #B5136D;
}
.TagClassName
{
border-color: #B5136D;
}
</style>