Shades of Marigold #B47E3C
Tints of Marigold #B47E3C
RGB
CMYK
RGB Variations
Color information
#B47E3C (or 0xB47E3C) is known color: Marigold. HEX triplet: B4, 7E and 3C. RGB value is (180,126,60). Sum of RGB (Red+Green+Blue) = 180+126+60=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E3C is #4B81C3. Grayscale: #868686. Windows color (decimal): -4948420 or 3964596. OLE color: 3964596.
HSL color Cylindrical-coordinate representation of color #B47E3C: hue angle of 33º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B47E3C is Cyan = 0, Magento = 0.3, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 60 | - |
| CMYK | 0 | 0.3 | 0.67 | 0.29 |
| HSL | 33º | 0.5% | 0.47% | - |
| HSV(B) | 33º | 0.67% | 0.71% | - |
| XYZ | 27.1 | 24.95 | 7.66 | - |
| YUV | 134.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 60 | 0 | 0.3 | 0.67 | 0.29 | 33 | 0.5 | 0.47 |
| Hex | B4 | 7E | 3C | 0 | 1E | 43 | 1D | 21 | 32 | 2F |
| Octal | 264 | 176 | 74 | 0 | 36 | 103 | 35 | 41 | 62 | 57 |
| Binary | 10110100 | 1111110 | 111100 | 0 | 11110 | 1000011 | 11101 | 100001 | 110010 | 101111 |
Color Harmonies of #B47E3C
Complementary color
Monochromatic Colors of #B47E3C
Black with #B47E3C
Text Example
Text Example
White with #B47E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E3C; }
p { color: rgb(180,126,60); }
H1.HeaderClassName
{
color: #B47E3C;
}
.AnyTagClassName
{
color: #B47E3C;
}
</style>
background-color css
<style>
a { background-color: #B47E3C; }
a { background-color: rgb(180,126,60); }
div.DivClassName
{
background-color: #B47E3C;
}
.BgClassName
{
background-color: #B47E3C;
}
</style>
border-color css
<style>
span { border-color: #B47E3C; }
span { border-color: rgb(180,126,60); }
td.TdClassName
{
border-color: #B47E3C;
}
.TagClassName
{
border-color: #B47E3C;
}
</style>