Shades of Mandy #BA5357
Tints of Mandy #BA5357
RGB
CMYK
RGB Variations
Color information
#BA5357 (or 0xBA5357) is known color: Mandy. HEX triplet: BA, 53 and 57. RGB value is (186,83,87). Sum of RGB (Red+Green+Blue) = 186+83+87=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5357 is #45ACA8. Grayscale: #727272. Windows color (decimal): -4566185 or 5723066. OLE color: 5723066.
HSL color Cylindrical-coordinate representation of color #BA5357: hue angle of 357.67º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5357 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 87 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.27 |
| HSL | 357.67º | 0.43% | 0.53% | - |
| HSV(B) | 357.67º | 0.55% | 0.73% | - |
| XYZ | 25.06 | 17.31 | 11.04 | - |
| YUV | 114.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 87 | 0 | 0.55 | 0.53 | 0.27 | 357.67 | 0.43 | 0.53 |
| Hex | BA | 53 | 57 | 0 | 37 | 35 | 1B | 166 | 2B | 35 |
| Octal | 272 | 123 | 127 | 0 | 67 | 65 | 33 | 546 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1010111 | 0 | 110111 | 110101 | 11011 | 101100110 | 101011 | 110101 |
Color Harmonies of #BA5357
Complementary color
Monochromatic Colors of #BA5357
Black with #BA5357
Text Example
Text Example
White with #BA5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5357; }
p { color: rgb(186,83,87); }
H1.HeaderClassName
{
color: #BA5357;
}
.AnyTagClassName
{
color: #BA5357;
}
</style>
background-color css
<style>
a { background-color: #BA5357; }
a { background-color: rgb(186,83,87); }
div.DivClassName
{
background-color: #BA5357;
}
.BgClassName
{
background-color: #BA5357;
}
</style>
border-color css
<style>
span { border-color: #BA5357; }
span { border-color: rgb(186,83,87); }
td.TdClassName
{
border-color: #BA5357;
}
.TagClassName
{
border-color: #BA5357;
}
</style>