Shades of Marigold #BD8943
Tints of Marigold #BD8943
RGB
CMYK
RGB Variations
Color information
#BD8943 (or 0xBD8943) is known color: Marigold. HEX triplet: BD, 89 and 43. RGB value is (189,137,67). Sum of RGB (Red+Green+Blue) = 189+137+67=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8943 is #4276BC. Grayscale: #909090. Windows color (decimal): -4355773 or 4426173. OLE color: 4426173.
HSL color Cylindrical-coordinate representation of color #BD8943: hue angle of 34.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD8943 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 67 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.26 |
| HSL | 34.43º | 0.48% | 0.5% | - |
| HSV(B) | 34.43º | 0.65% | 0.74% | - |
| XYZ | 30.95 | 29.12 | 9.3 | - |
| YUV | 144.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 67 | 0 | 0.28 | 0.65 | 0.26 | 34.43 | 0.48 | 0.5 |
| Hex | BD | 89 | 43 | 0 | 1C | 41 | 1A | 22 | 30 | 32 |
| Octal | 275 | 211 | 103 | 0 | 34 | 101 | 32 | 42 | 60 | 62 |
| Binary | 10111101 | 10001001 | 1000011 | 0 | 11100 | 1000001 | 11010 | 100010 | 110000 | 110010 |
Color Harmonies of #BD8943
Complementary color
Monochromatic Colors of #BD8943
Black with #BD8943
Text Example
Text Example
White with #BD8943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8943; }
p { color: rgb(189,137,67); }
H1.HeaderClassName
{
color: #BD8943;
}
.AnyTagClassName
{
color: #BD8943;
}
</style>
background-color css
<style>
a { background-color: #BD8943; }
a { background-color: rgb(189,137,67); }
div.DivClassName
{
background-color: #BD8943;
}
.BgClassName
{
background-color: #BD8943;
}
</style>
border-color css
<style>
span { border-color: #BD8943; }
span { border-color: rgb(189,137,67); }
td.TdClassName
{
border-color: #BD8943;
}
.TagClassName
{
border-color: #BD8943;
}
</style>