Shades of Mandy #BA5559
Tints of Mandy #BA5559
RGB
CMYK
RGB Variations
Color information
#BA5559 (or 0xBA5559) is known color: Mandy. HEX triplet: BA, 55 and 59. RGB value is (186,85,89). Sum of RGB (Red+Green+Blue) = 186+85+89=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5559 is #45AAA6. Grayscale: #737373. Windows color (decimal): -4565671 or 5854650. OLE color: 5854650.
HSL color Cylindrical-coordinate representation of color #BA5559: hue angle of 357.62º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5559 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 89 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.27 |
| HSL | 357.62º | 0.42% | 0.53% | - |
| HSV(B) | 357.62º | 0.54% | 0.73% | - |
| XYZ | 25.3 | 17.66 | 11.53 | - |
| YUV | 115.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 89 | 0 | 0.54 | 0.52 | 0.27 | 357.62 | 0.42 | 0.53 |
| Hex | BA | 55 | 59 | 0 | 36 | 34 | 1B | 166 | 2A | 35 |
| Octal | 272 | 125 | 131 | 0 | 66 | 64 | 33 | 546 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1011001 | 0 | 110110 | 110100 | 11011 | 101100110 | 101010 | 110101 |
Color Harmonies of #BA5559
Complementary color
Monochromatic Colors of #BA5559
Black with #BA5559
Text Example
Text Example
White with #BA5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5559; }
p { color: rgb(186,85,89); }
H1.HeaderClassName
{
color: #BA5559;
}
.AnyTagClassName
{
color: #BA5559;
}
</style>
background-color css
<style>
a { background-color: #BA5559; }
a { background-color: rgb(186,85,89); }
div.DivClassName
{
background-color: #BA5559;
}
.BgClassName
{
background-color: #BA5559;
}
</style>
border-color css
<style>
span { border-color: #BA5559; }
span { border-color: rgb(186,85,89); }
td.TdClassName
{
border-color: #BA5559;
}
.TagClassName
{
border-color: #BA5559;
}
</style>