Shades of Mandy #BA565B
Tints of Mandy #BA565B
RGB
CMYK
RGB Variations
Color information
#BA565B (or 0xBA565B) is known color: Mandy. HEX triplet: BA, 56 and 5B. RGB value is (186,86,91). Sum of RGB (Red+Green+Blue) = 186+86+91=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA565B is #45A9A4. Grayscale: #747474. Windows color (decimal): -4565413 or 5985978. OLE color: 5985978.
HSL color Cylindrical-coordinate representation of color #BA565B: hue angle of 357º 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 #BA565B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 91 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.27 |
| HSL | 357º | 0.42% | 0.53% | - |
| HSV(B) | 357º | 0.54% | 0.73% | - |
| XYZ | 25.47 | 17.85 | 12 | - |
| YUV | 116.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 91 | 0 | 0.54 | 0.51 | 0.27 | 357 | 0.42 | 0.53 |
| Hex | BA | 56 | 5B | 0 | 36 | 33 | 1B | 165 | 2A | 35 |
| Octal | 272 | 126 | 133 | 0 | 66 | 63 | 33 | 545 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1011011 | 0 | 110110 | 110011 | 11011 | 101100101 | 101010 | 110101 |
Color Harmonies of #BA565B
Complementary color
Monochromatic Colors of #BA565B
Black with #BA565B
Text Example
Text Example
White with #BA565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA565B; }
p { color: rgb(186,86,91); }
H1.HeaderClassName
{
color: #BA565B;
}
.AnyTagClassName
{
color: #BA565B;
}
</style>
background-color css
<style>
a { background-color: #BA565B; }
a { background-color: rgb(186,86,91); }
div.DivClassName
{
background-color: #BA565B;
}
.BgClassName
{
background-color: #BA565B;
}
</style>
border-color css
<style>
span { border-color: #BA565B; }
span { border-color: rgb(186,86,91); }
td.TdClassName
{
border-color: #BA565B;
}
.TagClassName
{
border-color: #BA565B;
}
</style>