Shades of Mandalay #BA842A
Tints of Mandalay #BA842A
RGB
CMYK
RGB Variations
Color information
#BA842A (or 0xBA842A) is known color: Mandalay. HEX triplet: BA, 84 and 2A. RGB value is (186,132,42). Sum of RGB (Red+Green+Blue) = 186+132+42=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA842A is #457BD5. Grayscale: #8A8A8A. Windows color (decimal): -4553686 or 2786490. OLE color: 2786490.
HSL color Cylindrical-coordinate representation of color #BA842A: hue angle of 37.5º 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 #BA842A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 42 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.27 |
| HSL | 37.5º | 0.63% | 0.45% | - |
| HSV(B) | 37.5º | 0.77% | 0.73% | - |
| XYZ | 28.92 | 27.11 | 5.9 | - |
| YUV | 137.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 42 | 0 | 0.29 | 0.77 | 0.27 | 37.5 | 0.63 | 0.45 |
| Hex | BA | 84 | 2A | 0 | 1D | 4D | 1B | 26 | 3F | 2D |
| Octal | 272 | 204 | 52 | 0 | 35 | 115 | 33 | 46 | 77 | 55 |
| Binary | 10111010 | 10000100 | 101010 | 0 | 11101 | 1001101 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BA842A
Complementary color
Monochromatic Colors of #BA842A
Black with #BA842A
Text Example
Text Example
White with #BA842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA842A; }
p { color: rgb(186,132,42); }
H1.HeaderClassName
{
color: #BA842A;
}
.AnyTagClassName
{
color: #BA842A;
}
</style>
background-color css
<style>
a { background-color: #BA842A; }
a { background-color: rgb(186,132,42); }
div.DivClassName
{
background-color: #BA842A;
}
.BgClassName
{
background-color: #BA842A;
}
</style>
border-color css
<style>
span { border-color: #BA842A; }
span { border-color: rgb(186,132,42); }
td.TdClassName
{
border-color: #BA842A;
}
.TagClassName
{
border-color: #BA842A;
}
</style>