Shades of Marigold #B37F40
Tints of Marigold #B37F40
RGB
CMYK
RGB Variations
Color information
#B37F40 (or 0xB37F40) is known color: Marigold. HEX triplet: B3, 7F and 40. RGB value is (179,127,64). Sum of RGB (Red+Green+Blue) = 179+127+64=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F40 is #4C80BF. Grayscale: #878787. Windows color (decimal): -5013696 or 4226995. OLE color: 4226995.
HSL color Cylindrical-coordinate representation of color #B37F40: hue angle of 32.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B37F40 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 64 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.30 |
| HSL | 32.87º | 0.47% | 0.48% | - |
| HSV(B) | 32.87º | 0.64% | 0.7% | - |
| XYZ | 27.11 | 25.13 | 8.27 | - |
| YUV | 135.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 64 | 0 | 0.29 | 0.64 | 0.30 | 32.87 | 0.47 | 0.48 |
| Hex | B3 | 7F | 40 | 0 | 1D | 40 | 1E | 21 | 2F | 30 |
| Octal | 263 | 177 | 100 | 0 | 35 | 100 | 36 | 41 | 57 | 60 |
| Binary | 10110011 | 1111111 | 1000000 | 0 | 11101 | 1000000 | 11110 | 100001 | 101111 | 110000 |
Color Harmonies of #B37F40
Complementary color
Monochromatic Colors of #B37F40
Black with #B37F40
Text Example
Text Example
White with #B37F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F40; }
p { color: rgb(179,127,64); }
H1.HeaderClassName
{
color: #B37F40;
}
.AnyTagClassName
{
color: #B37F40;
}
</style>
background-color css
<style>
a { background-color: #B37F40; }
a { background-color: rgb(179,127,64); }
div.DivClassName
{
background-color: #B37F40;
}
.BgClassName
{
background-color: #B37F40;
}
</style>
border-color css
<style>
span { border-color: #B37F40; }
span { border-color: rgb(179,127,64); }
td.TdClassName
{
border-color: #B37F40;
}
.TagClassName
{
border-color: #B37F40;
}
</style>