Shades of Mandy #BA555B
Tints of Mandy #BA555B
RGB
CMYK
RGB Variations
Color information
#BA555B (or 0xBA555B) is known color: Mandy. HEX triplet: BA, 55 and 5B. RGB value is (186,85,91). Sum of RGB (Red+Green+Blue) = 186+85+91=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555B is #45AAA4. Grayscale: #737373. Windows color (decimal): -4565669 or 5985722. OLE color: 5985722.
HSL color Cylindrical-coordinate representation of color #BA555B: hue angle of 356.44º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA555B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 91 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.27 |
| HSL | 356.44º | 0.42% | 0.53% | - |
| HSV(B) | 356.44º | 0.54% | 0.73% | - |
| XYZ | 25.39 | 17.69 | 11.97 | - |
| YUV | 115.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 91 | 0 | 0.54 | 0.51 | 0.27 | 356.44 | 0.42 | 0.53 |
| Hex | BA | 55 | 5B | 0 | 36 | 33 | 1B | 164 | 2A | 35 |
| Octal | 272 | 125 | 133 | 0 | 66 | 63 | 33 | 544 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1011011 | 0 | 110110 | 110011 | 11011 | 101100100 | 101010 | 110101 |
Color Harmonies of #BA555B
Complementary color
Monochromatic Colors of #BA555B
Black with #BA555B
Text Example
Text Example
White with #BA555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA555B; }
p { color: rgb(186,85,91); }
H1.HeaderClassName
{
color: #BA555B;
}
.AnyTagClassName
{
color: #BA555B;
}
</style>
background-color css
<style>
a { background-color: #BA555B; }
a { background-color: rgb(186,85,91); }
div.DivClassName
{
background-color: #BA555B;
}
.BgClassName
{
background-color: #BA555B;
}
</style>
border-color css
<style>
span { border-color: #BA555B; }
span { border-color: rgb(186,85,91); }
td.TdClassName
{
border-color: #BA555B;
}
.TagClassName
{
border-color: #BA555B;
}
</style>