Shades of Marigold #B5863C
Tints of Marigold #B5863C
RGB
CMYK
RGB Variations
Color information
#B5863C (or 0xB5863C) is known color: Marigold. HEX triplet: B5, 86 and 3C. RGB value is (181,134,60). Sum of RGB (Red+Green+Blue) = 181+134+60=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5863C is #4A79C3. Grayscale: #8B8B8B. Windows color (decimal): -4880836 or 3966645. OLE color: 3966645.
HSL color Cylindrical-coordinate representation of color #B5863C: hue angle of 36.69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5863C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 60 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.29 |
| HSL | 36.69º | 0.5% | 0.47% | - |
| HSV(B) | 36.69º | 0.67% | 0.71% | - |
| XYZ | 28.4 | 27.2 | 8.03 | - |
| YUV | 139.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 60 | 0 | 0.26 | 0.67 | 0.29 | 36.69 | 0.5 | 0.47 |
| Hex | B5 | 86 | 3C | 0 | 1A | 43 | 1D | 25 | 32 | 2F |
| Octal | 265 | 206 | 74 | 0 | 32 | 103 | 35 | 45 | 62 | 57 |
| Binary | 10110101 | 10000110 | 111100 | 0 | 11010 | 1000011 | 11101 | 100101 | 110010 | 101111 |
Color Harmonies of #B5863C
Complementary color
Monochromatic Colors of #B5863C
Black with #B5863C
Text Example
Text Example
White with #B5863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5863C; }
p { color: rgb(181,134,60); }
H1.HeaderClassName
{
color: #B5863C;
}
.AnyTagClassName
{
color: #B5863C;
}
</style>
background-color css
<style>
a { background-color: #B5863C; }
a { background-color: rgb(181,134,60); }
div.DivClassName
{
background-color: #B5863C;
}
.BgClassName
{
background-color: #B5863C;
}
</style>
border-color css
<style>
span { border-color: #B5863C; }
span { border-color: rgb(181,134,60); }
td.TdClassName
{
border-color: #B5863C;
}
.TagClassName
{
border-color: #B5863C;
}
</style>