Shades of Marigold #B18239
Tints of Marigold #B18239
RGB
CMYK
RGB Variations
Color information
#B18239 (or 0xB18239) is known color: Marigold. HEX triplet: B1, 82 and 39. RGB value is (177,130,57). Sum of RGB (Red+Green+Blue) = 177+130+57=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B18239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18239 is #4E7DC6. Grayscale: #888888. Windows color (decimal): -5144007 or 3769009. OLE color: 3769009.
HSL color Cylindrical-coordinate representation of color #B18239: hue angle of 36.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B18239 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 57 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.31 |
| HSL | 36.5º | 0.51% | 0.46% | - |
| HSV(B) | 36.5º | 0.68% | 0.69% | - |
| XYZ | 26.85 | 25.61 | 7.4 | - |
| YUV | 135.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 57 | 0 | 0.27 | 0.68 | 0.31 | 36.5 | 0.51 | 0.46 |
| Hex | B1 | 82 | 39 | 0 | 1B | 44 | 1F | 24 | 33 | 2E |
| Octal | 261 | 202 | 71 | 0 | 33 | 104 | 37 | 44 | 63 | 56 |
| Binary | 10110001 | 10000010 | 111001 | 0 | 11011 | 1000100 | 11111 | 100100 | 110011 | 101110 |
Color Harmonies of #B18239
Complementary color
Monochromatic Colors of #B18239
Black with #B18239
Text Example
Text Example
White with #B18239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18239; }
p { color: rgb(177,130,57); }
H1.HeaderClassName
{
color: #B18239;
}
.AnyTagClassName
{
color: #B18239;
}
</style>
background-color css
<style>
a { background-color: #B18239; }
a { background-color: rgb(177,130,57); }
div.DivClassName
{
background-color: #B18239;
}
.BgClassName
{
background-color: #B18239;
}
</style>
border-color css
<style>
span { border-color: #B18239; }
span { border-color: rgb(177,130,57); }
td.TdClassName
{
border-color: #B18239;
}
.TagClassName
{
border-color: #B18239;
}
</style>