Shades of Mandy #BA5458
Tints of Mandy #BA5458
RGB
CMYK
RGB Variations
Color information
#BA5458 (or 0xBA5458) is known color: Mandy. HEX triplet: BA, 54 and 58. RGB value is (186,84,88). Sum of RGB (Red+Green+Blue) = 186+84+88=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5458 is #45ABA7. Grayscale: #737373. Windows color (decimal): -4565928 or 5788858. OLE color: 5788858.
HSL color Cylindrical-coordinate representation of color #BA5458: hue angle of 357.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5458 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 88 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.27 |
| HSL | 357.65º | 0.43% | 0.53% | - |
| HSV(B) | 357.65º | 0.55% | 0.73% | - |
| XYZ | 25.18 | 17.48 | 11.28 | - |
| YUV | 114.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 88 | 0 | 0.55 | 0.53 | 0.27 | 357.65 | 0.43 | 0.53 |
| Hex | BA | 54 | 58 | 0 | 37 | 35 | 1B | 166 | 2A | 35 |
| Octal | 272 | 124 | 130 | 0 | 67 | 65 | 33 | 546 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1011000 | 0 | 110111 | 110101 | 11011 | 101100110 | 101010 | 110101 |
Color Harmonies of #BA5458
Complementary color
Monochromatic Colors of #BA5458
Black with #BA5458
Text Example
Text Example
White with #BA5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5458; }
p { color: rgb(186,84,88); }
H1.HeaderClassName
{
color: #BA5458;
}
.AnyTagClassName
{
color: #BA5458;
}
</style>
background-color css
<style>
a { background-color: #BA5458; }
a { background-color: rgb(186,84,88); }
div.DivClassName
{
background-color: #BA5458;
}
.BgClassName
{
background-color: #BA5458;
}
</style>
border-color css
<style>
span { border-color: #BA5458; }
span { border-color: rgb(186,84,88); }
td.TdClassName
{
border-color: #BA5458;
}
.TagClassName
{
border-color: #BA5458;
}
</style>