Shades of Mandalay #BA7D2F
Tints of Mandalay #BA7D2F
RGB
CMYK
RGB Variations
Color information
#BA7D2F (or 0xBA7D2F) is known color: Mandalay. HEX triplet: BA, 7D and 2F. RGB value is (186,125,47). Sum of RGB (Red+Green+Blue) = 186+125+47=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D2F is #4582D0. Grayscale: #868686. Windows color (decimal): -4555473 or 3112378. OLE color: 3112378.
HSL color Cylindrical-coordinate representation of color #BA7D2F: hue angle of 33.67º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA7D2F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 47 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.27 |
| HSL | 33.67º | 0.6% | 0.46% | - |
| HSV(B) | 33.67º | 0.75% | 0.73% | - |
| XYZ | 28.1 | 25.31 | 6.09 | - |
| YUV | 134.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 47 | 0 | 0.33 | 0.75 | 0.27 | 33.67 | 0.6 | 0.46 |
| Hex | BA | 7D | 2F | 0 | 21 | 4B | 1B | 22 | 3C | 2E |
| Octal | 272 | 175 | 57 | 0 | 41 | 113 | 33 | 42 | 74 | 56 |
| Binary | 10111010 | 1111101 | 101111 | 0 | 100001 | 1001011 | 11011 | 100010 | 111100 | 101110 |
Color Harmonies of #BA7D2F
Complementary color
Monochromatic Colors of #BA7D2F
Black with #BA7D2F
Text Example
Text Example
White with #BA7D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D2F; }
p { color: rgb(186,125,47); }
H1.HeaderClassName
{
color: #BA7D2F;
}
.AnyTagClassName
{
color: #BA7D2F;
}
</style>
background-color css
<style>
a { background-color: #BA7D2F; }
a { background-color: rgb(186,125,47); }
div.DivClassName
{
background-color: #BA7D2F;
}
.BgClassName
{
background-color: #BA7D2F;
}
</style>
border-color css
<style>
span { border-color: #BA7D2F; }
span { border-color: rgb(186,125,47); }
td.TdClassName
{
border-color: #BA7D2F;
}
.TagClassName
{
border-color: #BA7D2F;
}
</style>