Shades of Mandalay #BA8428
Tints of Mandalay #BA8428
RGB
CMYK
RGB Variations
Color information
#BA8428 (or 0xBA8428) is known color: Mandalay. HEX triplet: BA, 84 and 28. RGB value is (186,132,40). Sum of RGB (Red+Green+Blue) = 186+132+40=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8428 is #457BD7. Grayscale: #8A8A8A. Windows color (decimal): -4553688 or 2655418. OLE color: 2655418.
HSL color Cylindrical-coordinate representation of color #BA8428: hue angle of 37.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8428 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 40 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.27 |
| HSL | 37.81º | 0.65% | 0.44% | - |
| HSV(B) | 37.81º | 0.78% | 0.73% | - |
| XYZ | 28.88 | 27.09 | 5.71 | - |
| YUV | 137.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 40 | 0 | 0.29 | 0.78 | 0.27 | 37.81 | 0.65 | 0.44 |
| Hex | BA | 84 | 28 | 0 | 1D | 4E | 1B | 26 | 41 | 2C |
| Octal | 272 | 204 | 50 | 0 | 35 | 116 | 33 | 46 | 101 | 54 |
| Binary | 10111010 | 10000100 | 101000 | 0 | 11101 | 1001110 | 11011 | 100110 | 1000001 | 101100 |
Color Harmonies of #BA8428
Complementary color
Monochromatic Colors of #BA8428
Black with #BA8428
Text Example
Text Example
White with #BA8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8428; }
p { color: rgb(186,132,40); }
H1.HeaderClassName
{
color: #BA8428;
}
.AnyTagClassName
{
color: #BA8428;
}
</style>
background-color css
<style>
a { background-color: #BA8428; }
a { background-color: rgb(186,132,40); }
div.DivClassName
{
background-color: #BA8428;
}
.BgClassName
{
background-color: #BA8428;
}
</style>
border-color css
<style>
span { border-color: #BA8428; }
span { border-color: rgb(186,132,40); }
td.TdClassName
{
border-color: #BA8428;
}
.TagClassName
{
border-color: #BA8428;
}
</style>