Shades of Marigold #B18440
Tints of Marigold #B18440
RGB
CMYK
RGB Variations
Color information
#B18440 (or 0xB18440) is known color: Marigold. HEX triplet: B1, 84 and 40. RGB value is (177,132,64). Sum of RGB (Red+Green+Blue) = 177+132+64=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B18440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18440 is #4E7BBF. Grayscale: #8A8A8A. Windows color (decimal): -5143488 or 4228273. OLE color: 4228273.
HSL color Cylindrical-coordinate representation of color #B18440: hue angle of 36.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B18440 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 64 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.31 |
| HSL | 36.11º | 0.47% | 0.47% | - |
| HSV(B) | 36.11º | 0.64% | 0.69% | - |
| XYZ | 27.31 | 26.22 | 8.47 | - |
| YUV | 137.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 64 | 0 | 0.25 | 0.64 | 0.31 | 36.11 | 0.47 | 0.47 |
| Hex | B1 | 84 | 40 | 0 | 19 | 40 | 1F | 24 | 2F | 2F |
| Octal | 261 | 204 | 100 | 0 | 31 | 100 | 37 | 44 | 57 | 57 |
| Binary | 10110001 | 10000100 | 1000000 | 0 | 11001 | 1000000 | 11111 | 100100 | 101111 | 101111 |
Color Harmonies of #B18440
Complementary color
Monochromatic Colors of #B18440
Black with #B18440
Text Example
Text Example
White with #B18440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18440; }
p { color: rgb(177,132,64); }
H1.HeaderClassName
{
color: #B18440;
}
.AnyTagClassName
{
color: #B18440;
}
</style>
background-color css
<style>
a { background-color: #B18440; }
a { background-color: rgb(177,132,64); }
div.DivClassName
{
background-color: #B18440;
}
.BgClassName
{
background-color: #B18440;
}
</style>
border-color css
<style>
span { border-color: #B18440; }
span { border-color: rgb(177,132,64); }
td.TdClassName
{
border-color: #B18440;
}
.TagClassName
{
border-color: #B18440;
}
</style>