Shades of Marigold #BC863A
Tints of Marigold #BC863A
RGB
CMYK
RGB Variations
Color information
#BC863A (or 0xBC863A) is known color: Marigold. HEX triplet: BC, 86 and 3A. RGB value is (188,134,58). Sum of RGB (Red+Green+Blue) = 188+134+58=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863A is #4379C5. Grayscale: #8D8D8D. Windows color (decimal): -4422086 or 3835580. OLE color: 3835580.
HSL color Cylindrical-coordinate representation of color #BC863A: hue angle of 35.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC863A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 58 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.26 |
| HSL | 35.08º | 0.53% | 0.48% | - |
| HSV(B) | 35.08º | 0.69% | 0.74% | - |
| XYZ | 30.03 | 28.05 | 7.83 | - |
| YUV | 141.48 | 80.89 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 58 | 0 | 0.29 | 0.69 | 0.26 | 35.08 | 0.53 | 0.48 |
| Hex | BC | 86 | 3A | 0 | 1D | 45 | 1A | 23 | 35 | 30 |
| Octal | 274 | 206 | 72 | 0 | 35 | 105 | 32 | 43 | 65 | 60 |
| Binary | 10111100 | 10000110 | 111010 | 0 | 11101 | 1000101 | 11010 | 100011 | 110101 | 110000 |
Color Harmonies of #BC863A
Complementary color
Monochromatic Colors of #BC863A
Black with #BC863A
Text Example
Text Example
White with #BC863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC863A; }
p { color: rgb(188,134,58); }
H1.HeaderClassName
{
color: #BC863A;
}
.AnyTagClassName
{
color: #BC863A;
}
</style>
background-color css
<style>
a { background-color: #BC863A; }
a { background-color: rgb(188,134,58); }
div.DivClassName
{
background-color: #BC863A;
}
.BgClassName
{
background-color: #BC863A;
}
</style>
border-color css
<style>
span { border-color: #BC863A; }
span { border-color: rgb(188,134,58); }
td.TdClassName
{
border-color: #BC863A;
}
.TagClassName
{
border-color: #BC863A;
}
</style>