Shades of Marigold #B58243
Tints of Marigold #B58243
RGB
CMYK
RGB Variations
Color information
#B58243 (or 0xB58243) is known color: Marigold. HEX triplet: B5, 82 and 43. RGB value is (181,130,67). Sum of RGB (Red+Green+Blue) = 181+130+67=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B58243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58243 is #4A7DBC. Grayscale: #8A8A8A. Windows color (decimal): -4881853 or 4424373. OLE color: 4424373.
HSL color Cylindrical-coordinate representation of color #B58243: hue angle of 33.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B58243 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 67 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.29 |
| HSL | 33.16º | 0.46% | 0.49% | - |
| HSV(B) | 33.16º | 0.63% | 0.71% | - |
| XYZ | 28.05 | 26.19 | 8.89 | - |
| YUV | 138.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 67 | 0 | 0.28 | 0.63 | 0.29 | 33.16 | 0.46 | 0.49 |
| Hex | B5 | 82 | 43 | 0 | 1C | 3F | 1D | 21 | 2E | 31 |
| Octal | 265 | 202 | 103 | 0 | 34 | 77 | 35 | 41 | 56 | 61 |
| Binary | 10110101 | 10000010 | 1000011 | 0 | 11100 | 111111 | 11101 | 100001 | 101110 | 110001 |
Color Harmonies of #B58243
Complementary color
Monochromatic Colors of #B58243
Black with #B58243
Text Example
Text Example
White with #B58243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58243; }
p { color: rgb(181,130,67); }
H1.HeaderClassName
{
color: #B58243;
}
.AnyTagClassName
{
color: #B58243;
}
</style>
background-color css
<style>
a { background-color: #B58243; }
a { background-color: rgb(181,130,67); }
div.DivClassName
{
background-color: #B58243;
}
.BgClassName
{
background-color: #B58243;
}
</style>
border-color css
<style>
span { border-color: #B58243; }
span { border-color: rgb(181,130,67); }
td.TdClassName
{
border-color: #B58243;
}
.TagClassName
{
border-color: #B58243;
}
</style>