Shades of Mandalay #BC802C
Tints of Mandalay #BC802C
RGB
CMYK
RGB Variations
Color information
#BC802C (or 0xBC802C) is known color: Mandalay. HEX triplet: BC, 80 and 2C. RGB value is (188,128,44). Sum of RGB (Red+Green+Blue) = 188+128+44=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802C is #437FD3. Grayscale: #888888. Windows color (decimal): -4423636 or 2916540. OLE color: 2916540.
HSL color Cylindrical-coordinate representation of color #BC802C: hue angle of 35º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC802C is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 44 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.26 |
| HSL | 35º | 0.62% | 0.45% | - |
| HSV(B) | 35º | 0.77% | 0.74% | - |
| XYZ | 28.91 | 26.31 | 5.94 | - |
| YUV | 136.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 44 | 0 | 0.32 | 0.77 | 0.26 | 35 | 0.62 | 0.45 |
| Hex | BC | 80 | 2C | 0 | 20 | 4D | 1A | 23 | 3E | 2D |
| Octal | 274 | 200 | 54 | 0 | 40 | 115 | 32 | 43 | 76 | 55 |
| Binary | 10111100 | 10000000 | 101100 | 0 | 100000 | 1001101 | 11010 | 100011 | 111110 | 101101 |
Color Harmonies of #BC802C
Complementary color
Monochromatic Colors of #BC802C
Black with #BC802C
Text Example
Text Example
White with #BC802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC802C; }
p { color: rgb(188,128,44); }
H1.HeaderClassName
{
color: #BC802C;
}
.AnyTagClassName
{
color: #BC802C;
}
</style>
background-color css
<style>
a { background-color: #BC802C; }
a { background-color: rgb(188,128,44); }
div.DivClassName
{
background-color: #BC802C;
}
.BgClassName
{
background-color: #BC802C;
}
</style>
border-color css
<style>
span { border-color: #BC802C; }
span { border-color: rgb(188,128,44); }
td.TdClassName
{
border-color: #BC802C;
}
.TagClassName
{
border-color: #BC802C;
}
</style>