Shades of Marigold #BC853C
Tints of Marigold #BC853C
RGB
CMYK
RGB Variations
Color information
#BC853C (or 0xBC853C) is known color: Marigold. HEX triplet: BC, 85 and 3C. RGB value is (188,133,60). Sum of RGB (Red+Green+Blue) = 188+133+60=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC853C is #437AC3. Grayscale: #8D8D8D. Windows color (decimal): -4422340 or 3966396. OLE color: 3966396.
HSL color Cylindrical-coordinate representation of color #BC853C: hue angle of 34.22º 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 #BC853C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 60 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.26 |
| HSL | 34.22º | 0.52% | 0.49% | - |
| HSV(B) | 34.22º | 0.68% | 0.74% | - |
| XYZ | 29.94 | 27.79 | 8.06 | - |
| YUV | 141.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 60 | 0 | 0.29 | 0.68 | 0.26 | 34.22 | 0.52 | 0.49 |
| Hex | BC | 85 | 3C | 0 | 1D | 44 | 1A | 22 | 34 | 31 |
| Octal | 274 | 205 | 74 | 0 | 35 | 104 | 32 | 42 | 64 | 61 |
| Binary | 10111100 | 10000101 | 111100 | 0 | 11101 | 1000100 | 11010 | 100010 | 110100 | 110001 |
Color Harmonies of #BC853C
Complementary color
Monochromatic Colors of #BC853C
Black with #BC853C
Text Example
Text Example
White with #BC853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC853C; }
p { color: rgb(188,133,60); }
H1.HeaderClassName
{
color: #BC853C;
}
.AnyTagClassName
{
color: #BC853C;
}
</style>
background-color css
<style>
a { background-color: #BC853C; }
a { background-color: rgb(188,133,60); }
div.DivClassName
{
background-color: #BC853C;
}
.BgClassName
{
background-color: #BC853C;
}
</style>
border-color css
<style>
span { border-color: #BC853C; }
span { border-color: rgb(188,133,60); }
td.TdClassName
{
border-color: #BC853C;
}
.TagClassName
{
border-color: #BC853C;
}
</style>