Shades of Mandalay #BA8132
Tints of Mandalay #BA8132
RGB
CMYK
RGB Variations
Color information
#BA8132 (or 0xBA8132) is known color: Mandalay. HEX triplet: BA, 81 and 32. RGB value is (186,129,50). Sum of RGB (Red+Green+Blue) = 186+129+50=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8132 is #457ECD. Grayscale: #898989. Windows color (decimal): -4554446 or 3310010. OLE color: 3310010.
HSL color Cylindrical-coordinate representation of color #BA8132: hue angle of 34.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA8132 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 50 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.27 |
| HSL | 34.85º | 0.58% | 0.46% | - |
| HSV(B) | 34.85º | 0.73% | 0.73% | - |
| XYZ | 28.68 | 26.37 | 6.6 | - |
| YUV | 137.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 50 | 0 | 0.31 | 0.73 | 0.27 | 34.85 | 0.58 | 0.46 |
| Hex | BA | 81 | 32 | 0 | 1F | 49 | 1B | 23 | 3A | 2E |
| Octal | 272 | 201 | 62 | 0 | 37 | 111 | 33 | 43 | 72 | 56 |
| Binary | 10111010 | 10000001 | 110010 | 0 | 11111 | 1001001 | 11011 | 100011 | 111010 | 101110 |
Color Harmonies of #BA8132
Complementary color
Monochromatic Colors of #BA8132
Black with #BA8132
Text Example
Text Example
White with #BA8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8132; }
p { color: rgb(186,129,50); }
H1.HeaderClassName
{
color: #BA8132;
}
.AnyTagClassName
{
color: #BA8132;
}
</style>
background-color css
<style>
a { background-color: #BA8132; }
a { background-color: rgb(186,129,50); }
div.DivClassName
{
background-color: #BA8132;
}
.BgClassName
{
background-color: #BA8132;
}
</style>
border-color css
<style>
span { border-color: #BA8132; }
span { border-color: rgb(186,129,50); }
td.TdClassName
{
border-color: #BA8132;
}
.TagClassName
{
border-color: #BA8132;
}
</style>