Shades of Mandalay #BA7C2E
Tints of Mandalay #BA7C2E
RGB
CMYK
RGB Variations
Color information
#BA7C2E (or 0xBA7C2E) is known color: Mandalay. HEX triplet: BA, 7C and 2E. RGB value is (186,124,46). Sum of RGB (Red+Green+Blue) = 186+124+46=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C2E is #4583D1. Grayscale: #868686. Windows color (decimal): -4555730 or 3046586. OLE color: 3046586.
HSL color Cylindrical-coordinate representation of color #BA7C2E: hue angle of 33.43º 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 #BA7C2E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 46 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.27 |
| HSL | 33.43º | 0.6% | 0.45% | - |
| HSV(B) | 33.43º | 0.75% | 0.73% | - |
| XYZ | 27.95 | 25.05 | 5.95 | - |
| YUV | 133.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 46 | 0 | 0.33 | 0.75 | 0.27 | 33.43 | 0.6 | 0.45 |
| Hex | BA | 7C | 2E | 0 | 21 | 4B | 1B | 21 | 3C | 2D |
| Octal | 272 | 174 | 56 | 0 | 41 | 113 | 33 | 41 | 74 | 55 |
| Binary | 10111010 | 1111100 | 101110 | 0 | 100001 | 1001011 | 11011 | 100001 | 111100 | 101101 |
Color Harmonies of #BA7C2E
Complementary color
Monochromatic Colors of #BA7C2E
Black with #BA7C2E
Text Example
Text Example
White with #BA7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C2E; }
p { color: rgb(186,124,46); }
H1.HeaderClassName
{
color: #BA7C2E;
}
.AnyTagClassName
{
color: #BA7C2E;
}
</style>
background-color css
<style>
a { background-color: #BA7C2E; }
a { background-color: rgb(186,124,46); }
div.DivClassName
{
background-color: #BA7C2E;
}
.BgClassName
{
background-color: #BA7C2E;
}
</style>
border-color css
<style>
span { border-color: #BA7C2E; }
span { border-color: rgb(186,124,46); }
td.TdClassName
{
border-color: #BA7C2E;
}
.TagClassName
{
border-color: #BA7C2E;
}
</style>