Shades of Marigold #B18A42
Tints of Marigold #B18A42
RGB
CMYK
RGB Variations
Color information
#B18A42 (or 0xB18A42) is known color: Marigold. HEX triplet: B1, 8A and 42. RGB value is (177,138,66). Sum of RGB (Red+Green+Blue) = 177+138+66=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A42 is #4E75BD. Grayscale: #8D8D8D. Windows color (decimal): -5141950 or 4360881. OLE color: 4360881.
HSL color Cylindrical-coordinate representation of color #B18A42: hue angle of 38.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B18A42 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 66 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.31 |
| HSL | 38.92º | 0.46% | 0.48% | - |
| HSV(B) | 38.92º | 0.63% | 0.69% | - |
| XYZ | 28.2 | 27.92 | 9.06 | - |
| YUV | 141.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 66 | 0 | 0.22 | 0.63 | 0.31 | 38.92 | 0.46 | 0.48 |
| Hex | B1 | 8A | 42 | 0 | 16 | 3F | 1F | 27 | 2E | 30 |
| Octal | 261 | 212 | 102 | 0 | 26 | 77 | 37 | 47 | 56 | 60 |
| Binary | 10110001 | 10001010 | 1000010 | 0 | 10110 | 111111 | 11111 | 100111 | 101110 | 110000 |
Color Harmonies of #B18A42
Complementary color
Monochromatic Colors of #B18A42
Black with #B18A42
Text Example
Text Example
White with #B18A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A42; }
p { color: rgb(177,138,66); }
H1.HeaderClassName
{
color: #B18A42;
}
.AnyTagClassName
{
color: #B18A42;
}
</style>
background-color css
<style>
a { background-color: #B18A42; }
a { background-color: rgb(177,138,66); }
div.DivClassName
{
background-color: #B18A42;
}
.BgClassName
{
background-color: #B18A42;
}
</style>
border-color css
<style>
span { border-color: #B18A42; }
span { border-color: rgb(177,138,66); }
td.TdClassName
{
border-color: #B18A42;
}
.TagClassName
{
border-color: #B18A42;
}
</style>