Shades of Marigold #BC863F
Tints of Marigold #BC863F
RGB
CMYK
RGB Variations
Color information
#BC863F (or 0xBC863F) is known color: Marigold. HEX triplet: BC, 86 and 3F. RGB value is (188,134,63). Sum of RGB (Red+Green+Blue) = 188+134+63=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863F is #4379C0. Grayscale: #8E8E8E. Windows color (decimal): -4422081 or 4163260. OLE color: 4163260.
HSL color Cylindrical-coordinate representation of color #BC863F: hue angle of 34.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC863F is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 63 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.26 |
| HSL | 34.08º | 0.5% | 0.49% | - |
| HSV(B) | 34.08º | 0.66% | 0.74% | - |
| XYZ | 30.16 | 28.1 | 8.54 | - |
| YUV | 142.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 63 | 0 | 0.29 | 0.66 | 0.26 | 34.08 | 0.5 | 0.49 |
| Hex | BC | 86 | 3F | 0 | 1D | 42 | 1A | 22 | 32 | 31 |
| Octal | 274 | 206 | 77 | 0 | 35 | 102 | 32 | 42 | 62 | 61 |
| Binary | 10111100 | 10000110 | 111111 | 0 | 11101 | 1000010 | 11010 | 100010 | 110010 | 110001 |
Color Harmonies of #BC863F
Complementary color
Monochromatic Colors of #BC863F
Black with #BC863F
Text Example
Text Example
White with #BC863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC863F; }
p { color: rgb(188,134,63); }
H1.HeaderClassName
{
color: #BC863F;
}
.AnyTagClassName
{
color: #BC863F;
}
</style>
background-color css
<style>
a { background-color: #BC863F; }
a { background-color: rgb(188,134,63); }
div.DivClassName
{
background-color: #BC863F;
}
.BgClassName
{
background-color: #BC863F;
}
</style>
border-color css
<style>
span { border-color: #BC863F; }
span { border-color: rgb(188,134,63); }
td.TdClassName
{
border-color: #BC863F;
}
.TagClassName
{
border-color: #BC863F;
}
</style>