Shades of Marigold #BC8638
Tints of Marigold #BC8638
RGB
CMYK
RGB Variations
Color information
#BC8638 (or 0xBC8638) is known color: Marigold. HEX triplet: BC, 86 and 38. RGB value is (188,134,56). Sum of RGB (Red+Green+Blue) = 188+134+56=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8638 is #4379C7. Grayscale: #8D8D8D. Windows color (decimal): -4422088 or 3704508. OLE color: 3704508.
HSL color Cylindrical-coordinate representation of color #BC8638: hue angle of 35.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8638 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 56 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.26 |
| HSL | 35.45º | 0.54% | 0.48% | - |
| HSV(B) | 35.45º | 0.7% | 0.74% | - |
| XYZ | 29.98 | 28.03 | 7.57 | - |
| YUV | 141.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 56 | 0 | 0.29 | 0.70 | 0.26 | 35.45 | 0.54 | 0.48 |
| Hex | BC | 86 | 38 | 0 | 1D | 46 | 1A | 23 | 36 | 30 |
| Octal | 274 | 206 | 70 | 0 | 35 | 106 | 32 | 43 | 66 | 60 |
| Binary | 10111100 | 10000110 | 111000 | 0 | 11101 | 1000110 | 11010 | 100011 | 110110 | 110000 |
Color Harmonies of #BC8638
Complementary color
Monochromatic Colors of #BC8638
Black with #BC8638
Text Example
Text Example
White with #BC8638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8638; }
p { color: rgb(188,134,56); }
H1.HeaderClassName
{
color: #BC8638;
}
.AnyTagClassName
{
color: #BC8638;
}
</style>
background-color css
<style>
a { background-color: #BC8638; }
a { background-color: rgb(188,134,56); }
div.DivClassName
{
background-color: #BC8638;
}
.BgClassName
{
background-color: #BC8638;
}
</style>
border-color css
<style>
span { border-color: #BC8638; }
span { border-color: rgb(188,134,56); }
td.TdClassName
{
border-color: #BC8638;
}
.TagClassName
{
border-color: #BC8638;
}
</style>