Shades of Marigold #BD8745
Tints of Marigold #BD8745
RGB
CMYK
RGB Variations
Color information
#BD8745 (or 0xBD8745) is known color: Marigold. HEX triplet: BD, 87 and 45. RGB value is (189,135,69). Sum of RGB (Red+Green+Blue) = 189+135+69=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8745 is #4278BA. Grayscale: #8F8F8F. Windows color (decimal): -4356283 or 4556733. OLE color: 4556733.
HSL color Cylindrical-coordinate representation of color #BD8745: hue angle of 33º 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 #BD8745 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 69 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.26 |
| HSL | 33º | 0.48% | 0.51% | - |
| HSV(B) | 33º | 0.63% | 0.74% | - |
| XYZ | 30.72 | 28.58 | 9.53 | - |
| YUV | 143.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 69 | 0 | 0.29 | 0.63 | 0.26 | 33 | 0.48 | 0.51 |
| Hex | BD | 87 | 45 | 0 | 1D | 3F | 1A | 21 | 30 | 33 |
| Octal | 275 | 207 | 105 | 0 | 35 | 77 | 32 | 41 | 60 | 63 |
| Binary | 10111101 | 10000111 | 1000101 | 0 | 11101 | 111111 | 11010 | 100001 | 110000 | 110011 |
Color Harmonies of #BD8745
Complementary color
Monochromatic Colors of #BD8745
Black with #BD8745
Text Example
Text Example
White with #BD8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8745; }
p { color: rgb(189,135,69); }
H1.HeaderClassName
{
color: #BD8745;
}
.AnyTagClassName
{
color: #BD8745;
}
</style>
background-color css
<style>
a { background-color: #BD8745; }
a { background-color: rgb(189,135,69); }
div.DivClassName
{
background-color: #BD8745;
}
.BgClassName
{
background-color: #BD8745;
}
</style>
border-color css
<style>
span { border-color: #BD8745; }
span { border-color: rgb(189,135,69); }
td.TdClassName
{
border-color: #BD8745;
}
.TagClassName
{
border-color: #BD8745;
}
</style>