Shades of Mandalay #BA7D32
Tints of Mandalay #BA7D32
RGB
CMYK
RGB Variations
Color information
#BA7D32 (or 0xBA7D32) is known color: Mandalay. HEX triplet: BA, 7D and 32. RGB value is (186,125,50). Sum of RGB (Red+Green+Blue) = 186+125+50=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D32 is #4582CD. Grayscale: #878787. Windows color (decimal): -4555470 or 3308986. OLE color: 3308986.
HSL color Cylindrical-coordinate representation of color #BA7D32: hue angle of 33.09º 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 #BA7D32 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 50 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.27 |
| HSL | 33.09º | 0.58% | 0.46% | - |
| HSV(B) | 33.09º | 0.73% | 0.73% | - |
| XYZ | 28.16 | 25.34 | 6.42 | - |
| YUV | 134.69 | 80.21 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 50 | 0 | 0.33 | 0.73 | 0.27 | 33.09 | 0.58 | 0.46 |
| Hex | BA | 7D | 32 | 0 | 21 | 49 | 1B | 21 | 3A | 2E |
| Octal | 272 | 175 | 62 | 0 | 41 | 111 | 33 | 41 | 72 | 56 |
| Binary | 10111010 | 1111101 | 110010 | 0 | 100001 | 1001001 | 11011 | 100001 | 111010 | 101110 |
Color Harmonies of #BA7D32
Complementary color
Monochromatic Colors of #BA7D32
Black with #BA7D32
Text Example
Text Example
White with #BA7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D32; }
p { color: rgb(186,125,50); }
H1.HeaderClassName
{
color: #BA7D32;
}
.AnyTagClassName
{
color: #BA7D32;
}
</style>
background-color css
<style>
a { background-color: #BA7D32; }
a { background-color: rgb(186,125,50); }
div.DivClassName
{
background-color: #BA7D32;
}
.BgClassName
{
background-color: #BA7D32;
}
</style>
border-color css
<style>
span { border-color: #BA7D32; }
span { border-color: rgb(186,125,50); }
td.TdClassName
{
border-color: #BA7D32;
}
.TagClassName
{
border-color: #BA7D32;
}
</style>