Shades of Mandy #BA5A5B
Tints of Mandy #BA5A5B
RGB
CMYK
RGB Variations
Color information
#BA5A5B (or 0xBA5A5B) is known color: Mandy. HEX triplet: BA, 5A and 5B. RGB value is (186,90,91). Sum of RGB (Red+Green+Blue) = 186+90+91=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A5B is #45A5A4. Grayscale: #767676. Windows color (decimal): -4564389 or 5987002. OLE color: 5987002.
HSL color Cylindrical-coordinate representation of color #BA5A5B: hue angle of 359.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A5B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 91 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.27 |
| HSL | 359.38º | 0.41% | 0.54% | - |
| HSV(B) | 359.38º | 0.52% | 0.73% | - |
| XYZ | 25.79 | 18.51 | 12.11 | - |
| YUV | 118.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 91 | 0 | 0.52 | 0.51 | 0.27 | 359.38 | 0.41 | 0.54 |
| Hex | BA | 5A | 5B | 0 | 34 | 33 | 1B | 167 | 29 | 36 |
| Octal | 272 | 132 | 133 | 0 | 64 | 63 | 33 | 547 | 51 | 66 |
| Binary | 10111010 | 1011010 | 1011011 | 0 | 110100 | 110011 | 11011 | 101100111 | 101001 | 110110 |
Color Harmonies of #BA5A5B
Complementary color
Monochromatic Colors of #BA5A5B
Black with #BA5A5B
Text Example
Text Example
White with #BA5A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A5B; }
p { color: rgb(186,90,91); }
H1.HeaderClassName
{
color: #BA5A5B;
}
.AnyTagClassName
{
color: #BA5A5B;
}
</style>
background-color css
<style>
a { background-color: #BA5A5B; }
a { background-color: rgb(186,90,91); }
div.DivClassName
{
background-color: #BA5A5B;
}
.BgClassName
{
background-color: #BA5A5B;
}
</style>
border-color css
<style>
span { border-color: #BA5A5B; }
span { border-color: rgb(186,90,91); }
td.TdClassName
{
border-color: #BA5A5B;
}
.TagClassName
{
border-color: #BA5A5B;
}
</style>