Shades of Mandalay #BA8427
Tints of Mandalay #BA8427
RGB
CMYK
RGB Variations
Color information
#BA8427 (or 0xBA8427) is known color: Mandalay. HEX triplet: BA, 84 and 27. RGB value is (186,132,39). Sum of RGB (Red+Green+Blue) = 186+132+39=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8427 is #457BD8. Grayscale: #898989. Windows color (decimal): -4553689 or 2589882. OLE color: 2589882.
HSL color Cylindrical-coordinate representation of color #BA8427: hue angle of 37.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA8427 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 39 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.27 |
| HSL | 37.96º | 0.65% | 0.44% | - |
| HSV(B) | 37.96º | 0.79% | 0.73% | - |
| XYZ | 28.87 | 27.09 | 5.63 | - |
| YUV | 137.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 39 | 0 | 0.29 | 0.79 | 0.27 | 37.96 | 0.65 | 0.44 |
| Hex | BA | 84 | 27 | 0 | 1D | 4F | 1B | 26 | 41 | 2C |
| Octal | 272 | 204 | 47 | 0 | 35 | 117 | 33 | 46 | 101 | 54 |
| Binary | 10111010 | 10000100 | 100111 | 0 | 11101 | 1001111 | 11011 | 100110 | 1000001 | 101100 |
Color Harmonies of #BA8427
Complementary color
Monochromatic Colors of #BA8427
Black with #BA8427
Text Example
Text Example
White with #BA8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8427; }
p { color: rgb(186,132,39); }
H1.HeaderClassName
{
color: #BA8427;
}
.AnyTagClassName
{
color: #BA8427;
}
</style>
background-color css
<style>
a { background-color: #BA8427; }
a { background-color: rgb(186,132,39); }
div.DivClassName
{
background-color: #BA8427;
}
.BgClassName
{
background-color: #BA8427;
}
</style>
border-color css
<style>
span { border-color: #BA8427; }
span { border-color: rgb(186,132,39); }
td.TdClassName
{
border-color: #BA8427;
}
.TagClassName
{
border-color: #BA8427;
}
</style>