Shades of Mandalay #BA7F30
Tints of Mandalay #BA7F30
RGB
CMYK
RGB Variations
Color information
#BA7F30 (or 0xBA7F30) is known color: Mandalay. HEX triplet: BA, 7F and 30. RGB value is (186,127,48). Sum of RGB (Red+Green+Blue) = 186+127+48=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F30 is #4580CF. Grayscale: #888888. Windows color (decimal): -4554960 or 3178426. OLE color: 3178426.
HSL color Cylindrical-coordinate representation of color #BA7F30: hue angle of 34.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7F30 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 48 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.27 |
| HSL | 34.35º | 0.59% | 0.46% | - |
| HSV(B) | 34.35º | 0.74% | 0.73% | - |
| XYZ | 28.37 | 25.83 | 6.29 | - |
| YUV | 135.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 48 | 0 | 0.32 | 0.74 | 0.27 | 34.35 | 0.59 | 0.46 |
| Hex | BA | 7F | 30 | 0 | 20 | 4A | 1B | 22 | 3B | 2E |
| Octal | 272 | 177 | 60 | 0 | 40 | 112 | 33 | 42 | 73 | 56 |
| Binary | 10111010 | 1111111 | 110000 | 0 | 100000 | 1001010 | 11011 | 100010 | 111011 | 101110 |
Color Harmonies of #BA7F30
Complementary color
Monochromatic Colors of #BA7F30
Black with #BA7F30
Text Example
Text Example
White with #BA7F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F30; }
p { color: rgb(186,127,48); }
H1.HeaderClassName
{
color: #BA7F30;
}
.AnyTagClassName
{
color: #BA7F30;
}
</style>
background-color css
<style>
a { background-color: #BA7F30; }
a { background-color: rgb(186,127,48); }
div.DivClassName
{
background-color: #BA7F30;
}
.BgClassName
{
background-color: #BA7F30;
}
</style>
border-color css
<style>
span { border-color: #BA7F30; }
span { border-color: rgb(186,127,48); }
td.TdClassName
{
border-color: #BA7F30;
}
.TagClassName
{
border-color: #BA7F30;
}
</style>