Shades of Mandy #BA585B
Tints of Mandy #BA585B
RGB
CMYK
RGB Variations
Color information
#BA585B (or 0xBA585B) is known color: Mandy. HEX triplet: BA, 58 and 5B. RGB value is (186,88,91). Sum of RGB (Red+Green+Blue) = 186+88+91=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA585B is #45A7A4. Grayscale: #757575. Windows color (decimal): -4564901 or 5986490. OLE color: 5986490.
HSL color Cylindrical-coordinate representation of color #BA585B: hue angle of 358.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA585B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 91 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 358.16º | 0.42% | 0.54% | - |
| HSV(B) | 358.16º | 0.53% | 0.73% | - |
| XYZ | 25.63 | 18.17 | 12.05 | - |
| YUV | 117.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 91 | 0 | 0.53 | 0.51 | 0.27 | 358.16 | 0.42 | 0.54 |
| Hex | BA | 58 | 5B | 0 | 35 | 33 | 1B | 166 | 2A | 36 |
| Octal | 272 | 130 | 133 | 0 | 65 | 63 | 33 | 546 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1011011 | 0 | 110101 | 110011 | 11011 | 101100110 | 101010 | 110110 |
Color Harmonies of #BA585B
Complementary color
Monochromatic Colors of #BA585B
Black with #BA585B
Text Example
Text Example
White with #BA585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA585B; }
p { color: rgb(186,88,91); }
H1.HeaderClassName
{
color: #BA585B;
}
.AnyTagClassName
{
color: #BA585B;
}
</style>
background-color css
<style>
a { background-color: #BA585B; }
a { background-color: rgb(186,88,91); }
div.DivClassName
{
background-color: #BA585B;
}
.BgClassName
{
background-color: #BA585B;
}
</style>
border-color css
<style>
span { border-color: #BA585B; }
span { border-color: rgb(186,88,91); }
td.TdClassName
{
border-color: #BA585B;
}
.TagClassName
{
border-color: #BA585B;
}
</style>