Shades of Mandalay #BA7F36
Tints of Mandalay #BA7F36
RGB
CMYK
RGB Variations
Color information
#BA7F36 (or 0xBA7F36) is known color: Mandalay. HEX triplet: BA, 7F and 36. RGB value is (186,127,54). Sum of RGB (Red+Green+Blue) = 186+127+54=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F36 is #4580C9. Grayscale: #888888. Windows color (decimal): -4554954 or 3571642. OLE color: 3571642.
HSL color Cylindrical-coordinate representation of color #BA7F36: hue angle of 33.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA7F36 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 54 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.27 |
| HSL | 33.18º | 0.55% | 0.47% | - |
| HSV(B) | 33.18º | 0.71% | 0.73% | - |
| XYZ | 28.5 | 25.88 | 6.98 | - |
| YUV | 136.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 54 | 0 | 0.32 | 0.71 | 0.27 | 33.18 | 0.55 | 0.47 |
| Hex | BA | 7F | 36 | 0 | 20 | 47 | 1B | 21 | 37 | 2F |
| Octal | 272 | 177 | 66 | 0 | 40 | 107 | 33 | 41 | 67 | 57 |
| Binary | 10111010 | 1111111 | 110110 | 0 | 100000 | 1000111 | 11011 | 100001 | 110111 | 101111 |
Color Harmonies of #BA7F36
Complementary color
Monochromatic Colors of #BA7F36
Black with #BA7F36
Text Example
Text Example
White with #BA7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F36; }
p { color: rgb(186,127,54); }
H1.HeaderClassName
{
color: #BA7F36;
}
.AnyTagClassName
{
color: #BA7F36;
}
</style>
background-color css
<style>
a { background-color: #BA7F36; }
a { background-color: rgb(186,127,54); }
div.DivClassName
{
background-color: #BA7F36;
}
.BgClassName
{
background-color: #BA7F36;
}
</style>
border-color css
<style>
span { border-color: #BA7F36; }
span { border-color: rgb(186,127,54); }
td.TdClassName
{
border-color: #BA7F36;
}
.TagClassName
{
border-color: #BA7F36;
}
</style>