Shades of Mandalay #BC7F2F
Tints of Mandalay #BC7F2F
RGB
CMYK
RGB Variations
Color information
#BC7F2F (or 0xBC7F2F) is known color: Mandalay. HEX triplet: BC, 7F and 2F. RGB value is (188,127,47). Sum of RGB (Red+Green+Blue) = 188+127+47=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F2F is #4380D0. Grayscale: #888888. Windows color (decimal): -4423889 or 3112892. OLE color: 3112892.
HSL color Cylindrical-coordinate representation of color #BC7F2F: hue angle of 34.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC7F2F is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 47 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.26 |
| HSL | 34.04º | 0.6% | 0.46% | - |
| HSV(B) | 34.04º | 0.75% | 0.74% | - |
| XYZ | 28.84 | 26.08 | 6.2 | - |
| YUV | 136.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 47 | 0 | 0.32 | 0.75 | 0.26 | 34.04 | 0.6 | 0.46 |
| Hex | BC | 7F | 2F | 0 | 20 | 4B | 1A | 22 | 3C | 2E |
| Octal | 274 | 177 | 57 | 0 | 40 | 113 | 32 | 42 | 74 | 56 |
| Binary | 10111100 | 1111111 | 101111 | 0 | 100000 | 1001011 | 11010 | 100010 | 111100 | 101110 |
Color Harmonies of #BC7F2F
Complementary color
Monochromatic Colors of #BC7F2F
Black with #BC7F2F
Text Example
Text Example
White with #BC7F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F2F; }
p { color: rgb(188,127,47); }
H1.HeaderClassName
{
color: #BC7F2F;
}
.AnyTagClassName
{
color: #BC7F2F;
}
</style>
background-color css
<style>
a { background-color: #BC7F2F; }
a { background-color: rgb(188,127,47); }
div.DivClassName
{
background-color: #BC7F2F;
}
.BgClassName
{
background-color: #BC7F2F;
}
</style>
border-color css
<style>
span { border-color: #BC7F2F; }
span { border-color: rgb(188,127,47); }
td.TdClassName
{
border-color: #BC7F2F;
}
.TagClassName
{
border-color: #BC7F2F;
}
</style>