Shades of Mandalay #BA8233
Tints of Mandalay #BA8233
RGB
CMYK
RGB Variations
Color information
#BA8233 (or 0xBA8233) is known color: Mandalay. HEX triplet: BA, 82 and 33. RGB value is (186,130,51). Sum of RGB (Red+Green+Blue) = 186+130+51=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8233 is #457DCC. Grayscale: #8A8A8A. Windows color (decimal): -4554189 or 3375802. OLE color: 3375802.
HSL color Cylindrical-coordinate representation of color #BA8233: hue angle of 35.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA8233 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 51 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.27 |
| HSL | 35.11º | 0.57% | 0.46% | - |
| HSV(B) | 35.11º | 0.73% | 0.73% | - |
| XYZ | 28.83 | 26.64 | 6.76 | - |
| YUV | 137.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 51 | 0 | 0.30 | 0.73 | 0.27 | 35.11 | 0.57 | 0.46 |
| Hex | BA | 82 | 33 | 0 | 1E | 49 | 1B | 23 | 39 | 2E |
| Octal | 272 | 202 | 63 | 0 | 36 | 111 | 33 | 43 | 71 | 56 |
| Binary | 10111010 | 10000010 | 110011 | 0 | 11110 | 1001001 | 11011 | 100011 | 111001 | 101110 |
Color Harmonies of #BA8233
Complementary color
Monochromatic Colors of #BA8233
Black with #BA8233
Text Example
Text Example
White with #BA8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8233; }
p { color: rgb(186,130,51); }
H1.HeaderClassName
{
color: #BA8233;
}
.AnyTagClassName
{
color: #BA8233;
}
</style>
background-color css
<style>
a { background-color: #BA8233; }
a { background-color: rgb(186,130,51); }
div.DivClassName
{
background-color: #BA8233;
}
.BgClassName
{
background-color: #BA8233;
}
</style>
border-color css
<style>
span { border-color: #BA8233; }
span { border-color: rgb(186,130,51); }
td.TdClassName
{
border-color: #BA8233;
}
.TagClassName
{
border-color: #BA8233;
}
</style>