Shades of Marigold #BC8640
Tints of Marigold #BC8640
RGB
CMYK
RGB Variations
Color information
#BC8640 (or 0xBC8640) is known color: Marigold. HEX triplet: BC, 86 and 40. RGB value is (188,134,64). Sum of RGB (Red+Green+Blue) = 188+134+64=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8640 is #4379BF. Grayscale: #8E8E8E. Windows color (decimal): -4422080 or 4228796. OLE color: 4228796.
HSL color Cylindrical-coordinate representation of color #BC8640: hue angle of 33.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC8640 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 64 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.26 |
| HSL | 33.87º | 0.49% | 0.49% | - |
| HSV(B) | 33.87º | 0.66% | 0.74% | - |
| XYZ | 30.19 | 28.11 | 8.69 | - |
| YUV | 142.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 64 | 0 | 0.29 | 0.66 | 0.26 | 33.87 | 0.49 | 0.49 |
| Hex | BC | 86 | 40 | 0 | 1D | 42 | 1A | 22 | 31 | 31 |
| Octal | 274 | 206 | 100 | 0 | 35 | 102 | 32 | 42 | 61 | 61 |
| Binary | 10111100 | 10000110 | 1000000 | 0 | 11101 | 1000010 | 11010 | 100010 | 110001 | 110001 |
Color Harmonies of #BC8640
Complementary color
Monochromatic Colors of #BC8640
Black with #BC8640
Text Example
Text Example
White with #BC8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8640; }
p { color: rgb(188,134,64); }
H1.HeaderClassName
{
color: #BC8640;
}
.AnyTagClassName
{
color: #BC8640;
}
</style>
background-color css
<style>
a { background-color: #BC8640; }
a { background-color: rgb(188,134,64); }
div.DivClassName
{
background-color: #BC8640;
}
.BgClassName
{
background-color: #BC8640;
}
</style>
border-color css
<style>
span { border-color: #BC8640; }
span { border-color: rgb(188,134,64); }
td.TdClassName
{
border-color: #BC8640;
}
.TagClassName
{
border-color: #BC8640;
}
</style>