Shades of Marigold #B48246
Tints of Marigold #B48246
RGB
CMYK
RGB Variations
Color information
#B48246 (or 0xB48246) is known color: Marigold. HEX triplet: B4, 82 and 46. RGB value is (180,130,70). Sum of RGB (Red+Green+Blue) = 180+130+70=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48246 is #4B7DB9. Grayscale: #8A8A8A. Windows color (decimal): -4947386 or 4620980. OLE color: 4620980.
HSL color Cylindrical-coordinate representation of color #B48246: hue angle of 32.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B48246 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 70 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.29 |
| HSL | 32.73º | 0.44% | 0.49% | - |
| HSV(B) | 32.73º | 0.61% | 0.71% | - |
| XYZ | 27.91 | 26.11 | 9.36 | - |
| YUV | 138.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 70 | 0 | 0.28 | 0.61 | 0.29 | 32.73 | 0.44 | 0.49 |
| Hex | B4 | 82 | 46 | 0 | 1C | 3D | 1D | 21 | 2C | 31 |
| Octal | 264 | 202 | 106 | 0 | 34 | 75 | 35 | 41 | 54 | 61 |
| Binary | 10110100 | 10000010 | 1000110 | 0 | 11100 | 111101 | 11101 | 100001 | 101100 | 110001 |
Color Harmonies of #B48246
Complementary color
Monochromatic Colors of #B48246
Black with #B48246
Text Example
Text Example
White with #B48246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48246; }
p { color: rgb(180,130,70); }
H1.HeaderClassName
{
color: #B48246;
}
.AnyTagClassName
{
color: #B48246;
}
</style>
background-color css
<style>
a { background-color: #B48246; }
a { background-color: rgb(180,130,70); }
div.DivClassName
{
background-color: #B48246;
}
.BgClassName
{
background-color: #B48246;
}
</style>
border-color css
<style>
span { border-color: #B48246; }
span { border-color: rgb(180,130,70); }
td.TdClassName
{
border-color: #B48246;
}
.TagClassName
{
border-color: #B48246;
}
</style>