Shades of Marigold #B18041
Tints of Marigold #B18041
RGB
CMYK
RGB Variations
Color information
#B18041 (or 0xB18041) is known color: Marigold. HEX triplet: B1, 80 and 41. RGB value is (177,128,65). Sum of RGB (Red+Green+Blue) = 177+128+65=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B18041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18041 is #4E7FBE. Grayscale: #878787. Windows color (decimal): -5144511 or 4292785. OLE color: 4292785.
HSL color Cylindrical-coordinate representation of color #B18041: hue angle of 33.75º 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 #B18041 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 65 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.31 |
| HSL | 33.75º | 0.46% | 0.47% | - |
| HSV(B) | 33.75º | 0.63% | 0.69% | - |
| XYZ | 26.8 | 25.17 | 8.45 | - |
| YUV | 135.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 65 | 0 | 0.28 | 0.63 | 0.31 | 33.75 | 0.46 | 0.47 |
| Hex | B1 | 80 | 41 | 0 | 1C | 3F | 1F | 22 | 2E | 2F |
| Octal | 261 | 200 | 101 | 0 | 34 | 77 | 37 | 42 | 56 | 57 |
| Binary | 10110001 | 10000000 | 1000001 | 0 | 11100 | 111111 | 11111 | 100010 | 101110 | 101111 |
Color Harmonies of #B18041
Complementary color
Monochromatic Colors of #B18041
Black with #B18041
Text Example
Text Example
White with #B18041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18041; }
p { color: rgb(177,128,65); }
H1.HeaderClassName
{
color: #B18041;
}
.AnyTagClassName
{
color: #B18041;
}
</style>
background-color css
<style>
a { background-color: #B18041; }
a { background-color: rgb(177,128,65); }
div.DivClassName
{
background-color: #B18041;
}
.BgClassName
{
background-color: #B18041;
}
</style>
border-color css
<style>
span { border-color: #B18041; }
span { border-color: rgb(177,128,65); }
td.TdClassName
{
border-color: #B18041;
}
.TagClassName
{
border-color: #B18041;
}
</style>