Shades of Marigold #B58444
Tints of Marigold #B58444
RGB
CMYK
RGB Variations
Color information
#B58444 (or 0xB58444) is known color: Marigold. HEX triplet: B5, 84 and 44. RGB value is (181,132,68). Sum of RGB (Red+Green+Blue) = 181+132+68=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B58444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58444 is #4A7BBB. Grayscale: #8B8B8B. Windows color (decimal): -4881340 or 4490421. OLE color: 4490421.
HSL color Cylindrical-coordinate representation of color #B58444: hue angle of 33.98º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B58444 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 68 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.29 |
| HSL | 33.98º | 0.45% | 0.49% | - |
| HSV(B) | 33.98º | 0.62% | 0.71% | - |
| XYZ | 28.35 | 26.74 | 9.14 | - |
| YUV | 139.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 68 | 0 | 0.27 | 0.62 | 0.29 | 33.98 | 0.45 | 0.49 |
| Hex | B5 | 84 | 44 | 0 | 1B | 3E | 1D | 22 | 2D | 31 |
| Octal | 265 | 204 | 104 | 0 | 33 | 76 | 35 | 42 | 55 | 61 |
| Binary | 10110101 | 10000100 | 1000100 | 0 | 11011 | 111110 | 11101 | 100010 | 101101 | 110001 |
Color Harmonies of #B58444
Complementary color
Monochromatic Colors of #B58444
Black with #B58444
Text Example
Text Example
White with #B58444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58444; }
p { color: rgb(181,132,68); }
H1.HeaderClassName
{
color: #B58444;
}
.AnyTagClassName
{
color: #B58444;
}
</style>
background-color css
<style>
a { background-color: #B58444; }
a { background-color: rgb(181,132,68); }
div.DivClassName
{
background-color: #B58444;
}
.BgClassName
{
background-color: #B58444;
}
</style>
border-color css
<style>
span { border-color: #B58444; }
span { border-color: rgb(181,132,68); }
td.TdClassName
{
border-color: #B58444;
}
.TagClassName
{
border-color: #B58444;
}
</style>