Shades of Marigold #B18441
Tints of Marigold #B18441
RGB
CMYK
RGB Variations
Color information
#B18441 (or 0xB18441) is known color: Marigold. HEX triplet: B1, 84 and 41. RGB value is (177,132,65). Sum of RGB (Red+Green+Blue) = 177+132+65=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B18441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18441 is #4E7BBE. Grayscale: #8A8A8A. Windows color (decimal): -5143487 or 4293809. OLE color: 4293809.
HSL color Cylindrical-coordinate representation of color #B18441: hue angle of 35.89º 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 #B18441 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 65 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.31 |
| HSL | 35.89º | 0.46% | 0.47% | - |
| HSV(B) | 35.89º | 0.63% | 0.69% | - |
| XYZ | 27.34 | 26.23 | 8.62 | - |
| YUV | 137.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 65 | 0 | 0.25 | 0.63 | 0.31 | 35.89 | 0.46 | 0.47 |
| Hex | B1 | 84 | 41 | 0 | 19 | 3F | 1F | 24 | 2E | 2F |
| Octal | 261 | 204 | 101 | 0 | 31 | 77 | 37 | 44 | 56 | 57 |
| Binary | 10110001 | 10000100 | 1000001 | 0 | 11001 | 111111 | 11111 | 100100 | 101110 | 101111 |
Color Harmonies of #B18441
Complementary color
Monochromatic Colors of #B18441
Black with #B18441
Text Example
Text Example
White with #B18441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18441; }
p { color: rgb(177,132,65); }
H1.HeaderClassName
{
color: #B18441;
}
.AnyTagClassName
{
color: #B18441;
}
</style>
background-color css
<style>
a { background-color: #B18441; }
a { background-color: rgb(177,132,65); }
div.DivClassName
{
background-color: #B18441;
}
.BgClassName
{
background-color: #B18441;
}
</style>
border-color css
<style>
span { border-color: #B18441; }
span { border-color: rgb(177,132,65); }
td.TdClassName
{
border-color: #B18441;
}
.TagClassName
{
border-color: #B18441;
}
</style>