Shades of Mandalay #BA7D35
Tints of Mandalay #BA7D35
RGB
CMYK
RGB Variations
Color information
#BA7D35 (or 0xBA7D35) is known color: Mandalay. HEX triplet: BA, 7D and 35. RGB value is (186,125,53). Sum of RGB (Red+Green+Blue) = 186+125+53=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D35 is #4582CA. Grayscale: #878787. Windows color (decimal): -4555467 or 3505594. OLE color: 3505594.
HSL color Cylindrical-coordinate representation of color #BA7D35: hue angle of 32.48º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA7D35 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 53 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.27 |
| HSL | 32.48º | 0.56% | 0.47% | - |
| HSV(B) | 32.48º | 0.72% | 0.73% | - |
| XYZ | 28.23 | 25.36 | 6.78 | - |
| YUV | 135.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 53 | 0 | 0.33 | 0.72 | 0.27 | 32.48 | 0.56 | 0.47 |
| Hex | BA | 7D | 35 | 0 | 21 | 48 | 1B | 20 | 38 | 2F |
| Octal | 272 | 175 | 65 | 0 | 41 | 110 | 33 | 40 | 70 | 57 |
| Binary | 10111010 | 1111101 | 110101 | 0 | 100001 | 1001000 | 11011 | 100000 | 111000 | 101111 |
Color Harmonies of #BA7D35
Complementary color
Monochromatic Colors of #BA7D35
Black with #BA7D35
Text Example
Text Example
White with #BA7D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D35; }
p { color: rgb(186,125,53); }
H1.HeaderClassName
{
color: #BA7D35;
}
.AnyTagClassName
{
color: #BA7D35;
}
</style>
background-color css
<style>
a { background-color: #BA7D35; }
a { background-color: rgb(186,125,53); }
div.DivClassName
{
background-color: #BA7D35;
}
.BgClassName
{
background-color: #BA7D35;
}
</style>
border-color css
<style>
span { border-color: #BA7D35; }
span { border-color: rgb(186,125,53); }
td.TdClassName
{
border-color: #BA7D35;
}
.TagClassName
{
border-color: #BA7D35;
}
</style>