Shades of Mandalay #BA8037
Tints of Mandalay #BA8037
RGB
CMYK
RGB Variations
Color information
#BA8037 (or 0xBA8037) is known color: Mandalay. HEX triplet: BA, 80 and 37. RGB value is (186,128,55). Sum of RGB (Red+Green+Blue) = 186+128+55=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8037 is #457FC8. Grayscale: #898989. Windows color (decimal): -4554697 or 3637434. OLE color: 3637434.
HSL color Cylindrical-coordinate representation of color #BA8037: hue angle of 33.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA8037 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 55 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.27 |
| HSL | 33.44º | 0.54% | 0.47% | - |
| HSV(B) | 33.44º | 0.7% | 0.73% | - |
| XYZ | 28.66 | 26.15 | 7.15 | - |
| YUV | 137.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 55 | 0 | 0.31 | 0.70 | 0.27 | 33.44 | 0.54 | 0.47 |
| Hex | BA | 80 | 37 | 0 | 1F | 46 | 1B | 21 | 36 | 2F |
| Octal | 272 | 200 | 67 | 0 | 37 | 106 | 33 | 41 | 66 | 57 |
| Binary | 10111010 | 10000000 | 110111 | 0 | 11111 | 1000110 | 11011 | 100001 | 110110 | 101111 |
Color Harmonies of #BA8037
Complementary color
Monochromatic Colors of #BA8037
Black with #BA8037
Text Example
Text Example
White with #BA8037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8037; }
p { color: rgb(186,128,55); }
H1.HeaderClassName
{
color: #BA8037;
}
.AnyTagClassName
{
color: #BA8037;
}
</style>
background-color css
<style>
a { background-color: #BA8037; }
a { background-color: rgb(186,128,55); }
div.DivClassName
{
background-color: #BA8037;
}
.BgClassName
{
background-color: #BA8037;
}
</style>
border-color css
<style>
span { border-color: #BA8037; }
span { border-color: rgb(186,128,55); }
td.TdClassName
{
border-color: #BA8037;
}
.TagClassName
{
border-color: #BA8037;
}
</style>