Shades of Mandalay #BC7D32
Tints of Mandalay #BC7D32
RGB
CMYK
RGB Variations
Color information
#BC7D32 (or 0xBC7D32) is known color: Mandalay. HEX triplet: BC, 7D and 32. RGB value is (188,125,50). Sum of RGB (Red+Green+Blue) = 188+125+50=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D32 is #4382CD. Grayscale: #878787. Windows color (decimal): -4424398 or 3308988. OLE color: 3308988.
HSL color Cylindrical-coordinate representation of color #BC7D32: hue angle of 32.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7D32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 50 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.26 |
| HSL | 32.61º | 0.58% | 0.47% | - |
| HSV(B) | 32.61º | 0.73% | 0.74% | - |
| XYZ | 28.65 | 25.59 | 6.45 | - |
| YUV | 135.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 50 | 0 | 0.34 | 0.73 | 0.26 | 32.61 | 0.58 | 0.47 |
| Hex | BC | 7D | 32 | 0 | 22 | 49 | 1A | 21 | 3A | 2F |
| Octal | 274 | 175 | 62 | 0 | 42 | 111 | 32 | 41 | 72 | 57 |
| Binary | 10111100 | 1111101 | 110010 | 0 | 100010 | 1001001 | 11010 | 100001 | 111010 | 101111 |
Color Harmonies of #BC7D32
Complementary color
Monochromatic Colors of #BC7D32
Black with #BC7D32
Text Example
Text Example
White with #BC7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D32; }
p { color: rgb(188,125,50); }
H1.HeaderClassName
{
color: #BC7D32;
}
.AnyTagClassName
{
color: #BC7D32;
}
</style>
background-color css
<style>
a { background-color: #BC7D32; }
a { background-color: rgb(188,125,50); }
div.DivClassName
{
background-color: #BC7D32;
}
.BgClassName
{
background-color: #BC7D32;
}
</style>
border-color css
<style>
span { border-color: #BC7D32; }
span { border-color: rgb(188,125,50); }
td.TdClassName
{
border-color: #BC7D32;
}
.TagClassName
{
border-color: #BC7D32;
}
</style>