Shades of Mandy #BA4F57
Tints of Mandy #BA4F57
RGB
CMYK
RGB Variations
Color information
#BA4F57 (or 0xBA4F57) is known color: Mandy. HEX triplet: BA, 4F and 57. RGB value is (186,79,87). Sum of RGB (Red+Green+Blue) = 186+79+87=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F57 is #45B0A8. Grayscale: #6F6F6F. Windows color (decimal): -4567209 or 5722042. OLE color: 5722042.
HSL color Cylindrical-coordinate representation of color #BA4F57: hue angle of 355.51º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F57 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 87 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.27 |
| HSL | 355.51º | 0.44% | 0.52% | - |
| HSV(B) | 355.51º | 0.58% | 0.73% | - |
| XYZ | 24.77 | 16.72 | 10.94 | - |
| YUV | 111.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 87 | 0 | 0.58 | 0.53 | 0.27 | 355.51 | 0.44 | 0.52 |
| Hex | BA | 4F | 57 | 0 | 3A | 35 | 1B | 164 | 2C | 34 |
| Octal | 272 | 117 | 127 | 0 | 72 | 65 | 33 | 544 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1010111 | 0 | 111010 | 110101 | 11011 | 101100100 | 101100 | 110100 |
Color Harmonies of #BA4F57
Complementary color
Monochromatic Colors of #BA4F57
Black with #BA4F57
Text Example
Text Example
White with #BA4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F57; }
p { color: rgb(186,79,87); }
H1.HeaderClassName
{
color: #BA4F57;
}
.AnyTagClassName
{
color: #BA4F57;
}
</style>
background-color css
<style>
a { background-color: #BA4F57; }
a { background-color: rgb(186,79,87); }
div.DivClassName
{
background-color: #BA4F57;
}
.BgClassName
{
background-color: #BA4F57;
}
</style>
border-color css
<style>
span { border-color: #BA4F57; }
span { border-color: rgb(186,79,87); }
td.TdClassName
{
border-color: #BA4F57;
}
.TagClassName
{
border-color: #BA4F57;
}
</style>