Shades of Mandalay #BA802A
Tints of Mandalay #BA802A
RGB
CMYK
RGB Variations
Color information
#BA802A (or 0xBA802A) is known color: Mandalay. HEX triplet: BA, 80 and 2A. RGB value is (186,128,42). Sum of RGB (Red+Green+Blue) = 186+128+42=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802A is #457FD5. Grayscale: #878787. Windows color (decimal): -4554710 or 2785466. OLE color: 2785466.
HSL color Cylindrical-coordinate representation of color #BA802A: hue angle of 35.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA802A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 42 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.27 |
| HSL | 35.83º | 0.63% | 0.45% | - |
| HSV(B) | 35.83º | 0.77% | 0.73% | - |
| XYZ | 28.39 | 26.04 | 5.72 | - |
| YUV | 135.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 42 | 0 | 0.31 | 0.77 | 0.27 | 35.83 | 0.63 | 0.45 |
| Hex | BA | 80 | 2A | 0 | 1F | 4D | 1B | 24 | 3F | 2D |
| Octal | 272 | 200 | 52 | 0 | 37 | 115 | 33 | 44 | 77 | 55 |
| Binary | 10111010 | 10000000 | 101010 | 0 | 11111 | 1001101 | 11011 | 100100 | 111111 | 101101 |
Color Harmonies of #BA802A
Complementary color
Monochromatic Colors of #BA802A
Black with #BA802A
Text Example
Text Example
White with #BA802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA802A; }
p { color: rgb(186,128,42); }
H1.HeaderClassName
{
color: #BA802A;
}
.AnyTagClassName
{
color: #BA802A;
}
</style>
background-color css
<style>
a { background-color: #BA802A; }
a { background-color: rgb(186,128,42); }
div.DivClassName
{
background-color: #BA802A;
}
.BgClassName
{
background-color: #BA802A;
}
</style>
border-color css
<style>
span { border-color: #BA802A; }
span { border-color: rgb(186,128,42); }
td.TdClassName
{
border-color: #BA802A;
}
.TagClassName
{
border-color: #BA802A;
}
</style>