Shades of Marigold #BD8844
Tints of Marigold #BD8844
RGB
CMYK
RGB Variations
Color information
#BD8844 (or 0xBD8844) is known color: Marigold. HEX triplet: BD, 88 and 44. RGB value is (189,136,68). Sum of RGB (Red+Green+Blue) = 189+136+68=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8844 is #4277BB. Grayscale: #909090. Windows color (decimal): -4356028 or 4491453. OLE color: 4491453.
HSL color Cylindrical-coordinate representation of color #BD8844: hue angle of 33.72º degrees, saturation: 0.48, 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 #BD8844 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 68 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.26 |
| HSL | 33.72º | 0.48% | 0.5% | - |
| HSV(B) | 33.72º | 0.64% | 0.74% | - |
| XYZ | 30.83 | 28.84 | 9.41 | - |
| YUV | 144.1 | 85.06 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 68 | 0 | 0.28 | 0.64 | 0.26 | 33.72 | 0.48 | 0.5 |
| Hex | BD | 88 | 44 | 0 | 1C | 40 | 1A | 22 | 30 | 32 |
| Octal | 275 | 210 | 104 | 0 | 34 | 100 | 32 | 42 | 60 | 62 |
| Binary | 10111101 | 10001000 | 1000100 | 0 | 11100 | 1000000 | 11010 | 100010 | 110000 | 110010 |
Color Harmonies of #BD8844
Complementary color
Monochromatic Colors of #BD8844
Black with #BD8844
Text Example
Text Example
White with #BD8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8844; }
p { color: rgb(189,136,68); }
H1.HeaderClassName
{
color: #BD8844;
}
.AnyTagClassName
{
color: #BD8844;
}
</style>
background-color css
<style>
a { background-color: #BD8844; }
a { background-color: rgb(189,136,68); }
div.DivClassName
{
background-color: #BD8844;
}
.BgClassName
{
background-color: #BD8844;
}
</style>
border-color css
<style>
span { border-color: #BD8844; }
span { border-color: rgb(189,136,68); }
td.TdClassName
{
border-color: #BD8844;
}
.TagClassName
{
border-color: #BD8844;
}
</style>