Shades of Marigold #BC883E
Tints of Marigold #BC883E
RGB
CMYK
RGB Variations
Color information
#BC883E (or 0xBC883E) is known color: Marigold. HEX triplet: BC, 88 and 3E. RGB value is (188,136,62). Sum of RGB (Red+Green+Blue) = 188+136+62=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC883E is #4377C1. Grayscale: #8F8F8F. Windows color (decimal): -4421570 or 4098236. OLE color: 4098236.
HSL color Cylindrical-coordinate representation of color #BC883E: hue angle of 35.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC883E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 62 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.26 |
| HSL | 35.24º | 0.5% | 0.49% | - |
| HSV(B) | 35.24º | 0.67% | 0.74% | - |
| XYZ | 30.41 | 28.65 | 8.48 | - |
| YUV | 143.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 62 | 0 | 0.28 | 0.67 | 0.26 | 35.24 | 0.5 | 0.49 |
| Hex | BC | 88 | 3E | 0 | 1C | 43 | 1A | 23 | 32 | 31 |
| Octal | 274 | 210 | 76 | 0 | 34 | 103 | 32 | 43 | 62 | 61 |
| Binary | 10111100 | 10001000 | 111110 | 0 | 11100 | 1000011 | 11010 | 100011 | 110010 | 110001 |
Color Harmonies of #BC883E
Complementary color
Monochromatic Colors of #BC883E
Black with #BC883E
Text Example
Text Example
White with #BC883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC883E; }
p { color: rgb(188,136,62); }
H1.HeaderClassName
{
color: #BC883E;
}
.AnyTagClassName
{
color: #BC883E;
}
</style>
background-color css
<style>
a { background-color: #BC883E; }
a { background-color: rgb(188,136,62); }
div.DivClassName
{
background-color: #BC883E;
}
.BgClassName
{
background-color: #BC883E;
}
</style>
border-color css
<style>
span { border-color: #BC883E; }
span { border-color: rgb(188,136,62); }
td.TdClassName
{
border-color: #BC883E;
}
.TagClassName
{
border-color: #BC883E;
}
</style>