Shades of Mandalay #BA7F33
Tints of Mandalay #BA7F33
RGB
CMYK
RGB Variations
Color information
#BA7F33 (or 0xBA7F33) is known color: Mandalay. HEX triplet: BA, 7F and 33. RGB value is (186,127,51). Sum of RGB (Red+Green+Blue) = 186+127+51=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F33 is #4580CC. Grayscale: #888888. Windows color (decimal): -4554957 or 3375034. OLE color: 3375034.
HSL color Cylindrical-coordinate representation of color #BA7F33: hue angle of 33.78º 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 #BA7F33 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 51 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.27 |
| HSL | 33.78º | 0.57% | 0.46% | - |
| HSV(B) | 33.78º | 0.73% | 0.73% | - |
| XYZ | 28.44 | 25.86 | 6.62 | - |
| YUV | 135.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 51 | 0 | 0.32 | 0.73 | 0.27 | 33.78 | 0.57 | 0.46 |
| Hex | BA | 7F | 33 | 0 | 20 | 49 | 1B | 22 | 39 | 2E |
| Octal | 272 | 177 | 63 | 0 | 40 | 111 | 33 | 42 | 71 | 56 |
| Binary | 10111010 | 1111111 | 110011 | 0 | 100000 | 1001001 | 11011 | 100010 | 111001 | 101110 |
Color Harmonies of #BA7F33
Complementary color
Monochromatic Colors of #BA7F33
Black with #BA7F33
Text Example
Text Example
White with #BA7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F33; }
p { color: rgb(186,127,51); }
H1.HeaderClassName
{
color: #BA7F33;
}
.AnyTagClassName
{
color: #BA7F33;
}
</style>
background-color css
<style>
a { background-color: #BA7F33; }
a { background-color: rgb(186,127,51); }
div.DivClassName
{
background-color: #BA7F33;
}
.BgClassName
{
background-color: #BA7F33;
}
</style>
border-color css
<style>
span { border-color: #BA7F33; }
span { border-color: rgb(186,127,51); }
td.TdClassName
{
border-color: #BA7F33;
}
.TagClassName
{
border-color: #BA7F33;
}
</style>