Shades of Mandalay #BC7F31
Tints of Mandalay #BC7F31
RGB
CMYK
RGB Variations
Color information
#BC7F31 (or 0xBC7F31) is known color: Mandalay. HEX triplet: BC, 7F and 31. RGB value is (188,127,49). Sum of RGB (Red+Green+Blue) = 188+127+49=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F31 is #4380CE. Grayscale: #888888. Windows color (decimal): -4423887 or 3243964. OLE color: 3243964.
HSL color Cylindrical-coordinate representation of color #BC7F31: hue angle of 33.67º 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 #BC7F31 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 49 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.26 |
| HSL | 33.67º | 0.59% | 0.46% | - |
| HSV(B) | 33.67º | 0.74% | 0.74% | - |
| XYZ | 28.88 | 26.09 | 6.42 | - |
| YUV | 136.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 49 | 0 | 0.32 | 0.74 | 0.26 | 33.67 | 0.59 | 0.46 |
| Hex | BC | 7F | 31 | 0 | 20 | 4A | 1A | 22 | 3B | 2E |
| Octal | 274 | 177 | 61 | 0 | 40 | 112 | 32 | 42 | 73 | 56 |
| Binary | 10111100 | 1111111 | 110001 | 0 | 100000 | 1001010 | 11010 | 100010 | 111011 | 101110 |
Color Harmonies of #BC7F31
Complementary color
Monochromatic Colors of #BC7F31
Black with #BC7F31
Text Example
Text Example
White with #BC7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F31; }
p { color: rgb(188,127,49); }
H1.HeaderClassName
{
color: #BC7F31;
}
.AnyTagClassName
{
color: #BC7F31;
}
</style>
background-color css
<style>
a { background-color: #BC7F31; }
a { background-color: rgb(188,127,49); }
div.DivClassName
{
background-color: #BC7F31;
}
.BgClassName
{
background-color: #BC7F31;
}
</style>
border-color css
<style>
span { border-color: #BC7F31; }
span { border-color: rgb(188,127,49); }
td.TdClassName
{
border-color: #BC7F31;
}
.TagClassName
{
border-color: #BC7F31;
}
</style>