Shades of Mandalay #BC8031
Tints of Mandalay #BC8031
RGB
CMYK
RGB Variations
Color information
#BC8031 (or 0xBC8031) is known color: Mandalay. HEX triplet: BC, 80 and 31. RGB value is (188,128,49). Sum of RGB (Red+Green+Blue) = 188+128+49=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8031 is #437FCE. Grayscale: #898989. Windows color (decimal): -4423631 or 3244220. OLE color: 3244220.
HSL color Cylindrical-coordinate representation of color #BC8031: hue angle of 34.1º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC8031 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 49 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.26 |
| HSL | 34.1º | 0.59% | 0.46% | - |
| HSV(B) | 34.1º | 0.74% | 0.74% | - |
| XYZ | 29.01 | 26.35 | 6.46 | - |
| YUV | 136.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 49 | 0 | 0.32 | 0.74 | 0.26 | 34.1 | 0.59 | 0.46 |
| Hex | BC | 80 | 31 | 0 | 20 | 4A | 1A | 22 | 3B | 2E |
| Octal | 274 | 200 | 61 | 0 | 40 | 112 | 32 | 42 | 73 | 56 |
| Binary | 10111100 | 10000000 | 110001 | 0 | 100000 | 1001010 | 11010 | 100010 | 111011 | 101110 |
Color Harmonies of #BC8031
Complementary color
Monochromatic Colors of #BC8031
Black with #BC8031
Text Example
Text Example
White with #BC8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8031; }
p { color: rgb(188,128,49); }
H1.HeaderClassName
{
color: #BC8031;
}
.AnyTagClassName
{
color: #BC8031;
}
</style>
background-color css
<style>
a { background-color: #BC8031; }
a { background-color: rgb(188,128,49); }
div.DivClassName
{
background-color: #BC8031;
}
.BgClassName
{
background-color: #BC8031;
}
</style>
border-color css
<style>
span { border-color: #BC8031; }
span { border-color: rgb(188,128,49); }
td.TdClassName
{
border-color: #BC8031;
}
.TagClassName
{
border-color: #BC8031;
}
</style>