Shades of Marigold #BD8741
Tints of Marigold #BD8741
RGB
CMYK
RGB Variations
Color information
#BD8741 (or 0xBD8741) is known color: Marigold. HEX triplet: BD, 87 and 41. RGB value is (189,135,65). Sum of RGB (Red+Green+Blue) = 189+135+65=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8741 is #4278BE. Grayscale: #8F8F8F. Windows color (decimal): -4356287 or 4294589. OLE color: 4294589.
HSL color Cylindrical-coordinate representation of color #BD8741: hue angle of 33.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8741 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 65 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.26 |
| HSL | 33.87º | 0.49% | 0.5% | - |
| HSV(B) | 33.87º | 0.66% | 0.74% | - |
| XYZ | 30.6 | 28.53 | 8.89 | - |
| YUV | 143.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 65 | 0 | 0.29 | 0.66 | 0.26 | 33.87 | 0.49 | 0.5 |
| Hex | BD | 87 | 41 | 0 | 1D | 42 | 1A | 22 | 31 | 32 |
| Octal | 275 | 207 | 101 | 0 | 35 | 102 | 32 | 42 | 61 | 62 |
| Binary | 10111101 | 10000111 | 1000001 | 0 | 11101 | 1000010 | 11010 | 100010 | 110001 | 110010 |
Color Harmonies of #BD8741
Complementary color
Monochromatic Colors of #BD8741
Black with #BD8741
Text Example
Text Example
White with #BD8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8741; }
p { color: rgb(189,135,65); }
H1.HeaderClassName
{
color: #BD8741;
}
.AnyTagClassName
{
color: #BD8741;
}
</style>
background-color css
<style>
a { background-color: #BD8741; }
a { background-color: rgb(189,135,65); }
div.DivClassName
{
background-color: #BD8741;
}
.BgClassName
{
background-color: #BD8741;
}
</style>
border-color css
<style>
span { border-color: #BD8741; }
span { border-color: rgb(189,135,65); }
td.TdClassName
{
border-color: #BD8741;
}
.TagClassName
{
border-color: #BD8741;
}
</style>