Shades of Mandalay #BC7E2F
Tints of Mandalay #BC7E2F
RGB
CMYK
RGB Variations
Color information
#BC7E2F (or 0xBC7E2F) is known color: Mandalay. HEX triplet: BC, 7E and 2F. RGB value is (188,126,47). Sum of RGB (Red+Green+Blue) = 188+126+47=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2F is #4381D0. Grayscale: #878787. Windows color (decimal): -4424145 or 3112636. OLE color: 3112636.
HSL color Cylindrical-coordinate representation of color #BC7E2F: hue angle of 33.62º 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 #BC7E2F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 47 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.26 |
| HSL | 33.62º | 0.6% | 0.46% | - |
| HSV(B) | 33.62º | 0.75% | 0.74% | - |
| XYZ | 28.71 | 25.82 | 6.16 | - |
| YUV | 135.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 47 | 0 | 0.33 | 0.75 | 0.26 | 33.62 | 0.6 | 0.46 |
| Hex | BC | 7E | 2F | 0 | 21 | 4B | 1A | 22 | 3C | 2E |
| Octal | 274 | 176 | 57 | 0 | 41 | 113 | 32 | 42 | 74 | 56 |
| Binary | 10111100 | 1111110 | 101111 | 0 | 100001 | 1001011 | 11010 | 100010 | 111100 | 101110 |
Color Harmonies of #BC7E2F
Complementary color
Monochromatic Colors of #BC7E2F
Black with #BC7E2F
Text Example
Text Example
White with #BC7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E2F; }
p { color: rgb(188,126,47); }
H1.HeaderClassName
{
color: #BC7E2F;
}
.AnyTagClassName
{
color: #BC7E2F;
}
</style>
background-color css
<style>
a { background-color: #BC7E2F; }
a { background-color: rgb(188,126,47); }
div.DivClassName
{
background-color: #BC7E2F;
}
.BgClassName
{
background-color: #BC7E2F;
}
</style>
border-color css
<style>
span { border-color: #BC7E2F; }
span { border-color: rgb(188,126,47); }
td.TdClassName
{
border-color: #BC7E2F;
}
.TagClassName
{
border-color: #BC7E2F;
}
</style>