Shades of Mandy #BA5B5E
Tints of Mandy #BA5B5E
RGB
CMYK
RGB Variations
Color information
#BA5B5E (or 0xBA5B5E) is known color: Mandy. HEX triplet: BA, 5B and 5E. RGB value is (186,91,94). Sum of RGB (Red+Green+Blue) = 186+91+94=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B5E is #45A4A1. Grayscale: #777777. Windows color (decimal): -4564130 or 6183866. OLE color: 6183866.
HSL color Cylindrical-coordinate representation of color #BA5B5E: hue angle of 358.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B5E is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 94 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.27 |
| HSL | 358.11º | 0.41% | 0.54% | - |
| HSV(B) | 358.11º | 0.51% | 0.73% | - |
| XYZ | 26.01 | 18.73 | 12.83 | - |
| YUV | 119.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 94 | 0 | 0.51 | 0.49 | 0.27 | 358.11 | 0.41 | 0.54 |
| Hex | BA | 5B | 5E | 0 | 33 | 31 | 1B | 166 | 29 | 36 |
| Octal | 272 | 133 | 136 | 0 | 63 | 61 | 33 | 546 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1011110 | 0 | 110011 | 110001 | 11011 | 101100110 | 101001 | 110110 |
Color Harmonies of #BA5B5E
Complementary color
Monochromatic Colors of #BA5B5E
Black with #BA5B5E
Text Example
Text Example
White with #BA5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B5E; }
p { color: rgb(186,91,94); }
H1.HeaderClassName
{
color: #BA5B5E;
}
.AnyTagClassName
{
color: #BA5B5E;
}
</style>
background-color css
<style>
a { background-color: #BA5B5E; }
a { background-color: rgb(186,91,94); }
div.DivClassName
{
background-color: #BA5B5E;
}
.BgClassName
{
background-color: #BA5B5E;
}
</style>
border-color css
<style>
span { border-color: #BA5B5E; }
span { border-color: rgb(186,91,94); }
td.TdClassName
{
border-color: #BA5B5E;
}
.TagClassName
{
border-color: #BA5B5E;
}
</style>