Shades of Mandalay #BA8429
Tints of Mandalay #BA8429
RGB
CMYK
RGB Variations
Color information
#BA8429 (or 0xBA8429) is known color: Mandalay. HEX triplet: BA, 84 and 29. RGB value is (186,132,41). Sum of RGB (Red+Green+Blue) = 186+132+41=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8429 is #457BD6. Grayscale: #8A8A8A. Windows color (decimal): -4553687 or 2720954. OLE color: 2720954.
HSL color Cylindrical-coordinate representation of color #BA8429: hue angle of 37.66º 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 #BA8429 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 41 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.27 |
| HSL | 37.66º | 0.64% | 0.45% | - |
| HSV(B) | 37.66º | 0.78% | 0.73% | - |
| XYZ | 28.9 | 27.1 | 5.81 | - |
| YUV | 137.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 41 | 0 | 0.29 | 0.78 | 0.27 | 37.66 | 0.64 | 0.45 |
| Hex | BA | 84 | 29 | 0 | 1D | 4E | 1B | 26 | 40 | 2D |
| Octal | 272 | 204 | 51 | 0 | 35 | 116 | 33 | 46 | 100 | 55 |
| Binary | 10111010 | 10000100 | 101001 | 0 | 11101 | 1001110 | 11011 | 100110 | 1000000 | 101101 |
Color Harmonies of #BA8429
Complementary color
Monochromatic Colors of #BA8429
Black with #BA8429
Text Example
Text Example
White with #BA8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8429; }
p { color: rgb(186,132,41); }
H1.HeaderClassName
{
color: #BA8429;
}
.AnyTagClassName
{
color: #BA8429;
}
</style>
background-color css
<style>
a { background-color: #BA8429; }
a { background-color: rgb(186,132,41); }
div.DivClassName
{
background-color: #BA8429;
}
.BgClassName
{
background-color: #BA8429;
}
</style>
border-color css
<style>
span { border-color: #BA8429; }
span { border-color: rgb(186,132,41); }
td.TdClassName
{
border-color: #BA8429;
}
.TagClassName
{
border-color: #BA8429;
}
</style>