Shades of Marigold #BC8543
Tints of Marigold #BC8543
RGB
CMYK
RGB Variations
Color information
#BC8543 (or 0xBC8543) is known color: Marigold. HEX triplet: BC, 85 and 43. RGB value is (188,133,67). Sum of RGB (Red+Green+Blue) = 188+133+67=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8543 is #437ABC. Grayscale: #8E8E8E. Windows color (decimal): -4422333 or 4425148. OLE color: 4425148.
HSL color Cylindrical-coordinate representation of color #BC8543: hue angle of 32.73º 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 #BC8543 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 67 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.26 |
| HSL | 32.73º | 0.47% | 0.5% | - |
| HSV(B) | 32.73º | 0.64% | 0.74% | - |
| XYZ | 30.14 | 27.87 | 9.1 | - |
| YUV | 141.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 67 | 0 | 0.29 | 0.64 | 0.26 | 32.73 | 0.47 | 0.5 |
| Hex | BC | 85 | 43 | 0 | 1D | 40 | 1A | 21 | 2F | 32 |
| Octal | 274 | 205 | 103 | 0 | 35 | 100 | 32 | 41 | 57 | 62 |
| Binary | 10111100 | 10000101 | 1000011 | 0 | 11101 | 1000000 | 11010 | 100001 | 101111 | 110010 |
Color Harmonies of #BC8543
Complementary color
Monochromatic Colors of #BC8543
Black with #BC8543
Text Example
Text Example
White with #BC8543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8543; }
p { color: rgb(188,133,67); }
H1.HeaderClassName
{
color: #BC8543;
}
.AnyTagClassName
{
color: #BC8543;
}
</style>
background-color css
<style>
a { background-color: #BC8543; }
a { background-color: rgb(188,133,67); }
div.DivClassName
{
background-color: #BC8543;
}
.BgClassName
{
background-color: #BC8543;
}
</style>
border-color css
<style>
span { border-color: #BC8543; }
span { border-color: rgb(188,133,67); }
td.TdClassName
{
border-color: #BC8543;
}
.TagClassName
{
border-color: #BC8543;
}
</style>