Shades of Marigold #B18243
Tints of Marigold #B18243
RGB
CMYK
RGB Variations
Color information
#B18243 (or 0xB18243) is known color: Marigold. HEX triplet: B1, 82 and 43. RGB value is (177,130,67). Sum of RGB (Red+Green+Blue) = 177+130+67=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B18243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18243 is #4E7DBC. Grayscale: #898989. Windows color (decimal): -5143997 or 4424369. OLE color: 4424369.
HSL color Cylindrical-coordinate representation of color #B18243: hue angle of 34.36º 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 #B18243 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 67 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.31 |
| HSL | 34.36º | 0.45% | 0.48% | - |
| HSV(B) | 34.36º | 0.62% | 0.69% | - |
| XYZ | 27.13 | 25.72 | 8.84 | - |
| YUV | 136.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 67 | 0 | 0.27 | 0.62 | 0.31 | 34.36 | 0.45 | 0.48 |
| Hex | B1 | 82 | 43 | 0 | 1B | 3E | 1F | 22 | 2D | 30 |
| Octal | 261 | 202 | 103 | 0 | 33 | 76 | 37 | 42 | 55 | 60 |
| Binary | 10110001 | 10000010 | 1000011 | 0 | 11011 | 111110 | 11111 | 100010 | 101101 | 110000 |
Color Harmonies of #B18243
Complementary color
Monochromatic Colors of #B18243
Black with #B18243
Text Example
Text Example
White with #B18243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18243; }
p { color: rgb(177,130,67); }
H1.HeaderClassName
{
color: #B18243;
}
.AnyTagClassName
{
color: #B18243;
}
</style>
background-color css
<style>
a { background-color: #B18243; }
a { background-color: rgb(177,130,67); }
div.DivClassName
{
background-color: #B18243;
}
.BgClassName
{
background-color: #B18243;
}
</style>
border-color css
<style>
span { border-color: #B18243; }
span { border-color: rgb(177,130,67); }
td.TdClassName
{
border-color: #B18243;
}
.TagClassName
{
border-color: #B18243;
}
</style>