Shades of Marigold #B58240
Tints of Marigold #B58240
RGB
CMYK
RGB Variations
Color information
#B58240 (or 0xB58240) is known color: Marigold. HEX triplet: B5, 82 and 40. RGB value is (181,130,64). Sum of RGB (Red+Green+Blue) = 181+130+64=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58240 is #4A7DBF. Grayscale: #8A8A8A. Windows color (decimal): -4881856 or 4227765. OLE color: 4227765.
HSL color Cylindrical-coordinate representation of color #B58240: hue angle of 33.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B58240 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 64 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.29 |
| HSL | 33.85º | 0.48% | 0.48% | - |
| HSV(B) | 33.85º | 0.65% | 0.71% | - |
| XYZ | 27.96 | 26.16 | 8.43 | - |
| YUV | 137.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 64 | 0 | 0.28 | 0.65 | 0.29 | 33.85 | 0.48 | 0.48 |
| Hex | B5 | 82 | 40 | 0 | 1C | 41 | 1D | 22 | 30 | 30 |
| Octal | 265 | 202 | 100 | 0 | 34 | 101 | 35 | 42 | 60 | 60 |
| Binary | 10110101 | 10000010 | 1000000 | 0 | 11100 | 1000001 | 11101 | 100010 | 110000 | 110000 |
Color Harmonies of #B58240
Complementary color
Monochromatic Colors of #B58240
Black with #B58240
Text Example
Text Example
White with #B58240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58240; }
p { color: rgb(181,130,64); }
H1.HeaderClassName
{
color: #B58240;
}
.AnyTagClassName
{
color: #B58240;
}
</style>
background-color css
<style>
a { background-color: #B58240; }
a { background-color: rgb(181,130,64); }
div.DivClassName
{
background-color: #B58240;
}
.BgClassName
{
background-color: #B58240;
}
</style>
border-color css
<style>
span { border-color: #B58240; }
span { border-color: rgb(181,130,64); }
td.TdClassName
{
border-color: #B58240;
}
.TagClassName
{
border-color: #B58240;
}
</style>