Shades of Marigold #B58A40
Tints of Marigold #B58A40
RGB
CMYK
RGB Variations
Color information
#B58A40 (or 0xB58A40) is known color: Marigold. HEX triplet: B5, 8A and 40. RGB value is (181,138,64). Sum of RGB (Red+Green+Blue) = 181+138+64=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A40 is #4A75BF. Grayscale: #8E8E8E. Windows color (decimal): -4879808 or 4229813. OLE color: 4229813.
HSL color Cylindrical-coordinate representation of color #B58A40: hue angle of 37.95º 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 #B58A40 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 64 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.29 |
| HSL | 37.95º | 0.48% | 0.48% | - |
| HSV(B) | 37.95º | 0.65% | 0.71% | - |
| XYZ | 29.07 | 28.37 | 8.79 | - |
| YUV | 142.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 64 | 0 | 0.24 | 0.65 | 0.29 | 37.95 | 0.48 | 0.48 |
| Hex | B5 | 8A | 40 | 0 | 18 | 41 | 1D | 26 | 30 | 30 |
| Octal | 265 | 212 | 100 | 0 | 30 | 101 | 35 | 46 | 60 | 60 |
| Binary | 10110101 | 10001010 | 1000000 | 0 | 11000 | 1000001 | 11101 | 100110 | 110000 | 110000 |
Color Harmonies of #B58A40
Complementary color
Monochromatic Colors of #B58A40
Black with #B58A40
Text Example
Text Example
White with #B58A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A40; }
p { color: rgb(181,138,64); }
H1.HeaderClassName
{
color: #B58A40;
}
.AnyTagClassName
{
color: #B58A40;
}
</style>
background-color css
<style>
a { background-color: #B58A40; }
a { background-color: rgb(181,138,64); }
div.DivClassName
{
background-color: #B58A40;
}
.BgClassName
{
background-color: #B58A40;
}
</style>
border-color css
<style>
span { border-color: #B58A40; }
span { border-color: rgb(181,138,64); }
td.TdClassName
{
border-color: #B58A40;
}
.TagClassName
{
border-color: #B58A40;
}
</style>