Shades of Mandalay #BA7C33
Tints of Mandalay #BA7C33
RGB
CMYK
RGB Variations
Color information
#BA7C33 (or 0xBA7C33) is known color: Mandalay. HEX triplet: BA, 7C and 33. RGB value is (186,124,51). Sum of RGB (Red+Green+Blue) = 186+124+51=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C33 is #4583CC. Grayscale: #868686. Windows color (decimal): -4555725 or 3374266. OLE color: 3374266.
HSL color Cylindrical-coordinate representation of color #BA7C33: hue angle of 32.44º 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 #BA7C33 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 51 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.27 |
| HSL | 32.44º | 0.57% | 0.46% | - |
| HSV(B) | 32.44º | 0.73% | 0.73% | - |
| XYZ | 28.05 | 25.09 | 6.5 | - |
| YUV | 134.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 51 | 0 | 0.33 | 0.73 | 0.27 | 32.44 | 0.57 | 0.46 |
| Hex | BA | 7C | 33 | 0 | 21 | 49 | 1B | 20 | 39 | 2E |
| Octal | 272 | 174 | 63 | 0 | 41 | 111 | 33 | 40 | 71 | 56 |
| Binary | 10111010 | 1111100 | 110011 | 0 | 100001 | 1001001 | 11011 | 100000 | 111001 | 101110 |
Color Harmonies of #BA7C33
Complementary color
Monochromatic Colors of #BA7C33
Black with #BA7C33
Text Example
Text Example
White with #BA7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C33; }
p { color: rgb(186,124,51); }
H1.HeaderClassName
{
color: #BA7C33;
}
.AnyTagClassName
{
color: #BA7C33;
}
</style>
background-color css
<style>
a { background-color: #BA7C33; }
a { background-color: rgb(186,124,51); }
div.DivClassName
{
background-color: #BA7C33;
}
.BgClassName
{
background-color: #BA7C33;
}
</style>
border-color css
<style>
span { border-color: #BA7C33; }
span { border-color: rgb(186,124,51); }
td.TdClassName
{
border-color: #BA7C33;
}
.TagClassName
{
border-color: #BA7C33;
}
</style>