Shades of Mandy #B85859
Tints of Mandy #B85859
RGB
CMYK
RGB Variations
Color information
#B85859 (or 0xB85859) is known color: Mandy. HEX triplet: B8, 58 and 59. RGB value is (184,88,89). Sum of RGB (Red+Green+Blue) = 184+88+89=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B85859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85859 is #47A7A6. Grayscale: #747474. Windows color (decimal): -4695975 or 5855416. OLE color: 5855416.
HSL color Cylindrical-coordinate representation of color #B85859: hue angle of 359.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85859 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 89 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.28 |
| HSL | 359.38º | 0.4% | 0.53% | - |
| HSV(B) | 359.38º | 0.52% | 0.72% | - |
| XYZ | 25.06 | 17.89 | 11.58 | - |
| YUV | 116.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 89 | 0 | 0.52 | 0.52 | 0.28 | 359.38 | 0.4 | 0.53 |
| Hex | B8 | 58 | 59 | 0 | 34 | 34 | 1C | 167 | 28 | 35 |
| Octal | 270 | 130 | 131 | 0 | 64 | 64 | 34 | 547 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1011001 | 0 | 110100 | 110100 | 11100 | 101100111 | 101000 | 110101 |
Color Harmonies of #B85859
Complementary color
Monochromatic Colors of #B85859
Black with #B85859
Text Example
Text Example
White with #B85859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85859; }
p { color: rgb(184,88,89); }
H1.HeaderClassName
{
color: #B85859;
}
.AnyTagClassName
{
color: #B85859;
}
</style>
background-color css
<style>
a { background-color: #B85859; }
a { background-color: rgb(184,88,89); }
div.DivClassName
{
background-color: #B85859;
}
.BgClassName
{
background-color: #B85859;
}
</style>
border-color css
<style>
span { border-color: #B85859; }
span { border-color: rgb(184,88,89); }
td.TdClassName
{
border-color: #B85859;
}
.TagClassName
{
border-color: #B85859;
}
</style>