Shades of Mandalay #BA8527
Tints of Mandalay #BA8527
RGB
CMYK
RGB Variations
Color information
#BA8527 (or 0xBA8527) is known color: Mandalay. HEX triplet: BA, 85 and 27. RGB value is (186,133,39). Sum of RGB (Red+Green+Blue) = 186+133+39=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8527 is #457AD8. Grayscale: #8A8A8A. Windows color (decimal): -4553433 or 2590138. OLE color: 2590138.
HSL color Cylindrical-coordinate representation of color #BA8527: hue angle of 38.37º 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 #BA8527 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 39 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.27 |
| HSL | 38.37º | 0.65% | 0.44% | - |
| HSV(B) | 38.37º | 0.79% | 0.73% | - |
| XYZ | 29 | 27.36 | 5.67 | - |
| YUV | 138.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 39 | 0 | 0.28 | 0.79 | 0.27 | 38.37 | 0.65 | 0.44 |
| Hex | BA | 85 | 27 | 0 | 1C | 4F | 1B | 26 | 41 | 2C |
| Octal | 272 | 205 | 47 | 0 | 34 | 117 | 33 | 46 | 101 | 54 |
| Binary | 10111010 | 10000101 | 100111 | 0 | 11100 | 1001111 | 11011 | 100110 | 1000001 | 101100 |
Color Harmonies of #BA8527
Complementary color
Monochromatic Colors of #BA8527
Black with #BA8527
Text Example
Text Example
White with #BA8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8527; }
p { color: rgb(186,133,39); }
H1.HeaderClassName
{
color: #BA8527;
}
.AnyTagClassName
{
color: #BA8527;
}
</style>
background-color css
<style>
a { background-color: #BA8527; }
a { background-color: rgb(186,133,39); }
div.DivClassName
{
background-color: #BA8527;
}
.BgClassName
{
background-color: #BA8527;
}
</style>
border-color css
<style>
span { border-color: #BA8527; }
span { border-color: rgb(186,133,39); }
td.TdClassName
{
border-color: #BA8527;
}
.TagClassName
{
border-color: #BA8527;
}
</style>