Shades of Marigold #BD8644
Tints of Marigold #BD8644
RGB
CMYK
RGB Variations
Color information
#BD8644 (or 0xBD8644) is known color: Marigold. HEX triplet: BD, 86 and 44. RGB value is (189,134,68). Sum of RGB (Red+Green+Blue) = 189+134+68=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8644 is #4279BB. Grayscale: #8F8F8F. Windows color (decimal): -4356540 or 4490941. OLE color: 4490941.
HSL color Cylindrical-coordinate representation of color #BD8644: hue angle of 32.73º 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 #BD8644 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 68 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.26 |
| HSL | 32.73º | 0.48% | 0.5% | - |
| HSV(B) | 32.73º | 0.64% | 0.74% | - |
| XYZ | 30.55 | 28.29 | 9.32 | - |
| YUV | 142.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 68 | 0 | 0.29 | 0.64 | 0.26 | 32.73 | 0.48 | 0.5 |
| Hex | BD | 86 | 44 | 0 | 1D | 40 | 1A | 21 | 30 | 32 |
| Octal | 275 | 206 | 104 | 0 | 35 | 100 | 32 | 41 | 60 | 62 |
| Binary | 10111101 | 10000110 | 1000100 | 0 | 11101 | 1000000 | 11010 | 100001 | 110000 | 110010 |
Color Harmonies of #BD8644
Complementary color
Monochromatic Colors of #BD8644
Black with #BD8644
Text Example
Text Example
White with #BD8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8644; }
p { color: rgb(189,134,68); }
H1.HeaderClassName
{
color: #BD8644;
}
.AnyTagClassName
{
color: #BD8644;
}
</style>
background-color css
<style>
a { background-color: #BD8644; }
a { background-color: rgb(189,134,68); }
div.DivClassName
{
background-color: #BD8644;
}
.BgClassName
{
background-color: #BD8644;
}
</style>
border-color css
<style>
span { border-color: #BD8644; }
span { border-color: rgb(189,134,68); }
td.TdClassName
{
border-color: #BD8644;
}
.TagClassName
{
border-color: #BD8644;
}
</style>