Shades of Mandy #B85557
Tints of Mandy #B85557
RGB
CMYK
RGB Variations
Color information
#B85557 (or 0xB85557) is known color: Mandy. HEX triplet: B8, 55 and 57. RGB value is (184,85,87). Sum of RGB (Red+Green+Blue) = 184+85+87=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B85557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85557 is #47AAA8. Grayscale: #727272. Windows color (decimal): -4696745 or 5723576. OLE color: 5723576.
HSL color Cylindrical-coordinate representation of color #B85557: hue angle of 358.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85557 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 87 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.28 |
| HSL | 358.79º | 0.41% | 0.53% | - |
| HSV(B) | 358.79º | 0.54% | 0.72% | - |
| XYZ | 24.74 | 17.38 | 11.07 | - |
| YUV | 114.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 87 | 0 | 0.54 | 0.53 | 0.28 | 358.79 | 0.41 | 0.53 |
| Hex | B8 | 55 | 57 | 0 | 36 | 35 | 1C | 167 | 29 | 35 |
| Octal | 270 | 125 | 127 | 0 | 66 | 65 | 34 | 547 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1010111 | 0 | 110110 | 110101 | 11100 | 101100111 | 101001 | 110101 |
Color Harmonies of #B85557
Complementary color
Monochromatic Colors of #B85557
Black with #B85557
Text Example
Text Example
White with #B85557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85557; }
p { color: rgb(184,85,87); }
H1.HeaderClassName
{
color: #B85557;
}
.AnyTagClassName
{
color: #B85557;
}
</style>
background-color css
<style>
a { background-color: #B85557; }
a { background-color: rgb(184,85,87); }
div.DivClassName
{
background-color: #B85557;
}
.BgClassName
{
background-color: #B85557;
}
</style>
border-color css
<style>
span { border-color: #B85557; }
span { border-color: rgb(184,85,87); }
td.TdClassName
{
border-color: #B85557;
}
.TagClassName
{
border-color: #B85557;
}
</style>