Shades of Mandalay #BA802D
Tints of Mandalay #BA802D
RGB
CMYK
RGB Variations
Color information
#BA802D (or 0xBA802D) is known color: Mandalay. HEX triplet: BA, 80 and 2D. RGB value is (186,128,45). Sum of RGB (Red+Green+Blue) = 186+128+45=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA802D is #457FD2. Grayscale: #888888. Windows color (decimal): -4554707 or 2982074. OLE color: 2982074.
HSL color Cylindrical-coordinate representation of color #BA802D: hue angle of 35.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA802D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 45 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.27 |
| HSL | 35.32º | 0.61% | 0.45% | - |
| HSV(B) | 35.32º | 0.76% | 0.73% | - |
| XYZ | 28.44 | 26.07 | 6.01 | - |
| YUV | 135.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 45 | 0 | 0.31 | 0.76 | 0.27 | 35.32 | 0.61 | 0.45 |
| Hex | BA | 80 | 2D | 0 | 1F | 4C | 1B | 23 | 3D | 2D |
| Octal | 272 | 200 | 55 | 0 | 37 | 114 | 33 | 43 | 75 | 55 |
| Binary | 10111010 | 10000000 | 101101 | 0 | 11111 | 1001100 | 11011 | 100011 | 111101 | 101101 |
Color Harmonies of #BA802D
Complementary color
Monochromatic Colors of #BA802D
Black with #BA802D
Text Example
Text Example
White with #BA802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA802D; }
p { color: rgb(186,128,45); }
H1.HeaderClassName
{
color: #BA802D;
}
.AnyTagClassName
{
color: #BA802D;
}
</style>
background-color css
<style>
a { background-color: #BA802D; }
a { background-color: rgb(186,128,45); }
div.DivClassName
{
background-color: #BA802D;
}
.BgClassName
{
background-color: #BA802D;
}
</style>
border-color css
<style>
span { border-color: #BA802D; }
span { border-color: rgb(186,128,45); }
td.TdClassName
{
border-color: #BA802D;
}
.TagClassName
{
border-color: #BA802D;
}
</style>