Shades of Mandalay #BA802E
Tints of Mandalay #BA802E
RGB
CMYK
RGB Variations
Color information
#BA802E (or 0xBA802E) is known color: Mandalay. HEX triplet: BA, 80 and 2E. RGB value is (186,128,46). Sum of RGB (Red+Green+Blue) = 186+128+46=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802E is #457FD1. Grayscale: #888888. Windows color (decimal): -4554706 or 3047610. OLE color: 3047610.
HSL color Cylindrical-coordinate representation of color #BA802E: hue angle of 35.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA802E is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 46 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.27 |
| HSL | 35.14º | 0.6% | 0.45% | - |
| HSV(B) | 35.14º | 0.75% | 0.73% | - |
| XYZ | 28.46 | 26.07 | 6.12 | - |
| YUV | 135.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 46 | 0 | 0.31 | 0.75 | 0.27 | 35.14 | 0.6 | 0.45 |
| Hex | BA | 80 | 2E | 0 | 1F | 4B | 1B | 23 | 3C | 2D |
| Octal | 272 | 200 | 56 | 0 | 37 | 113 | 33 | 43 | 74 | 55 |
| Binary | 10111010 | 10000000 | 101110 | 0 | 11111 | 1001011 | 11011 | 100011 | 111100 | 101101 |
Color Harmonies of #BA802E
Complementary color
Monochromatic Colors of #BA802E
Black with #BA802E
Text Example
Text Example
White with #BA802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA802E; }
p { color: rgb(186,128,46); }
H1.HeaderClassName
{
color: #BA802E;
}
.AnyTagClassName
{
color: #BA802E;
}
</style>
background-color css
<style>
a { background-color: #BA802E; }
a { background-color: rgb(186,128,46); }
div.DivClassName
{
background-color: #BA802E;
}
.BgClassName
{
background-color: #BA802E;
}
</style>
border-color css
<style>
span { border-color: #BA802E; }
span { border-color: rgb(186,128,46); }
td.TdClassName
{
border-color: #BA802E;
}
.TagClassName
{
border-color: #BA802E;
}
</style>