Shades of Marigold #BD8845
Tints of Marigold #BD8845
RGB
CMYK
RGB Variations
Color information
#BD8845 (or 0xBD8845) is known color: Marigold. HEX triplet: BD, 88 and 45. RGB value is (189,136,69). Sum of RGB (Red+Green+Blue) = 189+136+69=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8845 is #4277BA. Grayscale: #909090. Windows color (decimal): -4356027 or 4556989. OLE color: 4556989.
HSL color Cylindrical-coordinate representation of color #BD8845: hue angle of 33.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8845 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 69 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.26 |
| HSL | 33.5º | 0.48% | 0.51% | - |
| HSV(B) | 33.5º | 0.63% | 0.74% | - |
| XYZ | 30.86 | 28.86 | 9.57 | - |
| YUV | 144.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 69 | 0 | 0.28 | 0.63 | 0.26 | 33.5 | 0.48 | 0.51 |
| Hex | BD | 88 | 45 | 0 | 1C | 3F | 1A | 22 | 30 | 33 |
| Octal | 275 | 210 | 105 | 0 | 34 | 77 | 32 | 42 | 60 | 63 |
| Binary | 10111101 | 10001000 | 1000101 | 0 | 11100 | 111111 | 11010 | 100010 | 110000 | 110011 |
Color Harmonies of #BD8845
Complementary color
Monochromatic Colors of #BD8845
Black with #BD8845
Text Example
Text Example
White with #BD8845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8845; }
p { color: rgb(189,136,69); }
H1.HeaderClassName
{
color: #BD8845;
}
.AnyTagClassName
{
color: #BD8845;
}
</style>
background-color css
<style>
a { background-color: #BD8845; }
a { background-color: rgb(189,136,69); }
div.DivClassName
{
background-color: #BD8845;
}
.BgClassName
{
background-color: #BD8845;
}
</style>
border-color css
<style>
span { border-color: #BD8845; }
span { border-color: rgb(189,136,69); }
td.TdClassName
{
border-color: #BD8845;
}
.TagClassName
{
border-color: #BD8845;
}
</style>