Shades of Marigold #B38940
Tints of Marigold #B38940
RGB
CMYK
RGB Variations
Color information
#B38940 (or 0xB38940) is known color: Marigold. HEX triplet: B3, 89 and 40. RGB value is (179,137,64). Sum of RGB (Red+Green+Blue) = 179+137+64=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38940 is #4C76BF. Grayscale: #8D8D8D. Windows color (decimal): -5011136 or 4229555. OLE color: 4229555.
HSL color Cylindrical-coordinate representation of color #B38940: hue angle of 38.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B38940 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 64 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.30 |
| HSL | 38.09º | 0.47% | 0.48% | - |
| HSV(B) | 38.09º | 0.64% | 0.7% | - |
| XYZ | 28.46 | 27.85 | 8.73 | - |
| YUV | 141.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 64 | 0 | 0.23 | 0.64 | 0.30 | 38.09 | 0.47 | 0.48 |
| Hex | B3 | 89 | 40 | 0 | 17 | 40 | 1E | 26 | 2F | 30 |
| Octal | 263 | 211 | 100 | 0 | 27 | 100 | 36 | 46 | 57 | 60 |
| Binary | 10110011 | 10001001 | 1000000 | 0 | 10111 | 1000000 | 11110 | 100110 | 101111 | 110000 |
Color Harmonies of #B38940
Complementary color
Monochromatic Colors of #B38940
Black with #B38940
Text Example
Text Example
White with #B38940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38940; }
p { color: rgb(179,137,64); }
H1.HeaderClassName
{
color: #B38940;
}
.AnyTagClassName
{
color: #B38940;
}
</style>
background-color css
<style>
a { background-color: #B38940; }
a { background-color: rgb(179,137,64); }
div.DivClassName
{
background-color: #B38940;
}
.BgClassName
{
background-color: #B38940;
}
</style>
border-color css
<style>
span { border-color: #B38940; }
span { border-color: rgb(179,137,64); }
td.TdClassName
{
border-color: #B38940;
}
.TagClassName
{
border-color: #B38940;
}
</style>