Shades of Marigold #BC863E
Tints of Marigold #BC863E
RGB
CMYK
RGB Variations
Color information
#BC863E (or 0xBC863E) is known color: Marigold. HEX triplet: BC, 86 and 3E. RGB value is (188,134,62). Sum of RGB (Red+Green+Blue) = 188+134+62=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863E is #4379C1. Grayscale: #8E8E8E. Windows color (decimal): -4422082 or 4097724. OLE color: 4097724.
HSL color Cylindrical-coordinate representation of color #BC863E: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC863E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 62 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.26 |
| HSL | 34.29º | 0.5% | 0.49% | - |
| HSV(B) | 34.29º | 0.67% | 0.74% | - |
| XYZ | 30.13 | 28.09 | 8.39 | - |
| YUV | 141.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 62 | 0 | 0.29 | 0.67 | 0.26 | 34.29 | 0.5 | 0.49 |
| Hex | BC | 86 | 3E | 0 | 1D | 43 | 1A | 22 | 32 | 31 |
| Octal | 274 | 206 | 76 | 0 | 35 | 103 | 32 | 42 | 62 | 61 |
| Binary | 10111100 | 10000110 | 111110 | 0 | 11101 | 1000011 | 11010 | 100010 | 110010 | 110001 |
Color Harmonies of #BC863E
Complementary color
Monochromatic Colors of #BC863E
Black with #BC863E
Text Example
Text Example
White with #BC863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC863E; }
p { color: rgb(188,134,62); }
H1.HeaderClassName
{
color: #BC863E;
}
.AnyTagClassName
{
color: #BC863E;
}
</style>
background-color css
<style>
a { background-color: #BC863E; }
a { background-color: rgb(188,134,62); }
div.DivClassName
{
background-color: #BC863E;
}
.BgClassName
{
background-color: #BC863E;
}
</style>
border-color css
<style>
span { border-color: #BC863E; }
span { border-color: rgb(188,134,62); }
td.TdClassName
{
border-color: #BC863E;
}
.TagClassName
{
border-color: #BC863E;
}
</style>