Shades of Mandalay #BA802F
Tints of Mandalay #BA802F
RGB
CMYK
RGB Variations
Color information
#BA802F (or 0xBA802F) is known color: Mandalay. HEX triplet: BA, 80 and 2F. RGB value is (186,128,47). Sum of RGB (Red+Green+Blue) = 186+128+47=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802F is #457FD0. Grayscale: #888888. Windows color (decimal): -4554705 or 3113146. OLE color: 3113146.
HSL color Cylindrical-coordinate representation of color #BA802F: hue angle of 34.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA802F is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 47 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.27 |
| HSL | 34.96º | 0.6% | 0.46% | - |
| HSV(B) | 34.96º | 0.75% | 0.73% | - |
| XYZ | 28.48 | 26.08 | 6.22 | - |
| YUV | 136.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 47 | 0 | 0.31 | 0.75 | 0.27 | 34.96 | 0.6 | 0.46 |
| Hex | BA | 80 | 2F | 0 | 1F | 4B | 1B | 23 | 3C | 2E |
| Octal | 272 | 200 | 57 | 0 | 37 | 113 | 33 | 43 | 74 | 56 |
| Binary | 10111010 | 10000000 | 101111 | 0 | 11111 | 1001011 | 11011 | 100011 | 111100 | 101110 |
Color Harmonies of #BA802F
Complementary color
Monochromatic Colors of #BA802F
Black with #BA802F
Text Example
Text Example
White with #BA802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA802F; }
p { color: rgb(186,128,47); }
H1.HeaderClassName
{
color: #BA802F;
}
.AnyTagClassName
{
color: #BA802F;
}
</style>
background-color css
<style>
a { background-color: #BA802F; }
a { background-color: rgb(186,128,47); }
div.DivClassName
{
background-color: #BA802F;
}
.BgClassName
{
background-color: #BA802F;
}
</style>
border-color css
<style>
span { border-color: #BA802F; }
span { border-color: rgb(186,128,47); }
td.TdClassName
{
border-color: #BA802F;
}
.TagClassName
{
border-color: #BA802F;
}
</style>