Shades of Marigold #B58138
Tints of Marigold #B58138
RGB
CMYK
RGB Variations
Color information
#B58138 (or 0xB58138) is known color: Marigold. HEX triplet: B5, 81 and 38. RGB value is (181,129,56). Sum of RGB (Red+Green+Blue) = 181+129+56=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58138 is #4A7EC7. Grayscale: #888888. Windows color (decimal): -4882120 or 3703221. OLE color: 3703221.
HSL color Cylindrical-coordinate representation of color #B58138: hue angle of 35.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B58138 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 56 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.29 |
| HSL | 35.04º | 0.53% | 0.46% | - |
| HSV(B) | 35.04º | 0.69% | 0.71% | - |
| XYZ | 27.62 | 25.81 | 7.27 | - |
| YUV | 136.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 56 | 0 | 0.29 | 0.69 | 0.29 | 35.04 | 0.53 | 0.46 |
| Hex | B5 | 81 | 38 | 0 | 1D | 45 | 1D | 23 | 35 | 2E |
| Octal | 265 | 201 | 70 | 0 | 35 | 105 | 35 | 43 | 65 | 56 |
| Binary | 10110101 | 10000001 | 111000 | 0 | 11101 | 1000101 | 11101 | 100011 | 110101 | 101110 |
Color Harmonies of #B58138
Complementary color
Monochromatic Colors of #B58138
Black with #B58138
Text Example
Text Example
White with #B58138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58138; }
p { color: rgb(181,129,56); }
H1.HeaderClassName
{
color: #B58138;
}
.AnyTagClassName
{
color: #B58138;
}
</style>
background-color css
<style>
a { background-color: #B58138; }
a { background-color: rgb(181,129,56); }
div.DivClassName
{
background-color: #B58138;
}
.BgClassName
{
background-color: #B58138;
}
</style>
border-color css
<style>
span { border-color: #B58138; }
span { border-color: rgb(181,129,56); }
td.TdClassName
{
border-color: #B58138;
}
.TagClassName
{
border-color: #B58138;
}
</style>