Shades of Marigold #BD8537
Tints of Marigold #BD8537
RGB
CMYK
RGB Variations
Color information
#BD8537 (or 0xBD8537) is known color: Marigold. HEX triplet: BD, 85 and 37. RGB value is (189,133,55). Sum of RGB (Red+Green+Blue) = 189+133+55=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8537 is #427AC8. Grayscale: #8D8D8D. Windows color (decimal): -4356809 or 3638717. OLE color: 3638717.
HSL color Cylindrical-coordinate representation of color #BD8537: hue angle of 34.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD8537 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 55 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.26 |
| HSL | 34.93º | 0.55% | 0.48% | - |
| HSV(B) | 34.93º | 0.71% | 0.74% | - |
| XYZ | 30.06 | 27.87 | 7.41 | - |
| YUV | 140.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 55 | 0 | 0.30 | 0.71 | 0.26 | 34.93 | 0.55 | 0.48 |
| Hex | BD | 85 | 37 | 0 | 1E | 47 | 1A | 23 | 37 | 30 |
| Octal | 275 | 205 | 67 | 0 | 36 | 107 | 32 | 43 | 67 | 60 |
| Binary | 10111101 | 10000101 | 110111 | 0 | 11110 | 1000111 | 11010 | 100011 | 110111 | 110000 |
Color Harmonies of #BD8537
Complementary color
Monochromatic Colors of #BD8537
Black with #BD8537
Text Example
Text Example
White with #BD8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8537; }
p { color: rgb(189,133,55); }
H1.HeaderClassName
{
color: #BD8537;
}
.AnyTagClassName
{
color: #BD8537;
}
</style>
background-color css
<style>
a { background-color: #BD8537; }
a { background-color: rgb(189,133,55); }
div.DivClassName
{
background-color: #BD8537;
}
.BgClassName
{
background-color: #BD8537;
}
</style>
border-color css
<style>
span { border-color: #BD8537; }
span { border-color: rgb(189,133,55); }
td.TdClassName
{
border-color: #BD8537;
}
.TagClassName
{
border-color: #BD8537;
}
</style>