Shades of Mandalay #BA8030
Tints of Mandalay #BA8030
RGB
CMYK
RGB Variations
Color information
#BA8030 (or 0xBA8030) is known color: Mandalay. HEX triplet: BA, 80 and 30. RGB value is (186,128,48). Sum of RGB (Red+Green+Blue) = 186+128+48=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8030 is #457FCF. Grayscale: #888888. Windows color (decimal): -4554704 or 3178682. OLE color: 3178682.
HSL color Cylindrical-coordinate representation of color #BA8030: hue angle of 34.78º 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 #BA8030 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 48 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.27 |
| HSL | 34.78º | 0.59% | 0.46% | - |
| HSV(B) | 34.78º | 0.74% | 0.73% | - |
| XYZ | 28.5 | 26.09 | 6.33 | - |
| YUV | 136.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 48 | 0 | 0.31 | 0.74 | 0.27 | 34.78 | 0.59 | 0.46 |
| Hex | BA | 80 | 30 | 0 | 1F | 4A | 1B | 23 | 3B | 2E |
| Octal | 272 | 200 | 60 | 0 | 37 | 112 | 33 | 43 | 73 | 56 |
| Binary | 10111010 | 10000000 | 110000 | 0 | 11111 | 1001010 | 11011 | 100011 | 111011 | 101110 |
Color Harmonies of #BA8030
Complementary color
Monochromatic Colors of #BA8030
Black with #BA8030
Text Example
Text Example
White with #BA8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8030; }
p { color: rgb(186,128,48); }
H1.HeaderClassName
{
color: #BA8030;
}
.AnyTagClassName
{
color: #BA8030;
}
</style>
background-color css
<style>
a { background-color: #BA8030; }
a { background-color: rgb(186,128,48); }
div.DivClassName
{
background-color: #BA8030;
}
.BgClassName
{
background-color: #BA8030;
}
</style>
border-color css
<style>
span { border-color: #BA8030; }
span { border-color: rgb(186,128,48); }
td.TdClassName
{
border-color: #BA8030;
}
.TagClassName
{
border-color: #BA8030;
}
</style>