Shades of Marigold #BC8C44
Tints of Marigold #BC8C44
RGB
CMYK
RGB Variations
Color information
#BC8C44 (or 0xBC8C44) is known color: Marigold. HEX triplet: BC, 8C and 44. RGB value is (188,140,68). Sum of RGB (Red+Green+Blue) = 188+140+68=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C44 is #4373BB. Grayscale: #929292. Windows color (decimal): -4420540 or 4492476. OLE color: 4492476.
HSL color Cylindrical-coordinate representation of color #BC8C44: hue angle of 36º 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 #BC8C44 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 68 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.26 |
| HSL | 36º | 0.47% | 0.5% | - |
| HSV(B) | 36º | 0.64% | 0.74% | - |
| XYZ | 31.16 | 29.86 | 9.59 | - |
| YUV | 146.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 68 | 0 | 0.26 | 0.64 | 0.26 | 36 | 0.47 | 0.5 |
| Hex | BC | 8C | 44 | 0 | 1A | 40 | 1A | 24 | 2F | 32 |
| Octal | 274 | 214 | 104 | 0 | 32 | 100 | 32 | 44 | 57 | 62 |
| Binary | 10111100 | 10001100 | 1000100 | 0 | 11010 | 1000000 | 11010 | 100100 | 101111 | 110010 |
Color Harmonies of #BC8C44
Complementary color
Monochromatic Colors of #BC8C44
Black with #BC8C44
Text Example
Text Example
White with #BC8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C44; }
p { color: rgb(188,140,68); }
H1.HeaderClassName
{
color: #BC8C44;
}
.AnyTagClassName
{
color: #BC8C44;
}
</style>
background-color css
<style>
a { background-color: #BC8C44; }
a { background-color: rgb(188,140,68); }
div.DivClassName
{
background-color: #BC8C44;
}
.BgClassName
{
background-color: #BC8C44;
}
</style>
border-color css
<style>
span { border-color: #BC8C44; }
span { border-color: rgb(188,140,68); }
td.TdClassName
{
border-color: #BC8C44;
}
.TagClassName
{
border-color: #BC8C44;
}
</style>