Shades of Mandy #BA575B
Tints of Mandy #BA575B
RGB
CMYK
RGB Variations
Color information
#BA575B (or 0xBA575B) is known color: Mandy. HEX triplet: BA, 57 and 5B. RGB value is (186,87,91). Sum of RGB (Red+Green+Blue) = 186+87+91=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA575B is #45A8A4. Grayscale: #757575. Windows color (decimal): -4565157 or 5986234. OLE color: 5986234.
HSL color Cylindrical-coordinate representation of color #BA575B: hue angle of 357.58º 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 #BA575B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 91 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 357.58º | 0.42% | 0.54% | - |
| HSV(B) | 357.58º | 0.53% | 0.73% | - |
| XYZ | 25.55 | 18.01 | 12.03 | - |
| YUV | 117.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 91 | 0 | 0.53 | 0.51 | 0.27 | 357.58 | 0.42 | 0.54 |
| Hex | BA | 57 | 5B | 0 | 35 | 33 | 1B | 166 | 2A | 36 |
| Octal | 272 | 127 | 133 | 0 | 65 | 63 | 33 | 546 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1011011 | 0 | 110101 | 110011 | 11011 | 101100110 | 101010 | 110110 |
Color Harmonies of #BA575B
Complementary color
Monochromatic Colors of #BA575B
Black with #BA575B
Text Example
Text Example
White with #BA575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA575B; }
p { color: rgb(186,87,91); }
H1.HeaderClassName
{
color: #BA575B;
}
.AnyTagClassName
{
color: #BA575B;
}
</style>
background-color css
<style>
a { background-color: #BA575B; }
a { background-color: rgb(186,87,91); }
div.DivClassName
{
background-color: #BA575B;
}
.BgClassName
{
background-color: #BA575B;
}
</style>
border-color css
<style>
span { border-color: #BA575B; }
span { border-color: rgb(186,87,91); }
td.TdClassName
{
border-color: #BA575B;
}
.TagClassName
{
border-color: #BA575B;
}
</style>