Shades of Mandy #BA5257
Tints of Mandy #BA5257
RGB
CMYK
RGB Variations
Color information
#BA5257 (or 0xBA5257) is known color: Mandy. HEX triplet: BA, 52 and 57. RGB value is (186,82,87). Sum of RGB (Red+Green+Blue) = 186+82+87=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5257 is #45ADA8. Grayscale: #717171. Windows color (decimal): -4566441 or 5722810. OLE color: 5722810.
HSL color Cylindrical-coordinate representation of color #BA5257: hue angle of 357.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5257 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 87 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.27 |
| HSL | 357.12º | 0.43% | 0.53% | - |
| HSV(B) | 357.12º | 0.56% | 0.73% | - |
| XYZ | 24.99 | 17.16 | 11.01 | - |
| YUV | 113.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 87 | 0 | 0.56 | 0.53 | 0.27 | 357.12 | 0.43 | 0.53 |
| Hex | BA | 52 | 57 | 0 | 38 | 35 | 1B | 165 | 2B | 35 |
| Octal | 272 | 122 | 127 | 0 | 70 | 65 | 33 | 545 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1010111 | 0 | 111000 | 110101 | 11011 | 101100101 | 101011 | 110101 |
Color Harmonies of #BA5257
Complementary color
Monochromatic Colors of #BA5257
Black with #BA5257
Text Example
Text Example
White with #BA5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5257; }
p { color: rgb(186,82,87); }
H1.HeaderClassName
{
color: #BA5257;
}
.AnyTagClassName
{
color: #BA5257;
}
</style>
background-color css
<style>
a { background-color: #BA5257; }
a { background-color: rgb(186,82,87); }
div.DivClassName
{
background-color: #BA5257;
}
.BgClassName
{
background-color: #BA5257;
}
</style>
border-color css
<style>
span { border-color: #BA5257; }
span { border-color: rgb(186,82,87); }
td.TdClassName
{
border-color: #BA5257;
}
.TagClassName
{
border-color: #BA5257;
}
</style>