Shades of Mandalay #BA8426
Tints of Mandalay #BA8426
RGB
CMYK
RGB Variations
Color information
#BA8426 (or 0xBA8426) is known color: Mandalay. HEX triplet: BA, 84 and 26. RGB value is (186,132,38). Sum of RGB (Red+Green+Blue) = 186+132+38=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8426 is #457BD9. Grayscale: #898989. Windows color (decimal): -4553690 or 2524346. OLE color: 2524346.
HSL color Cylindrical-coordinate representation of color #BA8426: hue angle of 38.11º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8426 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 38 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.27 |
| HSL | 38.11º | 0.66% | 0.44% | - |
| HSV(B) | 38.11º | 0.8% | 0.73% | - |
| XYZ | 28.85 | 27.08 | 5.54 | - |
| YUV | 137.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 38 | 0 | 0.29 | 0.80 | 0.27 | 38.11 | 0.66 | 0.44 |
| Hex | BA | 84 | 26 | 0 | 1D | 50 | 1B | 26 | 42 | 2C |
| Octal | 272 | 204 | 46 | 0 | 35 | 120 | 33 | 46 | 102 | 54 |
| Binary | 10111010 | 10000100 | 100110 | 0 | 11101 | 1010000 | 11011 | 100110 | 1000010 | 101100 |
Color Harmonies of #BA8426
Complementary color
Monochromatic Colors of #BA8426
Black with #BA8426
Text Example
Text Example
White with #BA8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8426; }
p { color: rgb(186,132,38); }
H1.HeaderClassName
{
color: #BA8426;
}
.AnyTagClassName
{
color: #BA8426;
}
</style>
background-color css
<style>
a { background-color: #BA8426; }
a { background-color: rgb(186,132,38); }
div.DivClassName
{
background-color: #BA8426;
}
.BgClassName
{
background-color: #BA8426;
}
</style>
border-color css
<style>
span { border-color: #BA8426; }
span { border-color: rgb(186,132,38); }
td.TdClassName
{
border-color: #BA8426;
}
.TagClassName
{
border-color: #BA8426;
}
</style>