Shades of Marigold #BD8640
Tints of Marigold #BD8640
RGB
CMYK
RGB Variations
Color information
#BD8640 (or 0xBD8640) is known color: Marigold. HEX triplet: BD, 86 and 40. RGB value is (189,134,64). Sum of RGB (Red+Green+Blue) = 189+134+64=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8640 is #4279BF. Grayscale: #8E8E8E. Windows color (decimal): -4356544 or 4228797. OLE color: 4228797.
HSL color Cylindrical-coordinate representation of color #BD8640: hue angle of 33.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8640 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 64 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.26 |
| HSL | 33.6º | 0.49% | 0.5% | - |
| HSV(B) | 33.6º | 0.66% | 0.74% | - |
| XYZ | 30.44 | 28.24 | 8.7 | - |
| YUV | 142.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 64 | 0 | 0.29 | 0.66 | 0.26 | 33.6 | 0.49 | 0.5 |
| Hex | BD | 86 | 40 | 0 | 1D | 42 | 1A | 22 | 31 | 32 |
| Octal | 275 | 206 | 100 | 0 | 35 | 102 | 32 | 42 | 61 | 62 |
| Binary | 10111101 | 10000110 | 1000000 | 0 | 11101 | 1000010 | 11010 | 100010 | 110001 | 110010 |
Color Harmonies of #BD8640
Complementary color
Monochromatic Colors of #BD8640
Black with #BD8640
Text Example
Text Example
White with #BD8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8640; }
p { color: rgb(189,134,64); }
H1.HeaderClassName
{
color: #BD8640;
}
.AnyTagClassName
{
color: #BD8640;
}
</style>
background-color css
<style>
a { background-color: #BD8640; }
a { background-color: rgb(189,134,64); }
div.DivClassName
{
background-color: #BD8640;
}
.BgClassName
{
background-color: #BD8640;
}
</style>
border-color css
<style>
span { border-color: #BD8640; }
span { border-color: rgb(189,134,64); }
td.TdClassName
{
border-color: #BD8640;
}
.TagClassName
{
border-color: #BD8640;
}
</style>