Shades of Marigold #BC833E
Tints of Marigold #BC833E
RGB
CMYK
RGB Variations
Color information
#BC833E (or 0xBC833E) is known color: Marigold. HEX triplet: BC, 83 and 3E. RGB value is (188,131,62). Sum of RGB (Red+Green+Blue) = 188+131+62=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833E is #437CC1. Grayscale: #8C8C8C. Windows color (decimal): -4422850 or 4096956. OLE color: 4096956.
HSL color Cylindrical-coordinate representation of color #BC833E: hue angle of 32.86º 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 #BC833E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 62 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.26 |
| HSL | 32.86º | 0.5% | 0.49% | - |
| HSV(B) | 32.86º | 0.67% | 0.74% | - |
| XYZ | 29.72 | 27.27 | 8.25 | - |
| YUV | 140.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 62 | 0 | 0.30 | 0.67 | 0.26 | 32.86 | 0.5 | 0.49 |
| Hex | BC | 83 | 3E | 0 | 1E | 43 | 1A | 21 | 32 | 31 |
| Octal | 274 | 203 | 76 | 0 | 36 | 103 | 32 | 41 | 62 | 61 |
| Binary | 10111100 | 10000011 | 111110 | 0 | 11110 | 1000011 | 11010 | 100001 | 110010 | 110001 |
Color Harmonies of #BC833E
Complementary color
Monochromatic Colors of #BC833E
Black with #BC833E
Text Example
Text Example
White with #BC833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC833E; }
p { color: rgb(188,131,62); }
H1.HeaderClassName
{
color: #BC833E;
}
.AnyTagClassName
{
color: #BC833E;
}
</style>
background-color css
<style>
a { background-color: #BC833E; }
a { background-color: rgb(188,131,62); }
div.DivClassName
{
background-color: #BC833E;
}
.BgClassName
{
background-color: #BC833E;
}
</style>
border-color css
<style>
span { border-color: #BC833E; }
span { border-color: rgb(188,131,62); }
td.TdClassName
{
border-color: #BC833E;
}
.TagClassName
{
border-color: #BC833E;
}
</style>