Shades of Mandy #B85759
Tints of Mandy #B85759
RGB
CMYK
RGB Variations
Color information
#B85759 (or 0xB85759) is known color: Mandy. HEX triplet: B8, 57 and 59. RGB value is (184,87,89). Sum of RGB (Red+Green+Blue) = 184+87+89=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B85759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85759 is #47A8A6. Grayscale: #747474. Windows color (decimal): -4696231 or 5855160. OLE color: 5855160.
HSL color Cylindrical-coordinate representation of color #B85759: hue angle of 358.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85759 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 89 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.28 |
| HSL | 358.76º | 0.41% | 0.53% | - |
| HSV(B) | 358.76º | 0.53% | 0.72% | - |
| XYZ | 24.98 | 17.73 | 11.56 | - |
| YUV | 116.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 89 | 0 | 0.53 | 0.52 | 0.28 | 358.76 | 0.41 | 0.53 |
| Hex | B8 | 57 | 59 | 0 | 35 | 34 | 1C | 167 | 29 | 35 |
| Octal | 270 | 127 | 131 | 0 | 65 | 64 | 34 | 547 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1011001 | 0 | 110101 | 110100 | 11100 | 101100111 | 101001 | 110101 |
Color Harmonies of #B85759
Complementary color
Monochromatic Colors of #B85759
Black with #B85759
Text Example
Text Example
White with #B85759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85759; }
p { color: rgb(184,87,89); }
H1.HeaderClassName
{
color: #B85759;
}
.AnyTagClassName
{
color: #B85759;
}
</style>
background-color css
<style>
a { background-color: #B85759; }
a { background-color: rgb(184,87,89); }
div.DivClassName
{
background-color: #B85759;
}
.BgClassName
{
background-color: #B85759;
}
</style>
border-color css
<style>
span { border-color: #B85759; }
span { border-color: rgb(184,87,89); }
td.TdClassName
{
border-color: #B85759;
}
.TagClassName
{
border-color: #B85759;
}
</style>