Shades of Marigold #B58843
Tints of Marigold #B58843
RGB
CMYK
RGB Variations
Color information
#B58843 (or 0xB58843) is known color: Marigold. HEX triplet: B5, 88 and 43. RGB value is (181,136,67). Sum of RGB (Red+Green+Blue) = 181+136+67=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B58843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58843 is #4A77BC. Grayscale: #8D8D8D. Windows color (decimal): -4880317 or 4425909. OLE color: 4425909.
HSL color Cylindrical-coordinate representation of color #B58843: hue angle of 36.32º 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 #B58843 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 67 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.29 |
| HSL | 36.32º | 0.46% | 0.49% | - |
| HSV(B) | 36.32º | 0.63% | 0.71% | - |
| XYZ | 28.87 | 27.84 | 9.16 | - |
| YUV | 141.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 67 | 0 | 0.25 | 0.63 | 0.29 | 36.32 | 0.46 | 0.49 |
| Hex | B5 | 88 | 43 | 0 | 19 | 3F | 1D | 24 | 2E | 31 |
| Octal | 265 | 210 | 103 | 0 | 31 | 77 | 35 | 44 | 56 | 61 |
| Binary | 10110101 | 10001000 | 1000011 | 0 | 11001 | 111111 | 11101 | 100100 | 101110 | 110001 |
Color Harmonies of #B58843
Complementary color
Monochromatic Colors of #B58843
Black with #B58843
Text Example
Text Example
White with #B58843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58843; }
p { color: rgb(181,136,67); }
H1.HeaderClassName
{
color: #B58843;
}
.AnyTagClassName
{
color: #B58843;
}
</style>
background-color css
<style>
a { background-color: #B58843; }
a { background-color: rgb(181,136,67); }
div.DivClassName
{
background-color: #B58843;
}
.BgClassName
{
background-color: #B58843;
}
</style>
border-color css
<style>
span { border-color: #B58843; }
span { border-color: rgb(181,136,67); }
td.TdClassName
{
border-color: #B58843;
}
.TagClassName
{
border-color: #B58843;
}
</style>