Shades of Marigold #BD8743
Tints of Marigold #BD8743
RGB
CMYK
RGB Variations
Color information
#BD8743 (or 0xBD8743) is known color: Marigold. HEX triplet: BD, 87 and 43. RGB value is (189,135,67). Sum of RGB (Red+Green+Blue) = 189+135+67=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8743 is #4278BC. Grayscale: #8F8F8F. Windows color (decimal): -4356285 or 4425661. OLE color: 4425661.
HSL color Cylindrical-coordinate representation of color #BD8743: hue angle of 33.44º 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 #BD8743 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 67 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.26 |
| HSL | 33.44º | 0.48% | 0.5% | - |
| HSV(B) | 33.44º | 0.65% | 0.74% | - |
| XYZ | 30.66 | 28.55 | 9.21 | - |
| YUV | 143.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 67 | 0 | 0.29 | 0.65 | 0.26 | 33.44 | 0.48 | 0.5 |
| Hex | BD | 87 | 43 | 0 | 1D | 41 | 1A | 21 | 30 | 32 |
| Octal | 275 | 207 | 103 | 0 | 35 | 101 | 32 | 41 | 60 | 62 |
| Binary | 10111101 | 10000111 | 1000011 | 0 | 11101 | 1000001 | 11010 | 100001 | 110000 | 110010 |
Color Harmonies of #BD8743
Complementary color
Monochromatic Colors of #BD8743
Black with #BD8743
Text Example
Text Example
White with #BD8743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8743; }
p { color: rgb(189,135,67); }
H1.HeaderClassName
{
color: #BD8743;
}
.AnyTagClassName
{
color: #BD8743;
}
</style>
background-color css
<style>
a { background-color: #BD8743; }
a { background-color: rgb(189,135,67); }
div.DivClassName
{
background-color: #BD8743;
}
.BgClassName
{
background-color: #BD8743;
}
</style>
border-color css
<style>
span { border-color: #BD8743; }
span { border-color: rgb(189,135,67); }
td.TdClassName
{
border-color: #BD8743;
}
.TagClassName
{
border-color: #BD8743;
}
</style>