Shades of Marigold #BC8B41
Tints of Marigold #BC8B41
RGB
CMYK
RGB Variations
Color information
#BC8B41 (or 0xBC8B41) is known color: Marigold. HEX triplet: BC, 8B and 41. RGB value is (188,139,65). Sum of RGB (Red+Green+Blue) = 188+139+65=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B41 is #4374BE. Grayscale: #919191. Windows color (decimal): -4420799 or 4295612. OLE color: 4295612.
HSL color Cylindrical-coordinate representation of color #BC8B41: hue angle of 36.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC8B41 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 65 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.26 |
| HSL | 36.1º | 0.49% | 0.5% | - |
| HSV(B) | 36.1º | 0.65% | 0.74% | - |
| XYZ | 30.93 | 29.54 | 9.07 | - |
| YUV | 145.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 65 | 0 | 0.26 | 0.65 | 0.26 | 36.1 | 0.49 | 0.5 |
| Hex | BC | 8B | 41 | 0 | 1A | 41 | 1A | 24 | 31 | 32 |
| Octal | 274 | 213 | 101 | 0 | 32 | 101 | 32 | 44 | 61 | 62 |
| Binary | 10111100 | 10001011 | 1000001 | 0 | 11010 | 1000001 | 11010 | 100100 | 110001 | 110010 |
Color Harmonies of #BC8B41
Complementary color
Monochromatic Colors of #BC8B41
Black with #BC8B41
Text Example
Text Example
White with #BC8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B41; }
p { color: rgb(188,139,65); }
H1.HeaderClassName
{
color: #BC8B41;
}
.AnyTagClassName
{
color: #BC8B41;
}
</style>
background-color css
<style>
a { background-color: #BC8B41; }
a { background-color: rgb(188,139,65); }
div.DivClassName
{
background-color: #BC8B41;
}
.BgClassName
{
background-color: #BC8B41;
}
</style>
border-color css
<style>
span { border-color: #BC8B41; }
span { border-color: rgb(188,139,65); }
td.TdClassName
{
border-color: #BC8B41;
}
.TagClassName
{
border-color: #BC8B41;
}
</style>