Shades of Mandalay #BC7D33
Tints of Mandalay #BC7D33
RGB
CMYK
RGB Variations
Color information
#BC7D33 (or 0xBC7D33) is known color: Mandalay. HEX triplet: BC, 7D and 33. RGB value is (188,125,51). Sum of RGB (Red+Green+Blue) = 188+125+51=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D33 is #4382CC. Grayscale: #878787. Windows color (decimal): -4424397 or 3374524. OLE color: 3374524.
HSL color Cylindrical-coordinate representation of color #BC7D33: hue angle of 32.41º 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 #BC7D33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 51 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.26 |
| HSL | 32.41º | 0.57% | 0.47% | - |
| HSV(B) | 32.41º | 0.73% | 0.74% | - |
| XYZ | 28.67 | 25.6 | 6.56 | - |
| YUV | 135.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 51 | 0 | 0.34 | 0.73 | 0.26 | 32.41 | 0.57 | 0.47 |
| Hex | BC | 7D | 33 | 0 | 22 | 49 | 1A | 20 | 39 | 2F |
| Octal | 274 | 175 | 63 | 0 | 42 | 111 | 32 | 40 | 71 | 57 |
| Binary | 10111100 | 1111101 | 110011 | 0 | 100010 | 1001001 | 11010 | 100000 | 111001 | 101111 |
Color Harmonies of #BC7D33
Complementary color
Monochromatic Colors of #BC7D33
Black with #BC7D33
Text Example
Text Example
White with #BC7D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D33; }
p { color: rgb(188,125,51); }
H1.HeaderClassName
{
color: #BC7D33;
}
.AnyTagClassName
{
color: #BC7D33;
}
</style>
background-color css
<style>
a { background-color: #BC7D33; }
a { background-color: rgb(188,125,51); }
div.DivClassName
{
background-color: #BC7D33;
}
.BgClassName
{
background-color: #BC7D33;
}
</style>
border-color css
<style>
span { border-color: #BC7D33; }
span { border-color: rgb(188,125,51); }
td.TdClassName
{
border-color: #BC7D33;
}
.TagClassName
{
border-color: #BC7D33;
}
</style>