Shades of Marigold #B58744
Tints of Marigold #B58744
RGB
CMYK
RGB Variations
Color information
#B58744 (or 0xB58744) is known color: Marigold. HEX triplet: B5, 87 and 44. RGB value is (181,135,68). Sum of RGB (Red+Green+Blue) = 181+135+68=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B58744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58744 is #4A78BB. Grayscale: #8D8D8D. Windows color (decimal): -4880572 or 4491189. OLE color: 4491189.
HSL color Cylindrical-coordinate representation of color #B58744: hue angle of 35.58º 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 #B58744 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 68 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.29 |
| HSL | 35.58º | 0.45% | 0.49% | - |
| HSV(B) | 35.58º | 0.62% | 0.71% | - |
| XYZ | 28.76 | 27.57 | 9.27 | - |
| YUV | 141.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 68 | 0 | 0.25 | 0.62 | 0.29 | 35.58 | 0.45 | 0.49 |
| Hex | B5 | 87 | 44 | 0 | 19 | 3E | 1D | 24 | 2D | 31 |
| Octal | 265 | 207 | 104 | 0 | 31 | 76 | 35 | 44 | 55 | 61 |
| Binary | 10110101 | 10000111 | 1000100 | 0 | 11001 | 111110 | 11101 | 100100 | 101101 | 110001 |
Color Harmonies of #B58744
Complementary color
Monochromatic Colors of #B58744
Black with #B58744
Text Example
Text Example
White with #B58744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58744; }
p { color: rgb(181,135,68); }
H1.HeaderClassName
{
color: #B58744;
}
.AnyTagClassName
{
color: #B58744;
}
</style>
background-color css
<style>
a { background-color: #B58744; }
a { background-color: rgb(181,135,68); }
div.DivClassName
{
background-color: #B58744;
}
.BgClassName
{
background-color: #B58744;
}
</style>
border-color css
<style>
span { border-color: #B58744; }
span { border-color: rgb(181,135,68); }
td.TdClassName
{
border-color: #B58744;
}
.TagClassName
{
border-color: #B58744;
}
</style>