Shades of Mandalay #BA822A
Tints of Mandalay #BA822A
RGB
CMYK
RGB Variations
Color information
#BA822A (or 0xBA822A) is known color: Mandalay. HEX triplet: BA, 82 and 2A. RGB value is (186,130,42). Sum of RGB (Red+Green+Blue) = 186+130+42=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA822A is #457DD5. Grayscale: #898989. Windows color (decimal): -4554198 or 2785978. OLE color: 2785978.
HSL color Cylindrical-coordinate representation of color #BA822A: hue angle of 36.67º degrees, saturation: 0.63, 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 #BA822A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 42 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.27 |
| HSL | 36.67º | 0.63% | 0.45% | - |
| HSV(B) | 36.67º | 0.77% | 0.73% | - |
| XYZ | 28.65 | 26.57 | 5.81 | - |
| YUV | 136.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 42 | 0 | 0.30 | 0.77 | 0.27 | 36.67 | 0.63 | 0.45 |
| Hex | BA | 82 | 2A | 0 | 1E | 4D | 1B | 25 | 3F | 2D |
| Octal | 272 | 202 | 52 | 0 | 36 | 115 | 33 | 45 | 77 | 55 |
| Binary | 10111010 | 10000010 | 101010 | 0 | 11110 | 1001101 | 11011 | 100101 | 111111 | 101101 |
Color Harmonies of #BA822A
Complementary color
Monochromatic Colors of #BA822A
Black with #BA822A
Text Example
Text Example
White with #BA822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA822A; }
p { color: rgb(186,130,42); }
H1.HeaderClassName
{
color: #BA822A;
}
.AnyTagClassName
{
color: #BA822A;
}
</style>
background-color css
<style>
a { background-color: #BA822A; }
a { background-color: rgb(186,130,42); }
div.DivClassName
{
background-color: #BA822A;
}
.BgClassName
{
background-color: #BA822A;
}
</style>
border-color css
<style>
span { border-color: #BA822A; }
span { border-color: rgb(186,130,42); }
td.TdClassName
{
border-color: #BA822A;
}
.TagClassName
{
border-color: #BA822A;
}
</style>