Shades of Mandalay #BA8332
Tints of Mandalay #BA8332
RGB
CMYK
RGB Variations
Color information
#BA8332 (or 0xBA8332) is known color: Mandalay. HEX triplet: BA, 83 and 32. RGB value is (186,131,50). Sum of RGB (Red+Green+Blue) = 186+131+50=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8332 is #457CCD. Grayscale: #8A8A8A. Windows color (decimal): -4553934 or 3310522. OLE color: 3310522.
HSL color Cylindrical-coordinate representation of color #BA8332: hue angle of 35.74º 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 #BA8332 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 50 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.27 |
| HSL | 35.74º | 0.58% | 0.46% | - |
| HSV(B) | 35.74º | 0.73% | 0.73% | - |
| XYZ | 28.94 | 26.9 | 6.68 | - |
| YUV | 138.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 50 | 0 | 0.30 | 0.73 | 0.27 | 35.74 | 0.58 | 0.46 |
| Hex | BA | 83 | 32 | 0 | 1E | 49 | 1B | 24 | 3A | 2E |
| Octal | 272 | 203 | 62 | 0 | 36 | 111 | 33 | 44 | 72 | 56 |
| Binary | 10111010 | 10000011 | 110010 | 0 | 11110 | 1001001 | 11011 | 100100 | 111010 | 101110 |
Color Harmonies of #BA8332
Complementary color
Monochromatic Colors of #BA8332
Black with #BA8332
Text Example
Text Example
White with #BA8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8332; }
p { color: rgb(186,131,50); }
H1.HeaderClassName
{
color: #BA8332;
}
.AnyTagClassName
{
color: #BA8332;
}
</style>
background-color css
<style>
a { background-color: #BA8332; }
a { background-color: rgb(186,131,50); }
div.DivClassName
{
background-color: #BA8332;
}
.BgClassName
{
background-color: #BA8332;
}
</style>
border-color css
<style>
span { border-color: #BA8332; }
span { border-color: rgb(186,131,50); }
td.TdClassName
{
border-color: #BA8332;
}
.TagClassName
{
border-color: #BA8332;
}
</style>