Shades of Marigold #BC853B
Tints of Marigold #BC853B
RGB
CMYK
RGB Variations
Color information
#BC853B (or 0xBC853B) is known color: Marigold. HEX triplet: BC, 85 and 3B. RGB value is (188,133,59). Sum of RGB (Red+Green+Blue) = 188+133+59=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC853B is #437AC4. Grayscale: #8D8D8D. Windows color (decimal): -4422341 or 3900860. OLE color: 3900860.
HSL color Cylindrical-coordinate representation of color #BC853B: hue angle of 34.42º degrees, saturation: 0.52, 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 #BC853B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 59 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.26 |
| HSL | 34.42º | 0.52% | 0.48% | - |
| HSV(B) | 34.42º | 0.69% | 0.74% | - |
| XYZ | 29.92 | 27.78 | 7.92 | - |
| YUV | 141.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 59 | 0 | 0.29 | 0.69 | 0.26 | 34.42 | 0.52 | 0.48 |
| Hex | BC | 85 | 3B | 0 | 1D | 45 | 1A | 22 | 34 | 30 |
| Octal | 274 | 205 | 73 | 0 | 35 | 105 | 32 | 42 | 64 | 60 |
| Binary | 10111100 | 10000101 | 111011 | 0 | 11101 | 1000101 | 11010 | 100010 | 110100 | 110000 |
Color Harmonies of #BC853B
Complementary color
Monochromatic Colors of #BC853B
Black with #BC853B
Text Example
Text Example
White with #BC853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC853B; }
p { color: rgb(188,133,59); }
H1.HeaderClassName
{
color: #BC853B;
}
.AnyTagClassName
{
color: #BC853B;
}
</style>
background-color css
<style>
a { background-color: #BC853B; }
a { background-color: rgb(188,133,59); }
div.DivClassName
{
background-color: #BC853B;
}
.BgClassName
{
background-color: #BC853B;
}
</style>
border-color css
<style>
span { border-color: #BC853B; }
span { border-color: rgb(188,133,59); }
td.TdClassName
{
border-color: #BC853B;
}
.TagClassName
{
border-color: #BC853B;
}
</style>