Shades of Marigold #B5803D
Tints of Marigold #B5803D
RGB
CMYK
RGB Variations
Color information
#B5803D (or 0xB5803D) is known color: Marigold. HEX triplet: B5, 80 and 3D. RGB value is (181,128,61). Sum of RGB (Red+Green+Blue) = 181+128+61=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5803D is #4A7FC2. Grayscale: #888888. Windows color (decimal): -4882371 or 4030645. OLE color: 4030645.
HSL color Cylindrical-coordinate representation of color #B5803D: hue angle of 33.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5803D is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 61 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.29 |
| HSL | 33.5º | 0.5% | 0.47% | - |
| HSV(B) | 33.5º | 0.66% | 0.71% | - |
| XYZ | 27.62 | 25.6 | 7.9 | - |
| YUV | 136.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 61 | 0 | 0.29 | 0.66 | 0.29 | 33.5 | 0.5 | 0.47 |
| Hex | B5 | 80 | 3D | 0 | 1D | 42 | 1D | 22 | 32 | 2F |
| Octal | 265 | 200 | 75 | 0 | 35 | 102 | 35 | 42 | 62 | 57 |
| Binary | 10110101 | 10000000 | 111101 | 0 | 11101 | 1000010 | 11101 | 100010 | 110010 | 101111 |
Color Harmonies of #B5803D
Complementary color
Monochromatic Colors of #B5803D
Black with #B5803D
Text Example
Text Example
White with #B5803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5803D; }
p { color: rgb(181,128,61); }
H1.HeaderClassName
{
color: #B5803D;
}
.AnyTagClassName
{
color: #B5803D;
}
</style>
background-color css
<style>
a { background-color: #B5803D; }
a { background-color: rgb(181,128,61); }
div.DivClassName
{
background-color: #B5803D;
}
.BgClassName
{
background-color: #B5803D;
}
</style>
border-color css
<style>
span { border-color: #B5803D; }
span { border-color: rgb(181,128,61); }
td.TdClassName
{
border-color: #B5803D;
}
.TagClassName
{
border-color: #B5803D;
}
</style>