Shades of Marigold #BC863C
Tints of Marigold #BC863C
RGB
CMYK
RGB Variations
Color information
#BC863C (or 0xBC863C) is known color: Marigold. HEX triplet: BC, 86 and 3C. RGB value is (188,134,60). Sum of RGB (Red+Green+Blue) = 188+134+60=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863C is #4379C3. Grayscale: #8E8E8E. Windows color (decimal): -4422084 or 3966652. OLE color: 3966652.
HSL color Cylindrical-coordinate representation of color #BC863C: hue angle of 34.69º degrees, saturation: 0.52, 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 #BC863C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 60 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.26 |
| HSL | 34.69º | 0.52% | 0.49% | - |
| HSV(B) | 34.69º | 0.68% | 0.74% | - |
| XYZ | 30.08 | 28.07 | 8.11 | - |
| YUV | 141.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 60 | 0 | 0.29 | 0.68 | 0.26 | 34.69 | 0.52 | 0.49 |
| Hex | BC | 86 | 3C | 0 | 1D | 44 | 1A | 23 | 34 | 31 |
| Octal | 274 | 206 | 74 | 0 | 35 | 104 | 32 | 43 | 64 | 61 |
| Binary | 10111100 | 10000110 | 111100 | 0 | 11101 | 1000100 | 11010 | 100011 | 110100 | 110001 |
Color Harmonies of #BC863C
Complementary color
Monochromatic Colors of #BC863C
Black with #BC863C
Text Example
Text Example
White with #BC863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC863C; }
p { color: rgb(188,134,60); }
H1.HeaderClassName
{
color: #BC863C;
}
.AnyTagClassName
{
color: #BC863C;
}
</style>
background-color css
<style>
a { background-color: #BC863C; }
a { background-color: rgb(188,134,60); }
div.DivClassName
{
background-color: #BC863C;
}
.BgClassName
{
background-color: #BC863C;
}
</style>
border-color css
<style>
span { border-color: #BC863C; }
span { border-color: rgb(188,134,60); }
td.TdClassName
{
border-color: #BC863C;
}
.TagClassName
{
border-color: #BC863C;
}
</style>