Shades of Mandalay #BA8228
Tints of Mandalay #BA8228
RGB
CMYK
RGB Variations
Color information
#BA8228 (or 0xBA8228) is known color: Mandalay. HEX triplet: BA, 82 and 28. RGB value is (186,130,40). Sum of RGB (Red+Green+Blue) = 186+130+40=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8228 is #457DD7. Grayscale: #888888. Windows color (decimal): -4554200 or 2654906. OLE color: 2654906.
HSL color Cylindrical-coordinate representation of color #BA8228: hue angle of 36.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8228 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 40 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.27 |
| HSL | 36.99º | 0.65% | 0.44% | - |
| HSV(B) | 36.99º | 0.78% | 0.73% | - |
| XYZ | 28.62 | 26.56 | 5.63 | - |
| YUV | 136.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 40 | 0 | 0.30 | 0.78 | 0.27 | 36.99 | 0.65 | 0.44 |
| Hex | BA | 82 | 28 | 0 | 1E | 4E | 1B | 25 | 41 | 2C |
| Octal | 272 | 202 | 50 | 0 | 36 | 116 | 33 | 45 | 101 | 54 |
| Binary | 10111010 | 10000010 | 101000 | 0 | 11110 | 1001110 | 11011 | 100101 | 1000001 | 101100 |
Color Harmonies of #BA8228
Complementary color
Monochromatic Colors of #BA8228
Black with #BA8228
Text Example
Text Example
White with #BA8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8228; }
p { color: rgb(186,130,40); }
H1.HeaderClassName
{
color: #BA8228;
}
.AnyTagClassName
{
color: #BA8228;
}
</style>
background-color css
<style>
a { background-color: #BA8228; }
a { background-color: rgb(186,130,40); }
div.DivClassName
{
background-color: #BA8228;
}
.BgClassName
{
background-color: #BA8228;
}
</style>
border-color css
<style>
span { border-color: #BA8228; }
span { border-color: rgb(186,130,40); }
td.TdClassName
{
border-color: #BA8228;
}
.TagClassName
{
border-color: #BA8228;
}
</style>