Shades of Marigold #B18641
Tints of Marigold #B18641
RGB
CMYK
RGB Variations
Color information
#B18641 (or 0xB18641) is known color: Marigold. HEX triplet: B1, 86 and 41. RGB value is (177,134,65). Sum of RGB (Red+Green+Blue) = 177+134+65=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18641 is #4E79BE. Grayscale: #8B8B8B. Windows color (decimal): -5142975 or 4294321. OLE color: 4294321.
HSL color Cylindrical-coordinate representation of color #B18641: hue angle of 36.96º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B18641 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 65 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.31 |
| HSL | 36.96º | 0.46% | 0.47% | - |
| HSV(B) | 36.96º | 0.63% | 0.69% | - |
| XYZ | 27.61 | 26.78 | 8.71 | - |
| YUV | 138.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 65 | 0 | 0.24 | 0.63 | 0.31 | 36.96 | 0.46 | 0.47 |
| Hex | B1 | 86 | 41 | 0 | 18 | 3F | 1F | 25 | 2E | 2F |
| Octal | 261 | 206 | 101 | 0 | 30 | 77 | 37 | 45 | 56 | 57 |
| Binary | 10110001 | 10000110 | 1000001 | 0 | 11000 | 111111 | 11111 | 100101 | 101110 | 101111 |
Color Harmonies of #B18641
Complementary color
Monochromatic Colors of #B18641
Black with #B18641
Text Example
Text Example
White with #B18641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18641; }
p { color: rgb(177,134,65); }
H1.HeaderClassName
{
color: #B18641;
}
.AnyTagClassName
{
color: #B18641;
}
</style>
background-color css
<style>
a { background-color: #B18641; }
a { background-color: rgb(177,134,65); }
div.DivClassName
{
background-color: #B18641;
}
.BgClassName
{
background-color: #B18641;
}
</style>
border-color css
<style>
span { border-color: #B18641; }
span { border-color: rgb(177,134,65); }
td.TdClassName
{
border-color: #B18641;
}
.TagClassName
{
border-color: #B18641;
}
</style>