Shades of Marigold #BD8643
Tints of Marigold #BD8643
RGB
CMYK
RGB Variations
Color information
#BD8643 (or 0xBD8643) is known color: Marigold. HEX triplet: BD, 86 and 43. RGB value is (189,134,67). Sum of RGB (Red+Green+Blue) = 189+134+67=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8643 is #4279BC. Grayscale: #8F8F8F. Windows color (decimal): -4356541 or 4425405. OLE color: 4425405.
HSL color Cylindrical-coordinate representation of color #BD8643: hue angle of 32.95º 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 #BD8643 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 67 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.26 |
| HSL | 32.95º | 0.48% | 0.5% | - |
| HSV(B) | 32.95º | 0.65% | 0.74% | - |
| XYZ | 30.52 | 28.27 | 9.16 | - |
| YUV | 142.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 67 | 0 | 0.29 | 0.65 | 0.26 | 32.95 | 0.48 | 0.5 |
| Hex | BD | 86 | 43 | 0 | 1D | 41 | 1A | 21 | 30 | 32 |
| Octal | 275 | 206 | 103 | 0 | 35 | 101 | 32 | 41 | 60 | 62 |
| Binary | 10111101 | 10000110 | 1000011 | 0 | 11101 | 1000001 | 11010 | 100001 | 110000 | 110010 |
Color Harmonies of #BD8643
Complementary color
Monochromatic Colors of #BD8643
Black with #BD8643
Text Example
Text Example
White with #BD8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8643; }
p { color: rgb(189,134,67); }
H1.HeaderClassName
{
color: #BD8643;
}
.AnyTagClassName
{
color: #BD8643;
}
</style>
background-color css
<style>
a { background-color: #BD8643; }
a { background-color: rgb(189,134,67); }
div.DivClassName
{
background-color: #BD8643;
}
.BgClassName
{
background-color: #BD8643;
}
</style>
border-color css
<style>
span { border-color: #BD8643; }
span { border-color: rgb(189,134,67); }
td.TdClassName
{
border-color: #BD8643;
}
.TagClassName
{
border-color: #BD8643;
}
</style>