Shades of Mandalay #BA8033
Tints of Mandalay #BA8033
RGB
CMYK
RGB Variations
Color information
#BA8033 (or 0xBA8033) is known color: Mandalay. HEX triplet: BA, 80 and 33. RGB value is (186,128,51). Sum of RGB (Red+Green+Blue) = 186+128+51=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8033 is #457FCC. Grayscale: #888888. Windows color (decimal): -4554701 or 3375290. OLE color: 3375290.
HSL color Cylindrical-coordinate representation of color #BA8033: hue angle of 34.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA8033 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 51 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.27 |
| HSL | 34.22º | 0.57% | 0.46% | - |
| HSV(B) | 34.22º | 0.73% | 0.73% | - |
| XYZ | 28.57 | 26.12 | 6.67 | - |
| YUV | 136.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 51 | 0 | 0.31 | 0.73 | 0.27 | 34.22 | 0.57 | 0.46 |
| Hex | BA | 80 | 33 | 0 | 1F | 49 | 1B | 22 | 39 | 2E |
| Octal | 272 | 200 | 63 | 0 | 37 | 111 | 33 | 42 | 71 | 56 |
| Binary | 10111010 | 10000000 | 110011 | 0 | 11111 | 1001001 | 11011 | 100010 | 111001 | 101110 |
Color Harmonies of #BA8033
Complementary color
Monochromatic Colors of #BA8033
Black with #BA8033
Text Example
Text Example
White with #BA8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8033; }
p { color: rgb(186,128,51); }
H1.HeaderClassName
{
color: #BA8033;
}
.AnyTagClassName
{
color: #BA8033;
}
</style>
background-color css
<style>
a { background-color: #BA8033; }
a { background-color: rgb(186,128,51); }
div.DivClassName
{
background-color: #BA8033;
}
.BgClassName
{
background-color: #BA8033;
}
</style>
border-color css
<style>
span { border-color: #BA8033; }
span { border-color: rgb(186,128,51); }
td.TdClassName
{
border-color: #BA8033;
}
.TagClassName
{
border-color: #BA8033;
}
</style>