Shades of Mandalay #BA7A31
Tints of Mandalay #BA7A31
RGB
CMYK
RGB Variations
Color information
#BA7A31 (or 0xBA7A31) is known color: Mandalay. HEX triplet: BA, 7A and 31. RGB value is (186,122,49). Sum of RGB (Red+Green+Blue) = 186+122+49=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A31 is #4585CE. Grayscale: #858585. Windows color (decimal): -4556239 or 3242682. OLE color: 3242682.
HSL color Cylindrical-coordinate representation of color #BA7A31: hue angle of 31.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7A31 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 49 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.27 |
| HSL | 31.97º | 0.58% | 0.46% | - |
| HSV(B) | 31.97º | 0.74% | 0.73% | - |
| XYZ | 27.76 | 24.58 | 6.19 | - |
| YUV | 132.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 49 | 0 | 0.34 | 0.74 | 0.27 | 31.97 | 0.58 | 0.46 |
| Hex | BA | 7A | 31 | 0 | 22 | 4A | 1B | 20 | 3A | 2E |
| Octal | 272 | 172 | 61 | 0 | 42 | 112 | 33 | 40 | 72 | 56 |
| Binary | 10111010 | 1111010 | 110001 | 0 | 100010 | 1001010 | 11011 | 100000 | 111010 | 101110 |
Color Harmonies of #BA7A31
Complementary color
Monochromatic Colors of #BA7A31
Black with #BA7A31
Text Example
Text Example
White with #BA7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A31; }
p { color: rgb(186,122,49); }
H1.HeaderClassName
{
color: #BA7A31;
}
.AnyTagClassName
{
color: #BA7A31;
}
</style>
background-color css
<style>
a { background-color: #BA7A31; }
a { background-color: rgb(186,122,49); }
div.DivClassName
{
background-color: #BA7A31;
}
.BgClassName
{
background-color: #BA7A31;
}
</style>
border-color css
<style>
span { border-color: #BA7A31; }
span { border-color: rgb(186,122,49); }
td.TdClassName
{
border-color: #BA7A31;
}
.TagClassName
{
border-color: #BA7A31;
}
</style>