Shades of Marigold #BC883F
Tints of Marigold #BC883F
RGB
CMYK
RGB Variations
Color information
#BC883F (or 0xBC883F) is known color: Marigold. HEX triplet: BC, 88 and 3F. RGB value is (188,136,63). Sum of RGB (Red+Green+Blue) = 188+136+63=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC883F is #4377C0. Grayscale: #8F8F8F. Windows color (decimal): -4421569 or 4163772. OLE color: 4163772.
HSL color Cylindrical-coordinate representation of color #BC883F: hue angle of 35.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC883F is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 63 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.26 |
| HSL | 35.04º | 0.5% | 0.49% | - |
| HSV(B) | 35.04º | 0.66% | 0.74% | - |
| XYZ | 30.44 | 28.66 | 8.63 | - |
| YUV | 143.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 63 | 0 | 0.28 | 0.66 | 0.26 | 35.04 | 0.5 | 0.49 |
| Hex | BC | 88 | 3F | 0 | 1C | 42 | 1A | 23 | 32 | 31 |
| Octal | 274 | 210 | 77 | 0 | 34 | 102 | 32 | 43 | 62 | 61 |
| Binary | 10111100 | 10001000 | 111111 | 0 | 11100 | 1000010 | 11010 | 100011 | 110010 | 110001 |
Color Harmonies of #BC883F
Complementary color
Monochromatic Colors of #BC883F
Black with #BC883F
Text Example
Text Example
White with #BC883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC883F; }
p { color: rgb(188,136,63); }
H1.HeaderClassName
{
color: #BC883F;
}
.AnyTagClassName
{
color: #BC883F;
}
</style>
background-color css
<style>
a { background-color: #BC883F; }
a { background-color: rgb(188,136,63); }
div.DivClassName
{
background-color: #BC883F;
}
.BgClassName
{
background-color: #BC883F;
}
</style>
border-color css
<style>
span { border-color: #BC883F; }
span { border-color: rgb(188,136,63); }
td.TdClassName
{
border-color: #BC883F;
}
.TagClassName
{
border-color: #BC883F;
}
</style>