Shades of Jazzberry Jam #B5185D
Tints of Jazzberry Jam #B5185D
RGB
CMYK
RGB Variations
Color information
#B5185D (or 0xB5185D) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 5D. RGB value is (181,24,93). Sum of RGB (Red+Green+Blue) = 181+24+93=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185D is #4AE7A2. Grayscale: #4E4E4E. Windows color (decimal): -4908963 or 6101173. OLE color: 6101173.
HSL color Cylindrical-coordinate representation of color #B5185D: hue angle of 333.63º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5185D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 93 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.29 |
| HSL | 333.63º | 0.77% | 0.4% | - |
| HSV(B) | 333.63º | 0.87% | 0.71% | - |
| XYZ | 21.36 | 11.27 | 11.41 | - |
| YUV | 78.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 93 | 0 | 0.87 | 0.49 | 0.29 | 333.63 | 0.77 | 0.4 |
| Hex | B5 | 18 | 5D | 0 | 57 | 31 | 1D | 14E | 4D | 28 |
| Octal | 265 | 30 | 135 | 0 | 127 | 61 | 35 | 516 | 115 | 50 |
| Binary | 10110101 | 11000 | 1011101 | 0 | 1010111 | 110001 | 11101 | 101001110 | 1001101 | 101000 |
Color Harmonies of #B5185D
Complementary color
Monochromatic Colors of #B5185D
Black with #B5185D
Text Example
Text Example
White with #B5185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5185D; }
p { color: rgb(181,24,93); }
H1.HeaderClassName
{
color: #B5185D;
}
.AnyTagClassName
{
color: #B5185D;
}
</style>
background-color css
<style>
a { background-color: #B5185D; }
a { background-color: rgb(181,24,93); }
div.DivClassName
{
background-color: #B5185D;
}
.BgClassName
{
background-color: #B5185D;
}
</style>
border-color css
<style>
span { border-color: #B5185D; }
span { border-color: rgb(181,24,93); }
td.TdClassName
{
border-color: #B5185D;
}
.TagClassName
{
border-color: #B5185D;
}
</style>