Shades of Marigold #BC8237
Tints of Marigold #BC8237
RGB
CMYK
RGB Variations
Color information
#BC8237 (or 0xBC8237) is known color: Marigold. HEX triplet: BC, 82 and 37. RGB value is (188,130,55). Sum of RGB (Red+Green+Blue) = 188+130+55=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8237 is #437DC8. Grayscale: #8B8B8B. Windows color (decimal): -4423113 or 3637948. OLE color: 3637948.
HSL color Cylindrical-coordinate representation of color #BC8237: hue angle of 33.83º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8237 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 55 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.26 |
| HSL | 33.83º | 0.55% | 0.48% | - |
| HSV(B) | 33.83º | 0.71% | 0.74% | - |
| XYZ | 29.41 | 26.93 | 7.26 | - |
| YUV | 138.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 55 | 0 | 0.31 | 0.71 | 0.26 | 33.83 | 0.55 | 0.48 |
| Hex | BC | 82 | 37 | 0 | 1F | 47 | 1A | 22 | 37 | 30 |
| Octal | 274 | 202 | 67 | 0 | 37 | 107 | 32 | 42 | 67 | 60 |
| Binary | 10111100 | 10000010 | 110111 | 0 | 11111 | 1000111 | 11010 | 100010 | 110111 | 110000 |
Color Harmonies of #BC8237
Complementary color
Monochromatic Colors of #BC8237
Black with #BC8237
Text Example
Text Example
White with #BC8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8237; }
p { color: rgb(188,130,55); }
H1.HeaderClassName
{
color: #BC8237;
}
.AnyTagClassName
{
color: #BC8237;
}
</style>
background-color css
<style>
a { background-color: #BC8237; }
a { background-color: rgb(188,130,55); }
div.DivClassName
{
background-color: #BC8237;
}
.BgClassName
{
background-color: #BC8237;
}
</style>
border-color css
<style>
span { border-color: #BC8237; }
span { border-color: rgb(188,130,55); }
td.TdClassName
{
border-color: #BC8237;
}
.TagClassName
{
border-color: #BC8237;
}
</style>