Shades of Mandy #BA545B
Tints of Mandy #BA545B
RGB
CMYK
RGB Variations
Color information
#BA545B (or 0xBA545B) is known color: Mandy. HEX triplet: BA, 54 and 5B. RGB value is (186,84,91). Sum of RGB (Red+Green+Blue) = 186+84+91=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA545B is #45ABA4. Grayscale: #737373. Windows color (decimal): -4565925 or 5985466. OLE color: 5985466.
HSL color Cylindrical-coordinate representation of color #BA545B: hue angle of 355.88º 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 #BA545B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 91 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.27 |
| HSL | 355.88º | 0.43% | 0.53% | - |
| HSV(B) | 355.88º | 0.55% | 0.73% | - |
| XYZ | 25.31 | 17.54 | 11.95 | - |
| YUV | 115.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 91 | 0 | 0.55 | 0.51 | 0.27 | 355.88 | 0.43 | 0.53 |
| Hex | BA | 54 | 5B | 0 | 37 | 33 | 1B | 164 | 2A | 35 |
| Octal | 272 | 124 | 133 | 0 | 67 | 63 | 33 | 544 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1011011 | 0 | 110111 | 110011 | 11011 | 101100100 | 101010 | 110101 |
Color Harmonies of #BA545B
Complementary color
Monochromatic Colors of #BA545B
Black with #BA545B
Text Example
Text Example
White with #BA545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA545B; }
p { color: rgb(186,84,91); }
H1.HeaderClassName
{
color: #BA545B;
}
.AnyTagClassName
{
color: #BA545B;
}
</style>
background-color css
<style>
a { background-color: #BA545B; }
a { background-color: rgb(186,84,91); }
div.DivClassName
{
background-color: #BA545B;
}
.BgClassName
{
background-color: #BA545B;
}
</style>
border-color css
<style>
span { border-color: #BA545B; }
span { border-color: rgb(186,84,91); }
td.TdClassName
{
border-color: #BA545B;
}
.TagClassName
{
border-color: #BA545B;
}
</style>