Shades of Mandy #BA595C
Tints of Mandy #BA595C
RGB
CMYK
RGB Variations
Color information
#BA595C (or 0xBA595C) is known color: Mandy. HEX triplet: BA, 59 and 5C. RGB value is (186,89,92). Sum of RGB (Red+Green+Blue) = 186+89+92=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA595C is #45A6A3. Grayscale: #767676. Windows color (decimal): -4564644 or 6052282. OLE color: 6052282.
HSL color Cylindrical-coordinate representation of color #BA595C: hue angle of 358.14º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA595C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 92 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.27 |
| HSL | 358.14º | 0.41% | 0.54% | - |
| HSV(B) | 358.14º | 0.52% | 0.73% | - |
| XYZ | 25.75 | 18.36 | 12.31 | - |
| YUV | 118.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 92 | 0 | 0.52 | 0.51 | 0.27 | 358.14 | 0.41 | 0.54 |
| Hex | BA | 59 | 5C | 0 | 34 | 33 | 1B | 166 | 29 | 36 |
| Octal | 272 | 131 | 134 | 0 | 64 | 63 | 33 | 546 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1011100 | 0 | 110100 | 110011 | 11011 | 101100110 | 101001 | 110110 |
Color Harmonies of #BA595C
Complementary color
Monochromatic Colors of #BA595C
Black with #BA595C
Text Example
Text Example
White with #BA595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA595C; }
p { color: rgb(186,89,92); }
H1.HeaderClassName
{
color: #BA595C;
}
.AnyTagClassName
{
color: #BA595C;
}
</style>
background-color css
<style>
a { background-color: #BA595C; }
a { background-color: rgb(186,89,92); }
div.DivClassName
{
background-color: #BA595C;
}
.BgClassName
{
background-color: #BA595C;
}
</style>
border-color css
<style>
span { border-color: #BA595C; }
span { border-color: rgb(186,89,92); }
td.TdClassName
{
border-color: #BA595C;
}
.TagClassName
{
border-color: #BA595C;
}
</style>