Shades of Marigold #BC8644
Tints of Marigold #BC8644
RGB
CMYK
RGB Variations
Color information
#BC8644 (or 0xBC8644) is known color: Marigold. HEX triplet: BC, 86 and 44. RGB value is (188,134,68). Sum of RGB (Red+Green+Blue) = 188+134+68=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8644 is #4379BB. Grayscale: #8E8E8E. Windows color (decimal): -4422076 or 4490940. OLE color: 4490940.
HSL color Cylindrical-coordinate representation of color #BC8644: hue angle of 33º 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 #BC8644 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 68 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.26 |
| HSL | 33º | 0.47% | 0.5% | - |
| HSV(B) | 33º | 0.64% | 0.74% | - |
| XYZ | 30.31 | 28.16 | 9.31 | - |
| YUV | 142.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 68 | 0 | 0.29 | 0.64 | 0.26 | 33 | 0.47 | 0.5 |
| Hex | BC | 86 | 44 | 0 | 1D | 40 | 1A | 21 | 2F | 32 |
| Octal | 274 | 206 | 104 | 0 | 35 | 100 | 32 | 41 | 57 | 62 |
| Binary | 10111100 | 10000110 | 1000100 | 0 | 11101 | 1000000 | 11010 | 100001 | 101111 | 110010 |
Color Harmonies of #BC8644
Complementary color
Monochromatic Colors of #BC8644
Black with #BC8644
Text Example
Text Example
White with #BC8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8644; }
p { color: rgb(188,134,68); }
H1.HeaderClassName
{
color: #BC8644;
}
.AnyTagClassName
{
color: #BC8644;
}
</style>
background-color css
<style>
a { background-color: #BC8644; }
a { background-color: rgb(188,134,68); }
div.DivClassName
{
background-color: #BC8644;
}
.BgClassName
{
background-color: #BC8644;
}
</style>
border-color css
<style>
span { border-color: #BC8644; }
span { border-color: rgb(188,134,68); }
td.TdClassName
{
border-color: #BC8644;
}
.TagClassName
{
border-color: #BC8644;
}
</style>