Shades of Mandalay #BA7F31
Tints of Mandalay #BA7F31
RGB
CMYK
RGB Variations
Color information
#BA7F31 (or 0xBA7F31) is known color: Mandalay. HEX triplet: BA, 7F and 31. RGB value is (186,127,49). Sum of RGB (Red+Green+Blue) = 186+127+49=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F31 is #4580CE. Grayscale: #888888. Windows color (decimal): -4554959 or 3243962. OLE color: 3243962.
HSL color Cylindrical-coordinate representation of color #BA7F31: hue angle of 34.16º 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 #BA7F31 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 49 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.27 |
| HSL | 34.16º | 0.58% | 0.46% | - |
| HSV(B) | 34.16º | 0.74% | 0.73% | - |
| XYZ | 28.39 | 25.84 | 6.4 | - |
| YUV | 135.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 49 | 0 | 0.32 | 0.74 | 0.27 | 34.16 | 0.58 | 0.46 |
| Hex | BA | 7F | 31 | 0 | 20 | 4A | 1B | 22 | 3A | 2E |
| Octal | 272 | 177 | 61 | 0 | 40 | 112 | 33 | 42 | 72 | 56 |
| Binary | 10111010 | 1111111 | 110001 | 0 | 100000 | 1001010 | 11011 | 100010 | 111010 | 101110 |
Color Harmonies of #BA7F31
Complementary color
Monochromatic Colors of #BA7F31
Black with #BA7F31
Text Example
Text Example
White with #BA7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F31; }
p { color: rgb(186,127,49); }
H1.HeaderClassName
{
color: #BA7F31;
}
.AnyTagClassName
{
color: #BA7F31;
}
</style>
background-color css
<style>
a { background-color: #BA7F31; }
a { background-color: rgb(186,127,49); }
div.DivClassName
{
background-color: #BA7F31;
}
.BgClassName
{
background-color: #BA7F31;
}
</style>
border-color css
<style>
span { border-color: #BA7F31; }
span { border-color: rgb(186,127,49); }
td.TdClassName
{
border-color: #BA7F31;
}
.TagClassName
{
border-color: #BA7F31;
}
</style>