Shades of Mandy #BA5253
Tints of Mandy #BA5253
RGB
CMYK
RGB Variations
Color information
#BA5253 (or 0xBA5253) is known color: Mandy. HEX triplet: BA, 52 and 53. RGB value is (186,82,83). Sum of RGB (Red+Green+Blue) = 186+82+83=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5253 is #45ADAC. Grayscale: #717171. Windows color (decimal): -4566445 or 5460666. OLE color: 5460666.
HSL color Cylindrical-coordinate representation of color #BA5253: hue angle of 359.42º 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 #BA5253 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 83 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.27 |
| HSL | 359.42º | 0.43% | 0.53% | - |
| HSV(B) | 359.42º | 0.56% | 0.73% | - |
| XYZ | 24.83 | 17.1 | 10.18 | - |
| YUV | 113.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 83 | 0 | 0.56 | 0.55 | 0.27 | 359.42 | 0.43 | 0.53 |
| Hex | BA | 52 | 53 | 0 | 38 | 37 | 1B | 167 | 2B | 35 |
| Octal | 272 | 122 | 123 | 0 | 70 | 67 | 33 | 547 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1010011 | 0 | 111000 | 110111 | 11011 | 101100111 | 101011 | 110101 |
Color Harmonies of #BA5253
Complementary color
Monochromatic Colors of #BA5253
Black with #BA5253
Text Example
Text Example
White with #BA5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5253; }
p { color: rgb(186,82,83); }
H1.HeaderClassName
{
color: #BA5253;
}
.AnyTagClassName
{
color: #BA5253;
}
</style>
background-color css
<style>
a { background-color: #BA5253; }
a { background-color: rgb(186,82,83); }
div.DivClassName
{
background-color: #BA5253;
}
.BgClassName
{
background-color: #BA5253;
}
</style>
border-color css
<style>
span { border-color: #BA5253; }
span { border-color: rgb(186,82,83); }
td.TdClassName
{
border-color: #BA5253;
}
.TagClassName
{
border-color: #BA5253;
}
</style>