Shades of Marigold #B18443
Tints of Marigold #B18443
RGB
CMYK
RGB Variations
Color information
#B18443 (or 0xB18443) is known color: Marigold. HEX triplet: B1, 84 and 43. RGB value is (177,132,67). Sum of RGB (Red+Green+Blue) = 177+132+67=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18443 is #4E7BBC. Grayscale: #8A8A8A. Windows color (decimal): -5143485 or 4424881. OLE color: 4424881.
HSL color Cylindrical-coordinate representation of color #B18443: hue angle of 35.45º degrees, saturation: 0.45, 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 #B18443 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 67 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.31 |
| HSL | 35.45º | 0.45% | 0.48% | - |
| HSV(B) | 35.45º | 0.62% | 0.69% | - |
| XYZ | 27.4 | 26.25 | 8.93 | - |
| YUV | 138.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 67 | 0 | 0.25 | 0.62 | 0.31 | 35.45 | 0.45 | 0.48 |
| Hex | B1 | 84 | 43 | 0 | 19 | 3E | 1F | 23 | 2D | 30 |
| Octal | 261 | 204 | 103 | 0 | 31 | 76 | 37 | 43 | 55 | 60 |
| Binary | 10110001 | 10000100 | 1000011 | 0 | 11001 | 111110 | 11111 | 100011 | 101101 | 110000 |
Color Harmonies of #B18443
Complementary color
Monochromatic Colors of #B18443
Black with #B18443
Text Example
Text Example
White with #B18443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18443; }
p { color: rgb(177,132,67); }
H1.HeaderClassName
{
color: #B18443;
}
.AnyTagClassName
{
color: #B18443;
}
</style>
background-color css
<style>
a { background-color: #B18443; }
a { background-color: rgb(177,132,67); }
div.DivClassName
{
background-color: #B18443;
}
.BgClassName
{
background-color: #B18443;
}
</style>
border-color css
<style>
span { border-color: #B18443; }
span { border-color: rgb(177,132,67); }
td.TdClassName
{
border-color: #B18443;
}
.TagClassName
{
border-color: #B18443;
}
</style>