Shades of Marigold #BC863D
Tints of Marigold #BC863D
RGB
CMYK
RGB Variations
Color information
#BC863D (or 0xBC863D) is known color: Marigold. HEX triplet: BC, 86 and 3D. RGB value is (188,134,61). Sum of RGB (Red+Green+Blue) = 188+134+61=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863D is #4379C2. Grayscale: #8E8E8E. Windows color (decimal): -4422083 or 4032188. OLE color: 4032188.
HSL color Cylindrical-coordinate representation of color #BC863D: hue angle of 34.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC863D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 61 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.26 |
| HSL | 34.49º | 0.51% | 0.49% | - |
| HSV(B) | 34.49º | 0.68% | 0.74% | - |
| XYZ | 30.11 | 28.08 | 8.25 | - |
| YUV | 141.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 61 | 0 | 0.29 | 0.68 | 0.26 | 34.49 | 0.51 | 0.49 |
| Hex | BC | 86 | 3D | 0 | 1D | 44 | 1A | 22 | 33 | 31 |
| Octal | 274 | 206 | 75 | 0 | 35 | 104 | 32 | 42 | 63 | 61 |
| Binary | 10111100 | 10000110 | 111101 | 0 | 11101 | 1000100 | 11010 | 100010 | 110011 | 110001 |
Color Harmonies of #BC863D
Complementary color
Monochromatic Colors of #BC863D
Black with #BC863D
Text Example
Text Example
White with #BC863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC863D; }
p { color: rgb(188,134,61); }
H1.HeaderClassName
{
color: #BC863D;
}
.AnyTagClassName
{
color: #BC863D;
}
</style>
background-color css
<style>
a { background-color: #BC863D; }
a { background-color: rgb(188,134,61); }
div.DivClassName
{
background-color: #BC863D;
}
.BgClassName
{
background-color: #BC863D;
}
</style>
border-color css
<style>
span { border-color: #BC863D; }
span { border-color: rgb(188,134,61); }
td.TdClassName
{
border-color: #BC863D;
}
.TagClassName
{
border-color: #BC863D;
}
</style>