Shades of Mandalay #BA8029
Tints of Mandalay #BA8029
RGB
CMYK
RGB Variations
Color information
#BA8029 (or 0xBA8029) is known color: Mandalay. HEX triplet: BA, 80 and 29. RGB value is (186,128,41). Sum of RGB (Red+Green+Blue) = 186+128+41=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8029 is #457FD6. Grayscale: #878787. Windows color (decimal): -4554711 or 2719930. OLE color: 2719930.
HSL color Cylindrical-coordinate representation of color #BA8029: hue angle of 36º 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 #BA8029 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 41 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.27 |
| HSL | 36º | 0.64% | 0.45% | - |
| HSV(B) | 36º | 0.78% | 0.73% | - |
| XYZ | 28.37 | 26.04 | 5.63 | - |
| YUV | 135.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 41 | 0 | 0.31 | 0.78 | 0.27 | 36 | 0.64 | 0.45 |
| Hex | BA | 80 | 29 | 0 | 1F | 4E | 1B | 24 | 40 | 2D |
| Octal | 272 | 200 | 51 | 0 | 37 | 116 | 33 | 44 | 100 | 55 |
| Binary | 10111010 | 10000000 | 101001 | 0 | 11111 | 1001110 | 11011 | 100100 | 1000000 | 101101 |
Color Harmonies of #BA8029
Complementary color
Monochromatic Colors of #BA8029
Black with #BA8029
Text Example
Text Example
White with #BA8029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8029; }
p { color: rgb(186,128,41); }
H1.HeaderClassName
{
color: #BA8029;
}
.AnyTagClassName
{
color: #BA8029;
}
</style>
background-color css
<style>
a { background-color: #BA8029; }
a { background-color: rgb(186,128,41); }
div.DivClassName
{
background-color: #BA8029;
}
.BgClassName
{
background-color: #BA8029;
}
</style>
border-color css
<style>
span { border-color: #BA8029; }
span { border-color: rgb(186,128,41); }
td.TdClassName
{
border-color: #BA8029;
}
.TagClassName
{
border-color: #BA8029;
}
</style>