Shades of Mandalay #BA8230
Tints of Mandalay #BA8230
RGB
CMYK
RGB Variations
Color information
#BA8230 (or 0xBA8230) is known color: Mandalay. HEX triplet: BA, 82 and 30. RGB value is (186,130,48). Sum of RGB (Red+Green+Blue) = 186+130+48=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8230 is #457DCF. Grayscale: #898989. Windows color (decimal): -4554192 or 3179194. OLE color: 3179194.
HSL color Cylindrical-coordinate representation of color #BA8230: hue angle of 35.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8230 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 48 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.27 |
| HSL | 35.65º | 0.59% | 0.46% | - |
| HSV(B) | 35.65º | 0.74% | 0.73% | - |
| XYZ | 28.77 | 26.62 | 6.42 | - |
| YUV | 137.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 48 | 0 | 0.30 | 0.74 | 0.27 | 35.65 | 0.59 | 0.46 |
| Hex | BA | 82 | 30 | 0 | 1E | 4A | 1B | 24 | 3B | 2E |
| Octal | 272 | 202 | 60 | 0 | 36 | 112 | 33 | 44 | 73 | 56 |
| Binary | 10111010 | 10000010 | 110000 | 0 | 11110 | 1001010 | 11011 | 100100 | 111011 | 101110 |
Color Harmonies of #BA8230
Complementary color
Monochromatic Colors of #BA8230
Black with #BA8230
Text Example
Text Example
White with #BA8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8230; }
p { color: rgb(186,130,48); }
H1.HeaderClassName
{
color: #BA8230;
}
.AnyTagClassName
{
color: #BA8230;
}
</style>
background-color css
<style>
a { background-color: #BA8230; }
a { background-color: rgb(186,130,48); }
div.DivClassName
{
background-color: #BA8230;
}
.BgClassName
{
background-color: #BA8230;
}
</style>
border-color css
<style>
span { border-color: #BA8230; }
span { border-color: rgb(186,130,48); }
td.TdClassName
{
border-color: #BA8230;
}
.TagClassName
{
border-color: #BA8230;
}
</style>