Shades of Mandalay #BA7F2B
Tints of Mandalay #BA7F2B
RGB
CMYK
RGB Variations
Color information
#BA7F2B (or 0xBA7F2B) is known color: Mandalay. HEX triplet: BA, 7F and 2B. RGB value is (186,127,43). Sum of RGB (Red+Green+Blue) = 186+127+43=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F2B is #4580D4. Grayscale: #878787. Windows color (decimal): -4554965 or 2850746. OLE color: 2850746.
HSL color Cylindrical-coordinate representation of color #BA7F2B: hue angle of 35.24º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA7F2B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 43 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.27 |
| HSL | 35.24º | 0.62% | 0.45% | - |
| HSV(B) | 35.24º | 0.77% | 0.73% | - |
| XYZ | 28.28 | 25.79 | 5.77 | - |
| YUV | 135.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 43 | 0 | 0.32 | 0.77 | 0.27 | 35.24 | 0.62 | 0.45 |
| Hex | BA | 7F | 2B | 0 | 20 | 4D | 1B | 23 | 3E | 2D |
| Octal | 272 | 177 | 53 | 0 | 40 | 115 | 33 | 43 | 76 | 55 |
| Binary | 10111010 | 1111111 | 101011 | 0 | 100000 | 1001101 | 11011 | 100011 | 111110 | 101101 |
Color Harmonies of #BA7F2B
Complementary color
Monochromatic Colors of #BA7F2B
Black with #BA7F2B
Text Example
Text Example
White with #BA7F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F2B; }
p { color: rgb(186,127,43); }
H1.HeaderClassName
{
color: #BA7F2B;
}
.AnyTagClassName
{
color: #BA7F2B;
}
</style>
background-color css
<style>
a { background-color: #BA7F2B; }
a { background-color: rgb(186,127,43); }
div.DivClassName
{
background-color: #BA7F2B;
}
.BgClassName
{
background-color: #BA7F2B;
}
</style>
border-color css
<style>
span { border-color: #BA7F2B; }
span { border-color: rgb(186,127,43); }
td.TdClassName
{
border-color: #BA7F2B;
}
.TagClassName
{
border-color: #BA7F2B;
}
</style>