Shades of Marigold #BC8A40
Tints of Marigold #BC8A40
RGB
CMYK
RGB Variations
Color information
#BC8A40 (or 0xBC8A40) is known color: Marigold. HEX triplet: BC, 8A and 40. RGB value is (188,138,64). Sum of RGB (Red+Green+Blue) = 188+138+64=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A40 is #4375BF. Grayscale: #909090. Windows color (decimal): -4421056 or 4229820. OLE color: 4229820.
HSL color Cylindrical-coordinate representation of color #BC8A40: hue angle of 35.81º degrees, saturation: 0.49, 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 #BC8A40 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 64 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.26 |
| HSL | 35.81º | 0.49% | 0.49% | - |
| HSV(B) | 35.81º | 0.66% | 0.74% | - |
| XYZ | 30.75 | 29.24 | 8.87 | - |
| YUV | 144.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 64 | 0 | 0.27 | 0.66 | 0.26 | 35.81 | 0.49 | 0.49 |
| Hex | BC | 8A | 40 | 0 | 1B | 42 | 1A | 24 | 31 | 31 |
| Octal | 274 | 212 | 100 | 0 | 33 | 102 | 32 | 44 | 61 | 61 |
| Binary | 10111100 | 10001010 | 1000000 | 0 | 11011 | 1000010 | 11010 | 100100 | 110001 | 110001 |
Color Harmonies of #BC8A40
Complementary color
Monochromatic Colors of #BC8A40
Black with #BC8A40
Text Example
Text Example
White with #BC8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A40; }
p { color: rgb(188,138,64); }
H1.HeaderClassName
{
color: #BC8A40;
}
.AnyTagClassName
{
color: #BC8A40;
}
</style>
background-color css
<style>
a { background-color: #BC8A40; }
a { background-color: rgb(188,138,64); }
div.DivClassName
{
background-color: #BC8A40;
}
.BgClassName
{
background-color: #BC8A40;
}
</style>
border-color css
<style>
span { border-color: #BC8A40; }
span { border-color: rgb(188,138,64); }
td.TdClassName
{
border-color: #BC8A40;
}
.TagClassName
{
border-color: #BC8A40;
}
</style>