Shades of Mandy #BA4F54
Tints of Mandy #BA4F54
RGB
CMYK
RGB Variations
Color information
#BA4F54 (or 0xBA4F54) is known color: Mandy. HEX triplet: BA, 4F and 54. RGB value is (186,79,84). Sum of RGB (Red+Green+Blue) = 186+79+84=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F54 is #45B0AB. Grayscale: #6F6F6F. Windows color (decimal): -4567212 or 5525434. OLE color: 5525434.
HSL color Cylindrical-coordinate representation of color #BA4F54: hue angle of 357.2º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F54 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 84 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.27 |
| HSL | 357.2º | 0.44% | 0.52% | - |
| HSV(B) | 357.2º | 0.58% | 0.73% | - |
| XYZ | 24.65 | 16.67 | 10.31 | - |
| YUV | 111.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 84 | 0 | 0.58 | 0.55 | 0.27 | 357.2 | 0.44 | 0.52 |
| Hex | BA | 4F | 54 | 0 | 3A | 37 | 1B | 165 | 2C | 34 |
| Octal | 272 | 117 | 124 | 0 | 72 | 67 | 33 | 545 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1010100 | 0 | 111010 | 110111 | 11011 | 101100101 | 101100 | 110100 |
Color Harmonies of #BA4F54
Complementary color
Monochromatic Colors of #BA4F54
Black with #BA4F54
Text Example
Text Example
White with #BA4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F54; }
p { color: rgb(186,79,84); }
H1.HeaderClassName
{
color: #BA4F54;
}
.AnyTagClassName
{
color: #BA4F54;
}
</style>
background-color css
<style>
a { background-color: #BA4F54; }
a { background-color: rgb(186,79,84); }
div.DivClassName
{
background-color: #BA4F54;
}
.BgClassName
{
background-color: #BA4F54;
}
</style>
border-color css
<style>
span { border-color: #BA4F54; }
span { border-color: rgb(186,79,84); }
td.TdClassName
{
border-color: #BA4F54;
}
.TagClassName
{
border-color: #BA4F54;
}
</style>