Shades of Marigold #B5873F
Tints of Marigold #B5873F
RGB
CMYK
RGB Variations
Color information
#B5873F (or 0xB5873F) is known color: Marigold. HEX triplet: B5, 87 and 3F. RGB value is (181,135,63). Sum of RGB (Red+Green+Blue) = 181+135+63=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5873F is #4A78C0. Grayscale: #8C8C8C. Windows color (decimal): -4880577 or 4163509. OLE color: 4163509.
HSL color Cylindrical-coordinate representation of color #B5873F: hue angle of 36.61º 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 #B5873F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 63 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.29 |
| HSL | 36.61º | 0.48% | 0.48% | - |
| HSV(B) | 36.61º | 0.65% | 0.71% | - |
| XYZ | 28.62 | 27.51 | 8.5 | - |
| YUV | 140.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 63 | 0 | 0.25 | 0.65 | 0.29 | 36.61 | 0.48 | 0.48 |
| Hex | B5 | 87 | 3F | 0 | 19 | 41 | 1D | 25 | 30 | 30 |
| Octal | 265 | 207 | 77 | 0 | 31 | 101 | 35 | 45 | 60 | 60 |
| Binary | 10110101 | 10000111 | 111111 | 0 | 11001 | 1000001 | 11101 | 100101 | 110000 | 110000 |
Color Harmonies of #B5873F
Complementary color
Monochromatic Colors of #B5873F
Black with #B5873F
Text Example
Text Example
White with #B5873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5873F; }
p { color: rgb(181,135,63); }
H1.HeaderClassName
{
color: #B5873F;
}
.AnyTagClassName
{
color: #B5873F;
}
</style>
background-color css
<style>
a { background-color: #B5873F; }
a { background-color: rgb(181,135,63); }
div.DivClassName
{
background-color: #B5873F;
}
.BgClassName
{
background-color: #B5873F;
}
</style>
border-color css
<style>
span { border-color: #B5873F; }
span { border-color: rgb(181,135,63); }
td.TdClassName
{
border-color: #B5873F;
}
.TagClassName
{
border-color: #B5873F;
}
</style>