Shades of Marigold #B48D3C
Tints of Marigold #B48D3C
RGB
CMYK
RGB Variations
Color information
#B48D3C (or 0xB48D3C) is known color: Marigold. HEX triplet: B4, 8D and 3C. RGB value is (180,141,60). Sum of RGB (Red+Green+Blue) = 180+141+60=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D3C is #4B72C3. Grayscale: #8F8F8F. Windows color (decimal): -4944580 or 3968436. OLE color: 3968436.
HSL color Cylindrical-coordinate representation of color #B48D3C: hue angle of 40.5º 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 #B48D3C is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 60 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.29 |
| HSL | 40.5º | 0.5% | 0.47% | - |
| HSV(B) | 40.5º | 0.67% | 0.71% | - |
| XYZ | 29.16 | 29.08 | 8.35 | - |
| YUV | 143.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 60 | 0 | 0.22 | 0.67 | 0.29 | 40.5 | 0.5 | 0.47 |
| Hex | B4 | 8D | 3C | 0 | 16 | 43 | 1D | 28 | 32 | 2F |
| Octal | 264 | 215 | 74 | 0 | 26 | 103 | 35 | 50 | 62 | 57 |
| Binary | 10110100 | 10001101 | 111100 | 0 | 10110 | 1000011 | 11101 | 101000 | 110010 | 101111 |
Color Harmonies of #B48D3C
Complementary color
Monochromatic Colors of #B48D3C
Black with #B48D3C
Text Example
Text Example
White with #B48D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D3C; }
p { color: rgb(180,141,60); }
H1.HeaderClassName
{
color: #B48D3C;
}
.AnyTagClassName
{
color: #B48D3C;
}
</style>
background-color css
<style>
a { background-color: #B48D3C; }
a { background-color: rgb(180,141,60); }
div.DivClassName
{
background-color: #B48D3C;
}
.BgClassName
{
background-color: #B48D3C;
}
</style>
border-color css
<style>
span { border-color: #B48D3C; }
span { border-color: rgb(180,141,60); }
td.TdClassName
{
border-color: #B48D3C;
}
.TagClassName
{
border-color: #B48D3C;
}
</style>