Shades of Marigold #B5813C
Tints of Marigold #B5813C
RGB
CMYK
RGB Variations
Color information
#B5813C (or 0xB5813C) is known color: Marigold. HEX triplet: B5, 81 and 3C. RGB value is (181,129,60). Sum of RGB (Red+Green+Blue) = 181+129+60=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5813C is #4A7EC3. Grayscale: #898989. Windows color (decimal): -4882116 or 3965365. OLE color: 3965365.
HSL color Cylindrical-coordinate representation of color #B5813C: hue angle of 34.21º 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 #B5813C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 60 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.29 |
| HSL | 34.21º | 0.5% | 0.47% | - |
| HSV(B) | 34.21º | 0.67% | 0.71% | - |
| XYZ | 27.72 | 25.85 | 7.8 | - |
| YUV | 136.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 60 | 0 | 0.29 | 0.67 | 0.29 | 34.21 | 0.5 | 0.47 |
| Hex | B5 | 81 | 3C | 0 | 1D | 43 | 1D | 22 | 32 | 2F |
| Octal | 265 | 201 | 74 | 0 | 35 | 103 | 35 | 42 | 62 | 57 |
| Binary | 10110101 | 10000001 | 111100 | 0 | 11101 | 1000011 | 11101 | 100010 | 110010 | 101111 |
Color Harmonies of #B5813C
Complementary color
Monochromatic Colors of #B5813C
Black with #B5813C
Text Example
Text Example
White with #B5813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5813C; }
p { color: rgb(181,129,60); }
H1.HeaderClassName
{
color: #B5813C;
}
.AnyTagClassName
{
color: #B5813C;
}
</style>
background-color css
<style>
a { background-color: #B5813C; }
a { background-color: rgb(181,129,60); }
div.DivClassName
{
background-color: #B5813C;
}
.BgClassName
{
background-color: #B5813C;
}
</style>
border-color css
<style>
span { border-color: #B5813C; }
span { border-color: rgb(181,129,60); }
td.TdClassName
{
border-color: #B5813C;
}
.TagClassName
{
border-color: #B5813C;
}
</style>