Shades of Marigold #B18741
Tints of Marigold #B18741
RGB
CMYK
RGB Variations
Color information
#B18741 (or 0xB18741) is known color: Marigold. HEX triplet: B1, 87 and 41. RGB value is (177,135,65). Sum of RGB (Red+Green+Blue) = 177+135+65=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18741 is #4E78BE. Grayscale: #8B8B8B. Windows color (decimal): -5142719 or 4294577. OLE color: 4294577.
HSL color Cylindrical-coordinate representation of color #B18741: hue angle of 37.5º 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 #B18741 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 65 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.31 |
| HSL | 37.5º | 0.46% | 0.47% | - |
| HSV(B) | 37.5º | 0.63% | 0.69% | - |
| XYZ | 27.75 | 27.06 | 8.76 | - |
| YUV | 139.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 65 | 0 | 0.24 | 0.63 | 0.31 | 37.5 | 0.46 | 0.47 |
| Hex | B1 | 87 | 41 | 0 | 18 | 3F | 1F | 26 | 2E | 2F |
| Octal | 261 | 207 | 101 | 0 | 30 | 77 | 37 | 46 | 56 | 57 |
| Binary | 10110001 | 10000111 | 1000001 | 0 | 11000 | 111111 | 11111 | 100110 | 101110 | 101111 |
Color Harmonies of #B18741
Complementary color
Monochromatic Colors of #B18741
Black with #B18741
Text Example
Text Example
White with #B18741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18741; }
p { color: rgb(177,135,65); }
H1.HeaderClassName
{
color: #B18741;
}
.AnyTagClassName
{
color: #B18741;
}
</style>
background-color css
<style>
a { background-color: #B18741; }
a { background-color: rgb(177,135,65); }
div.DivClassName
{
background-color: #B18741;
}
.BgClassName
{
background-color: #B18741;
}
</style>
border-color css
<style>
span { border-color: #B18741; }
span { border-color: rgb(177,135,65); }
td.TdClassName
{
border-color: #B18741;
}
.TagClassName
{
border-color: #B18741;
}
</style>