Shades of Mandalay #BA7B33
Tints of Mandalay #BA7B33
RGB
CMYK
RGB Variations
Color information
#BA7B33 (or 0xBA7B33) is known color: Mandalay. HEX triplet: BA, 7B and 33. RGB value is (186,123,51). Sum of RGB (Red+Green+Blue) = 186+123+51=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B33 is #4584CC. Grayscale: #858585. Windows color (decimal): -4555981 or 3374010. OLE color: 3374010.
HSL color Cylindrical-coordinate representation of color #BA7B33: hue angle of 32º 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 #BA7B33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 51 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.27 |
| HSL | 32º | 0.57% | 0.46% | - |
| HSV(B) | 32º | 0.73% | 0.73% | - |
| XYZ | 27.93 | 24.84 | 6.46 | - |
| YUV | 133.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 51 | 0 | 0.34 | 0.73 | 0.27 | 32 | 0.57 | 0.46 |
| Hex | BA | 7B | 33 | 0 | 22 | 49 | 1B | 20 | 39 | 2E |
| Octal | 272 | 173 | 63 | 0 | 42 | 111 | 33 | 40 | 71 | 56 |
| Binary | 10111010 | 1111011 | 110011 | 0 | 100010 | 1001001 | 11011 | 100000 | 111001 | 101110 |
Color Harmonies of #BA7B33
Complementary color
Monochromatic Colors of #BA7B33
Black with #BA7B33
Text Example
Text Example
White with #BA7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B33; }
p { color: rgb(186,123,51); }
H1.HeaderClassName
{
color: #BA7B33;
}
.AnyTagClassName
{
color: #BA7B33;
}
</style>
background-color css
<style>
a { background-color: #BA7B33; }
a { background-color: rgb(186,123,51); }
div.DivClassName
{
background-color: #BA7B33;
}
.BgClassName
{
background-color: #BA7B33;
}
</style>
border-color css
<style>
span { border-color: #BA7B33; }
span { border-color: rgb(186,123,51); }
td.TdClassName
{
border-color: #BA7B33;
}
.TagClassName
{
border-color: #BA7B33;
}
</style>