Shades of Marigold #B18945
Tints of Marigold #B18945
RGB
CMYK
RGB Variations
Color information
#B18945 (or 0xB18945) is known color: Marigold. HEX triplet: B1, 89 and 45. RGB value is (177,137,69). Sum of RGB (Red+Green+Blue) = 177+137+69=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18945 is #4E76BA. Grayscale: #8D8D8D. Windows color (decimal): -5142203 or 4557233. OLE color: 4557233.
HSL color Cylindrical-coordinate representation of color #B18945: hue angle of 37.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B18945 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 69 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.31 |
| HSL | 37.78º | 0.44% | 0.48% | - |
| HSV(B) | 37.78º | 0.61% | 0.69% | - |
| XYZ | 28.15 | 27.67 | 9.49 | - |
| YUV | 141.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 69 | 0 | 0.23 | 0.61 | 0.31 | 37.78 | 0.44 | 0.48 |
| Hex | B1 | 89 | 45 | 0 | 17 | 3D | 1F | 26 | 2C | 30 |
| Octal | 261 | 211 | 105 | 0 | 27 | 75 | 37 | 46 | 54 | 60 |
| Binary | 10110001 | 10001001 | 1000101 | 0 | 10111 | 111101 | 11111 | 100110 | 101100 | 110000 |
Color Harmonies of #B18945
Complementary color
Monochromatic Colors of #B18945
Black with #B18945
Text Example
Text Example
White with #B18945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18945; }
p { color: rgb(177,137,69); }
H1.HeaderClassName
{
color: #B18945;
}
.AnyTagClassName
{
color: #B18945;
}
</style>
background-color css
<style>
a { background-color: #B18945; }
a { background-color: rgb(177,137,69); }
div.DivClassName
{
background-color: #B18945;
}
.BgClassName
{
background-color: #B18945;
}
</style>
border-color css
<style>
span { border-color: #B18945; }
span { border-color: rgb(177,137,69); }
td.TdClassName
{
border-color: #B18945;
}
.TagClassName
{
border-color: #B18945;
}
</style>