Shades of Mandalay #BA8431
Tints of Mandalay #BA8431
RGB
CMYK
RGB Variations
Color information
#BA8431 (or 0xBA8431) is known color: Mandalay. HEX triplet: BA, 84 and 31. RGB value is (186,132,49). Sum of RGB (Red+Green+Blue) = 186+132+49=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8431 is #457BCE. Grayscale: #8B8B8B. Windows color (decimal): -4553679 or 3245242. OLE color: 3245242.
HSL color Cylindrical-coordinate representation of color #BA8431: hue angle of 36.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8431 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 49 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.27 |
| HSL | 36.35º | 0.58% | 0.46% | - |
| HSV(B) | 36.35º | 0.74% | 0.73% | - |
| XYZ | 29.06 | 27.16 | 6.62 | - |
| YUV | 138.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 49 | 0 | 0.29 | 0.74 | 0.27 | 36.35 | 0.58 | 0.46 |
| Hex | BA | 84 | 31 | 0 | 1D | 4A | 1B | 24 | 3A | 2E |
| Octal | 272 | 204 | 61 | 0 | 35 | 112 | 33 | 44 | 72 | 56 |
| Binary | 10111010 | 10000100 | 110001 | 0 | 11101 | 1001010 | 11011 | 100100 | 111010 | 101110 |
Color Harmonies of #BA8431
Complementary color
Monochromatic Colors of #BA8431
Black with #BA8431
Text Example
Text Example
White with #BA8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8431; }
p { color: rgb(186,132,49); }
H1.HeaderClassName
{
color: #BA8431;
}
.AnyTagClassName
{
color: #BA8431;
}
</style>
background-color css
<style>
a { background-color: #BA8431; }
a { background-color: rgb(186,132,49); }
div.DivClassName
{
background-color: #BA8431;
}
.BgClassName
{
background-color: #BA8431;
}
</style>
border-color css
<style>
span { border-color: #BA8431; }
span { border-color: rgb(186,132,49); }
td.TdClassName
{
border-color: #BA8431;
}
.TagClassName
{
border-color: #BA8431;
}
</style>