Shades of Mandalay #BA7C32
Tints of Mandalay #BA7C32
RGB
CMYK
RGB Variations
Color information
#BA7C32 (or 0xBA7C32) is known color: Mandalay. HEX triplet: BA, 7C and 32. RGB value is (186,124,50). Sum of RGB (Red+Green+Blue) = 186+124+50=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C32 is #4583CD. Grayscale: #868686. Windows color (decimal): -4555726 or 3308730. OLE color: 3308730.
HSL color Cylindrical-coordinate representation of color #BA7C32: hue angle of 32.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7C32 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 50 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.27 |
| HSL | 32.65º | 0.58% | 0.46% | - |
| HSV(B) | 32.65º | 0.73% | 0.73% | - |
| XYZ | 28.03 | 25.08 | 6.38 | - |
| YUV | 134.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 50 | 0 | 0.33 | 0.73 | 0.27 | 32.65 | 0.58 | 0.46 |
| Hex | BA | 7C | 32 | 0 | 21 | 49 | 1B | 21 | 3A | 2E |
| Octal | 272 | 174 | 62 | 0 | 41 | 111 | 33 | 41 | 72 | 56 |
| Binary | 10111010 | 1111100 | 110010 | 0 | 100001 | 1001001 | 11011 | 100001 | 111010 | 101110 |
Color Harmonies of #BA7C32
Complementary color
Monochromatic Colors of #BA7C32
Black with #BA7C32
Text Example
Text Example
White with #BA7C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C32; }
p { color: rgb(186,124,50); }
H1.HeaderClassName
{
color: #BA7C32;
}
.AnyTagClassName
{
color: #BA7C32;
}
</style>
background-color css
<style>
a { background-color: #BA7C32; }
a { background-color: rgb(186,124,50); }
div.DivClassName
{
background-color: #BA7C32;
}
.BgClassName
{
background-color: #BA7C32;
}
</style>
border-color css
<style>
span { border-color: #BA7C32; }
span { border-color: rgb(186,124,50); }
td.TdClassName
{
border-color: #BA7C32;
}
.TagClassName
{
border-color: #BA7C32;
}
</style>