Shades of Mandy #B85559
Tints of Mandy #B85559
RGB
CMYK
RGB Variations
Color information
#B85559 (or 0xB85559) is known color: Mandy. HEX triplet: B8, 55 and 59. RGB value is (184,85,89). Sum of RGB (Red+Green+Blue) = 184+85+89=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B85559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85559 is #47AAA6. Grayscale: #737373. Windows color (decimal): -4696743 or 5854648. OLE color: 5854648.
HSL color Cylindrical-coordinate representation of color #B85559: hue angle of 357.58º 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 #B85559 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 89 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.28 |
| HSL | 357.58º | 0.41% | 0.53% | - |
| HSV(B) | 357.58º | 0.54% | 0.72% | - |
| XYZ | 24.82 | 17.41 | 11.5 | - |
| YUV | 115.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 89 | 0 | 0.54 | 0.52 | 0.28 | 357.58 | 0.41 | 0.53 |
| Hex | B8 | 55 | 59 | 0 | 36 | 34 | 1C | 166 | 29 | 35 |
| Octal | 270 | 125 | 131 | 0 | 66 | 64 | 34 | 546 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1011001 | 0 | 110110 | 110100 | 11100 | 101100110 | 101001 | 110101 |
Color Harmonies of #B85559
Complementary color
Monochromatic Colors of #B85559
Black with #B85559
Text Example
Text Example
White with #B85559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85559; }
p { color: rgb(184,85,89); }
H1.HeaderClassName
{
color: #B85559;
}
.AnyTagClassName
{
color: #B85559;
}
</style>
background-color css
<style>
a { background-color: #B85559; }
a { background-color: rgb(184,85,89); }
div.DivClassName
{
background-color: #B85559;
}
.BgClassName
{
background-color: #B85559;
}
</style>
border-color css
<style>
span { border-color: #B85559; }
span { border-color: rgb(184,85,89); }
td.TdClassName
{
border-color: #B85559;
}
.TagClassName
{
border-color: #B85559;
}
</style>