Shades of Marigold #BC8646
Tints of Marigold #BC8646
RGB
CMYK
RGB Variations
Color information
#BC8646 (or 0xBC8646) is known color: Marigold. HEX triplet: BC, 86 and 46. RGB value is (188,134,70). Sum of RGB (Red+Green+Blue) = 188+134+70=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8646 is #4379B9. Grayscale: #8F8F8F. Windows color (decimal): -4422074 or 4622012. OLE color: 4622012.
HSL color Cylindrical-coordinate representation of color #BC8646: hue angle of 32.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8646 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 70 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.26 |
| HSL | 32.54º | 0.47% | 0.51% | - |
| HSV(B) | 32.54º | 0.63% | 0.74% | - |
| XYZ | 30.37 | 28.18 | 9.63 | - |
| YUV | 142.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 70 | 0 | 0.29 | 0.63 | 0.26 | 32.54 | 0.47 | 0.51 |
| Hex | BC | 86 | 46 | 0 | 1D | 3F | 1A | 21 | 2F | 33 |
| Octal | 274 | 206 | 106 | 0 | 35 | 77 | 32 | 41 | 57 | 63 |
| Binary | 10111100 | 10000110 | 1000110 | 0 | 11101 | 111111 | 11010 | 100001 | 101111 | 110011 |
Color Harmonies of #BC8646
Complementary color
Monochromatic Colors of #BC8646
Black with #BC8646
Text Example
Text Example
White with #BC8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8646; }
p { color: rgb(188,134,70); }
H1.HeaderClassName
{
color: #BC8646;
}
.AnyTagClassName
{
color: #BC8646;
}
</style>
background-color css
<style>
a { background-color: #BC8646; }
a { background-color: rgb(188,134,70); }
div.DivClassName
{
background-color: #BC8646;
}
.BgClassName
{
background-color: #BC8646;
}
</style>
border-color css
<style>
span { border-color: #BC8646; }
span { border-color: rgb(188,134,70); }
td.TdClassName
{
border-color: #BC8646;
}
.TagClassName
{
border-color: #BC8646;
}
</style>