Shades of Marigold #BC8544
Tints of Marigold #BC8544
RGB
CMYK
RGB Variations
Color information
#BC8544 (or 0xBC8544) is known color: Marigold. HEX triplet: BC, 85 and 44. RGB value is (188,133,68). Sum of RGB (Red+Green+Blue) = 188+133+68=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8544 is #437ABB. Grayscale: #8E8E8E. Windows color (decimal): -4422332 or 4490684. OLE color: 4490684.
HSL color Cylindrical-coordinate representation of color #BC8544: hue angle of 32.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8544 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 68 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.26 |
| HSL | 32.5º | 0.47% | 0.5% | - |
| HSV(B) | 32.5º | 0.64% | 0.74% | - |
| XYZ | 30.17 | 27.88 | 9.26 | - |
| YUV | 142.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 68 | 0 | 0.29 | 0.64 | 0.26 | 32.5 | 0.47 | 0.5 |
| Hex | BC | 85 | 44 | 0 | 1D | 40 | 1A | 20 | 2F | 32 |
| Octal | 274 | 205 | 104 | 0 | 35 | 100 | 32 | 40 | 57 | 62 |
| Binary | 10111100 | 10000101 | 1000100 | 0 | 11101 | 1000000 | 11010 | 100000 | 101111 | 110010 |
Color Harmonies of #BC8544
Complementary color
Monochromatic Colors of #BC8544
Black with #BC8544
Text Example
Text Example
White with #BC8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8544; }
p { color: rgb(188,133,68); }
H1.HeaderClassName
{
color: #BC8544;
}
.AnyTagClassName
{
color: #BC8544;
}
</style>
background-color css
<style>
a { background-color: #BC8544; }
a { background-color: rgb(188,133,68); }
div.DivClassName
{
background-color: #BC8544;
}
.BgClassName
{
background-color: #BC8544;
}
</style>
border-color css
<style>
span { border-color: #BC8544; }
span { border-color: rgb(188,133,68); }
td.TdClassName
{
border-color: #BC8544;
}
.TagClassName
{
border-color: #BC8544;
}
</style>