Shades of Mandy #BA5D5F
Tints of Mandy #BA5D5F
RGB
CMYK
RGB Variations
Color information
#BA5D5F (or 0xBA5D5F) is known color: Mandy. HEX triplet: BA, 5D and 5F. RGB value is (186,93,95). Sum of RGB (Red+Green+Blue) = 186+93+95=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D5F is #45A2A0. Grayscale: #797979. Windows color (decimal): -4563617 or 6249914. OLE color: 6249914.
HSL color Cylindrical-coordinate representation of color #BA5D5F: hue angle of 358.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D5F is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 95 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.27 |
| HSL | 358.71º | 0.4% | 0.55% | - |
| HSV(B) | 358.71º | 0.5% | 0.73% | - |
| XYZ | 26.23 | 19.09 | 13.13 | - |
| YUV | 121.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 95 | 0 | 0.5 | 0.49 | 0.27 | 358.71 | 0.4 | 0.55 |
| Hex | BA | 5D | 5F | 0 | 32 | 31 | 1B | 167 | 28 | 37 |
| Octal | 272 | 135 | 137 | 0 | 62 | 61 | 33 | 547 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1011111 | 0 | 110010 | 110001 | 11011 | 101100111 | 101000 | 110111 |
Color Harmonies of #BA5D5F
Complementary color
Monochromatic Colors of #BA5D5F
Black with #BA5D5F
Text Example
Text Example
White with #BA5D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D5F; }
p { color: rgb(186,93,95); }
H1.HeaderClassName
{
color: #BA5D5F;
}
.AnyTagClassName
{
color: #BA5D5F;
}
</style>
background-color css
<style>
a { background-color: #BA5D5F; }
a { background-color: rgb(186,93,95); }
div.DivClassName
{
background-color: #BA5D5F;
}
.BgClassName
{
background-color: #BA5D5F;
}
</style>
border-color css
<style>
span { border-color: #BA5D5F; }
span { border-color: rgb(186,93,95); }
td.TdClassName
{
border-color: #BA5D5F;
}
.TagClassName
{
border-color: #BA5D5F;
}
</style>