Shades of Marigold #B5883F
Tints of Marigold #B5883F
RGB
CMYK
RGB Variations
Color information
#B5883F (or 0xB5883F) is known color: Marigold. HEX triplet: B5, 88 and 3F. RGB value is (181,136,63). Sum of RGB (Red+Green+Blue) = 181+136+63=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5883F is #4A77C0. Grayscale: #8D8D8D. Windows color (decimal): -4880321 or 4163765. OLE color: 4163765.
HSL color Cylindrical-coordinate representation of color #B5883F: hue angle of 37.12º 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 #B5883F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 63 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.29 |
| HSL | 37.12º | 0.48% | 0.48% | - |
| HSV(B) | 37.12º | 0.65% | 0.71% | - |
| XYZ | 28.76 | 27.79 | 8.55 | - |
| YUV | 141.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 63 | 0 | 0.25 | 0.65 | 0.29 | 37.12 | 0.48 | 0.48 |
| Hex | B5 | 88 | 3F | 0 | 19 | 41 | 1D | 25 | 30 | 30 |
| Octal | 265 | 210 | 77 | 0 | 31 | 101 | 35 | 45 | 60 | 60 |
| Binary | 10110101 | 10001000 | 111111 | 0 | 11001 | 1000001 | 11101 | 100101 | 110000 | 110000 |
Color Harmonies of #B5883F
Complementary color
Monochromatic Colors of #B5883F
Black with #B5883F
Text Example
Text Example
White with #B5883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5883F; }
p { color: rgb(181,136,63); }
H1.HeaderClassName
{
color: #B5883F;
}
.AnyTagClassName
{
color: #B5883F;
}
</style>
background-color css
<style>
a { background-color: #B5883F; }
a { background-color: rgb(181,136,63); }
div.DivClassName
{
background-color: #B5883F;
}
.BgClassName
{
background-color: #B5883F;
}
</style>
border-color css
<style>
span { border-color: #B5883F; }
span { border-color: rgb(181,136,63); }
td.TdClassName
{
border-color: #B5883F;
}
.TagClassName
{
border-color: #B5883F;
}
</style>