Shades of Mandalay #BC7F33
Tints of Mandalay #BC7F33
RGB
CMYK
RGB Variations
Color information
#BC7F33 (or 0xBC7F33) is known color: Mandalay. HEX triplet: BC, 7F and 33. RGB value is (188,127,51). Sum of RGB (Red+Green+Blue) = 188+127+51=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F33 is #4380CC. Grayscale: #888888. Windows color (decimal): -4423885 or 3375036. OLE color: 3375036.
HSL color Cylindrical-coordinate representation of color #BC7F33: hue angle of 33.28º degrees, saturation: 0.57, 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 #BC7F33 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 51 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.26 |
| HSL | 33.28º | 0.57% | 0.47% | - |
| HSV(B) | 33.28º | 0.73% | 0.74% | - |
| XYZ | 28.93 | 26.11 | 6.65 | - |
| YUV | 136.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 51 | 0 | 0.32 | 0.73 | 0.26 | 33.28 | 0.57 | 0.47 |
| Hex | BC | 7F | 33 | 0 | 20 | 49 | 1A | 21 | 39 | 2F |
| Octal | 274 | 177 | 63 | 0 | 40 | 111 | 32 | 41 | 71 | 57 |
| Binary | 10111100 | 1111111 | 110011 | 0 | 100000 | 1001001 | 11010 | 100001 | 111001 | 101111 |
Color Harmonies of #BC7F33
Complementary color
Monochromatic Colors of #BC7F33
Black with #BC7F33
Text Example
Text Example
White with #BC7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F33; }
p { color: rgb(188,127,51); }
H1.HeaderClassName
{
color: #BC7F33;
}
.AnyTagClassName
{
color: #BC7F33;
}
</style>
background-color css
<style>
a { background-color: #BC7F33; }
a { background-color: rgb(188,127,51); }
div.DivClassName
{
background-color: #BC7F33;
}
.BgClassName
{
background-color: #BC7F33;
}
</style>
border-color css
<style>
span { border-color: #BC7F33; }
span { border-color: rgb(188,127,51); }
td.TdClassName
{
border-color: #BC7F33;
}
.TagClassName
{
border-color: #BC7F33;
}
</style>