Shades of Marigold #B58A38
Tints of Marigold #B58A38
RGB
CMYK
RGB Variations
Color information
#B58A38 (or 0xB58A38) is known color: Marigold. HEX triplet: B5, 8A and 38. RGB value is (181,138,56). Sum of RGB (Red+Green+Blue) = 181+138+56=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A38 is #4A75C7. Grayscale: #8D8D8D. Windows color (decimal): -4879816 or 3705525. OLE color: 3705525.
HSL color Cylindrical-coordinate representation of color #B58A38: hue angle of 39.36º 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 #B58A38 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 56 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.29 |
| HSL | 39.36º | 0.53% | 0.46% | - |
| HSV(B) | 39.36º | 0.69% | 0.71% | - |
| XYZ | 28.86 | 28.29 | 7.68 | - |
| YUV | 141.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 56 | 0 | 0.24 | 0.69 | 0.29 | 39.36 | 0.53 | 0.46 |
| Hex | B5 | 8A | 38 | 0 | 18 | 45 | 1D | 27 | 35 | 2E |
| Octal | 265 | 212 | 70 | 0 | 30 | 105 | 35 | 47 | 65 | 56 |
| Binary | 10110101 | 10001010 | 111000 | 0 | 11000 | 1000101 | 11101 | 100111 | 110101 | 101110 |
Color Harmonies of #B58A38
Complementary color
Monochromatic Colors of #B58A38
Black with #B58A38
Text Example
Text Example
White with #B58A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A38; }
p { color: rgb(181,138,56); }
H1.HeaderClassName
{
color: #B58A38;
}
.AnyTagClassName
{
color: #B58A38;
}
</style>
background-color css
<style>
a { background-color: #B58A38; }
a { background-color: rgb(181,138,56); }
div.DivClassName
{
background-color: #B58A38;
}
.BgClassName
{
background-color: #B58A38;
}
</style>
border-color css
<style>
span { border-color: #B58A38; }
span { border-color: rgb(181,138,56); }
td.TdClassName
{
border-color: #B58A38;
}
.TagClassName
{
border-color: #B58A38;
}
</style>