Shades of Marigold #BC8B44
Tints of Marigold #BC8B44
RGB
CMYK
RGB Variations
Color information
#BC8B44 (or 0xBC8B44) is known color: Marigold. HEX triplet: BC, 8B and 44. RGB value is (188,139,68). Sum of RGB (Red+Green+Blue) = 188+139+68=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B44 is #4374BB. Grayscale: #919191. Windows color (decimal): -4420796 or 4492220. OLE color: 4492220.
HSL color Cylindrical-coordinate representation of color #BC8B44: hue angle of 35.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8B44 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 68 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.26 |
| HSL | 35.5º | 0.47% | 0.5% | - |
| HSV(B) | 35.5º | 0.64% | 0.74% | - |
| XYZ | 31.02 | 29.57 | 9.54 | - |
| YUV | 145.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 68 | 0 | 0.26 | 0.64 | 0.26 | 35.5 | 0.47 | 0.5 |
| Hex | BC | 8B | 44 | 0 | 1A | 40 | 1A | 24 | 2F | 32 |
| Octal | 274 | 213 | 104 | 0 | 32 | 100 | 32 | 44 | 57 | 62 |
| Binary | 10111100 | 10001011 | 1000100 | 0 | 11010 | 1000000 | 11010 | 100100 | 101111 | 110010 |
Color Harmonies of #BC8B44
Complementary color
Monochromatic Colors of #BC8B44
Black with #BC8B44
Text Example
Text Example
White with #BC8B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B44; }
p { color: rgb(188,139,68); }
H1.HeaderClassName
{
color: #BC8B44;
}
.AnyTagClassName
{
color: #BC8B44;
}
</style>
background-color css
<style>
a { background-color: #BC8B44; }
a { background-color: rgb(188,139,68); }
div.DivClassName
{
background-color: #BC8B44;
}
.BgClassName
{
background-color: #BC8B44;
}
</style>
border-color css
<style>
span { border-color: #BC8B44; }
span { border-color: rgb(188,139,68); }
td.TdClassName
{
border-color: #BC8B44;
}
.TagClassName
{
border-color: #BC8B44;
}
</style>