Shades of Mandalay #BA8529
Tints of Mandalay #BA8529
RGB
CMYK
RGB Variations
Color information
#BA8529 (or 0xBA8529) is known color: Mandalay. HEX triplet: BA, 85 and 29. RGB value is (186,133,41). Sum of RGB (Red+Green+Blue) = 186+133+41=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8529 is #457AD6. Grayscale: #8A8A8A. Windows color (decimal): -4553431 or 2721210. OLE color: 2721210.
HSL color Cylindrical-coordinate representation of color #BA8529: hue angle of 38.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8529 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.27 |
| HSL | 38.07º | 0.64% | 0.45% | - |
| HSV(B) | 38.07º | 0.78% | 0.73% | - |
| XYZ | 29.04 | 27.37 | 5.85 | - |
| YUV | 138.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 41 | 0 | 0.28 | 0.78 | 0.27 | 38.07 | 0.64 | 0.45 |
| Hex | BA | 85 | 29 | 0 | 1C | 4E | 1B | 26 | 40 | 2D |
| Octal | 272 | 205 | 51 | 0 | 34 | 116 | 33 | 46 | 100 | 55 |
| Binary | 10111010 | 10000101 | 101001 | 0 | 11100 | 1001110 | 11011 | 100110 | 1000000 | 101101 |
Color Harmonies of #BA8529
Complementary color
Monochromatic Colors of #BA8529
Black with #BA8529
Text Example
Text Example
White with #BA8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8529; }
p { color: rgb(186,133,41); }
H1.HeaderClassName
{
color: #BA8529;
}
.AnyTagClassName
{
color: #BA8529;
}
</style>
background-color css
<style>
a { background-color: #BA8529; }
a { background-color: rgb(186,133,41); }
div.DivClassName
{
background-color: #BA8529;
}
.BgClassName
{
background-color: #BA8529;
}
</style>
border-color css
<style>
span { border-color: #BA8529; }
span { border-color: rgb(186,133,41); }
td.TdClassName
{
border-color: #BA8529;
}
.TagClassName
{
border-color: #BA8529;
}
</style>