Shades of Marigold #B17E41
Tints of Marigold #B17E41
RGB
CMYK
RGB Variations
Color information
#B17E41 (or 0xB17E41) is known color: Marigold. HEX triplet: B1, 7E and 41. RGB value is (177,126,65). Sum of RGB (Red+Green+Blue) = 177+126+65=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E41 is #4E81BE. Grayscale: #868686. Windows color (decimal): -5145023 or 4292273. OLE color: 4292273.
HSL color Cylindrical-coordinate representation of color #B17E41: hue angle of 32.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B17E41 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 65 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.31 |
| HSL | 32.68º | 0.46% | 0.47% | - |
| HSV(B) | 32.68º | 0.63% | 0.69% | - |
| XYZ | 26.55 | 24.65 | 8.36 | - |
| YUV | 134.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 65 | 0 | 0.29 | 0.63 | 0.31 | 32.68 | 0.46 | 0.47 |
| Hex | B1 | 7E | 41 | 0 | 1D | 3F | 1F | 21 | 2E | 2F |
| Octal | 261 | 176 | 101 | 0 | 35 | 77 | 37 | 41 | 56 | 57 |
| Binary | 10110001 | 1111110 | 1000001 | 0 | 11101 | 111111 | 11111 | 100001 | 101110 | 101111 |
Color Harmonies of #B17E41
Complementary color
Monochromatic Colors of #B17E41
Black with #B17E41
Text Example
Text Example
White with #B17E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E41; }
p { color: rgb(177,126,65); }
H1.HeaderClassName
{
color: #B17E41;
}
.AnyTagClassName
{
color: #B17E41;
}
</style>
background-color css
<style>
a { background-color: #B17E41; }
a { background-color: rgb(177,126,65); }
div.DivClassName
{
background-color: #B17E41;
}
.BgClassName
{
background-color: #B17E41;
}
</style>
border-color css
<style>
span { border-color: #B17E41; }
span { border-color: rgb(177,126,65); }
td.TdClassName
{
border-color: #B17E41;
}
.TagClassName
{
border-color: #B17E41;
}
</style>