Shades of Mandalay #BA7D31
Tints of Mandalay #BA7D31
RGB
CMYK
RGB Variations
Color information
#BA7D31 (or 0xBA7D31) is known color: Mandalay. HEX triplet: BA, 7D and 31. RGB value is (186,125,49). Sum of RGB (Red+Green+Blue) = 186+125+49=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D31 is #4582CE. Grayscale: #868686. Windows color (decimal): -4555471 or 3243450. OLE color: 3243450.
HSL color Cylindrical-coordinate representation of color #BA7D31: hue angle of 33.28º 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 #BA7D31 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 49 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.27 |
| HSL | 33.28º | 0.58% | 0.46% | - |
| HSV(B) | 33.28º | 0.74% | 0.73% | - |
| XYZ | 28.14 | 25.33 | 6.31 | - |
| YUV | 134.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 49 | 0 | 0.33 | 0.74 | 0.27 | 33.28 | 0.58 | 0.46 |
| Hex | BA | 7D | 31 | 0 | 21 | 4A | 1B | 21 | 3A | 2E |
| Octal | 272 | 175 | 61 | 0 | 41 | 112 | 33 | 41 | 72 | 56 |
| Binary | 10111010 | 1111101 | 110001 | 0 | 100001 | 1001010 | 11011 | 100001 | 111010 | 101110 |
Color Harmonies of #BA7D31
Complementary color
Monochromatic Colors of #BA7D31
Black with #BA7D31
Text Example
Text Example
White with #BA7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D31; }
p { color: rgb(186,125,49); }
H1.HeaderClassName
{
color: #BA7D31;
}
.AnyTagClassName
{
color: #BA7D31;
}
</style>
background-color css
<style>
a { background-color: #BA7D31; }
a { background-color: rgb(186,125,49); }
div.DivClassName
{
background-color: #BA7D31;
}
.BgClassName
{
background-color: #BA7D31;
}
</style>
border-color css
<style>
span { border-color: #BA7D31; }
span { border-color: rgb(186,125,49); }
td.TdClassName
{
border-color: #BA7D31;
}
.TagClassName
{
border-color: #BA7D31;
}
</style>