Shades of Marigold #B18A44
Tints of Marigold #B18A44
RGB
CMYK
RGB Variations
Color information
#B18A44 (or 0xB18A44) is known color: Marigold. HEX triplet: B1, 8A and 44. RGB value is (177,138,68). Sum of RGB (Red+Green+Blue) = 177+138+68=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A44 is #4E75BB. Grayscale: #8E8E8E. Windows color (decimal): -5141948 or 4491953. OLE color: 4491953.
HSL color Cylindrical-coordinate representation of color #B18A44: hue angle of 38.53º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B18A44 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 68 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.31 |
| HSL | 38.53º | 0.44% | 0.48% | - |
| HSV(B) | 38.53º | 0.62% | 0.69% | - |
| XYZ | 28.26 | 27.94 | 9.37 | - |
| YUV | 141.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 68 | 0 | 0.22 | 0.62 | 0.31 | 38.53 | 0.44 | 0.48 |
| Hex | B1 | 8A | 44 | 0 | 16 | 3E | 1F | 27 | 2C | 30 |
| Octal | 261 | 212 | 104 | 0 | 26 | 76 | 37 | 47 | 54 | 60 |
| Binary | 10110001 | 10001010 | 1000100 | 0 | 10110 | 111110 | 11111 | 100111 | 101100 | 110000 |
Color Harmonies of #B18A44
Complementary color
Monochromatic Colors of #B18A44
Black with #B18A44
Text Example
Text Example
White with #B18A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A44; }
p { color: rgb(177,138,68); }
H1.HeaderClassName
{
color: #B18A44;
}
.AnyTagClassName
{
color: #B18A44;
}
</style>
background-color css
<style>
a { background-color: #B18A44; }
a { background-color: rgb(177,138,68); }
div.DivClassName
{
background-color: #B18A44;
}
.BgClassName
{
background-color: #B18A44;
}
</style>
border-color css
<style>
span { border-color: #B18A44; }
span { border-color: rgb(177,138,68); }
td.TdClassName
{
border-color: #B18A44;
}
.TagClassName
{
border-color: #B18A44;
}
</style>