Shades of Marigold #BC8540
Tints of Marigold #BC8540
RGB
CMYK
RGB Variations
Color information
#BC8540 (or 0xBC8540) is known color: Marigold. HEX triplet: BC, 85 and 40. RGB value is (188,133,64). Sum of RGB (Red+Green+Blue) = 188+133+64=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8540 is #437ABF. Grayscale: #8D8D8D. Windows color (decimal): -4422336 or 4228540. OLE color: 4228540.
HSL color Cylindrical-coordinate representation of color #BC8540: hue angle of 33.39º 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 #BC8540 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 64 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.26 |
| HSL | 33.39º | 0.49% | 0.49% | - |
| HSV(B) | 33.39º | 0.66% | 0.74% | - |
| XYZ | 30.05 | 27.84 | 8.64 | - |
| YUV | 141.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 64 | 0 | 0.29 | 0.66 | 0.26 | 33.39 | 0.49 | 0.49 |
| Hex | BC | 85 | 40 | 0 | 1D | 42 | 1A | 21 | 31 | 31 |
| Octal | 274 | 205 | 100 | 0 | 35 | 102 | 32 | 41 | 61 | 61 |
| Binary | 10111100 | 10000101 | 1000000 | 0 | 11101 | 1000010 | 11010 | 100001 | 110001 | 110001 |
Color Harmonies of #BC8540
Complementary color
Monochromatic Colors of #BC8540
Black with #BC8540
Text Example
Text Example
White with #BC8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8540; }
p { color: rgb(188,133,64); }
H1.HeaderClassName
{
color: #BC8540;
}
.AnyTagClassName
{
color: #BC8540;
}
</style>
background-color css
<style>
a { background-color: #BC8540; }
a { background-color: rgb(188,133,64); }
div.DivClassName
{
background-color: #BC8540;
}
.BgClassName
{
background-color: #BC8540;
}
</style>
border-color css
<style>
span { border-color: #BC8540; }
span { border-color: rgb(188,133,64); }
td.TdClassName
{
border-color: #BC8540;
}
.TagClassName
{
border-color: #BC8540;
}
</style>