Shades of Mandalay #BA7E32
Tints of Mandalay #BA7E32
RGB
CMYK
RGB Variations
Color information
#BA7E32 (or 0xBA7E32) is known color: Mandalay. HEX triplet: BA, 7E and 32. RGB value is (186,126,50). Sum of RGB (Red+Green+Blue) = 186+126+50=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E32 is #4581CD. Grayscale: #878787. Windows color (decimal): -4555214 or 3309242. OLE color: 3309242.
HSL color Cylindrical-coordinate representation of color #BA7E32: hue angle of 33.53º 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 #BA7E32 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 50 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.27 |
| HSL | 33.53º | 0.58% | 0.46% | - |
| HSV(B) | 33.53º | 0.73% | 0.73% | - |
| XYZ | 28.29 | 25.59 | 6.47 | - |
| YUV | 135.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 50 | 0 | 0.32 | 0.73 | 0.27 | 33.53 | 0.58 | 0.46 |
| Hex | BA | 7E | 32 | 0 | 20 | 49 | 1B | 22 | 3A | 2E |
| Octal | 272 | 176 | 62 | 0 | 40 | 111 | 33 | 42 | 72 | 56 |
| Binary | 10111010 | 1111110 | 110010 | 0 | 100000 | 1001001 | 11011 | 100010 | 111010 | 101110 |
Color Harmonies of #BA7E32
Complementary color
Monochromatic Colors of #BA7E32
Black with #BA7E32
Text Example
Text Example
White with #BA7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E32; }
p { color: rgb(186,126,50); }
H1.HeaderClassName
{
color: #BA7E32;
}
.AnyTagClassName
{
color: #BA7E32;
}
</style>
background-color css
<style>
a { background-color: #BA7E32; }
a { background-color: rgb(186,126,50); }
div.DivClassName
{
background-color: #BA7E32;
}
.BgClassName
{
background-color: #BA7E32;
}
</style>
border-color css
<style>
span { border-color: #BA7E32; }
span { border-color: rgb(186,126,50); }
td.TdClassName
{
border-color: #BA7E32;
}
.TagClassName
{
border-color: #BA7E32;
}
</style>