Shades of Mandalay #BA8325
Tints of Mandalay #BA8325
RGB
CMYK
RGB Variations
Color information
#BA8325 (or 0xBA8325) is known color: Mandalay. HEX triplet: BA, 83 and 25. RGB value is (186,131,37). Sum of RGB (Red+Green+Blue) = 186+131+37=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8325 is #457CDA. Grayscale: #898989. Windows color (decimal): -4553947 or 2458554. OLE color: 2458554.
HSL color Cylindrical-coordinate representation of color #BA8325: hue angle of 37.85º degrees, saturation: 0.67, 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 #BA8325 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 37 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.27 |
| HSL | 37.85º | 0.67% | 0.44% | - |
| HSV(B) | 37.85º | 0.8% | 0.73% | - |
| XYZ | 28.7 | 26.81 | 5.41 | - |
| YUV | 136.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 37 | 0 | 0.30 | 0.80 | 0.27 | 37.85 | 0.67 | 0.44 |
| Hex | BA | 83 | 25 | 0 | 1E | 50 | 1B | 26 | 43 | 2C |
| Octal | 272 | 203 | 45 | 0 | 36 | 120 | 33 | 46 | 103 | 54 |
| Binary | 10111010 | 10000011 | 100101 | 0 | 11110 | 1010000 | 11011 | 100110 | 1000011 | 101100 |
Color Harmonies of #BA8325
Complementary color
Monochromatic Colors of #BA8325
Black with #BA8325
Text Example
Text Example
White with #BA8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8325; }
p { color: rgb(186,131,37); }
H1.HeaderClassName
{
color: #BA8325;
}
.AnyTagClassName
{
color: #BA8325;
}
</style>
background-color css
<style>
a { background-color: #BA8325; }
a { background-color: rgb(186,131,37); }
div.DivClassName
{
background-color: #BA8325;
}
.BgClassName
{
background-color: #BA8325;
}
</style>
border-color css
<style>
span { border-color: #BA8325; }
span { border-color: rgb(186,131,37); }
td.TdClassName
{
border-color: #BA8325;
}
.TagClassName
{
border-color: #BA8325;
}
</style>