Shades of Marigold #B1813A
Tints of Marigold #B1813A
RGB
CMYK
RGB Variations
Color information
#B1813A (or 0xB1813A) is known color: Marigold. HEX triplet: B1, 81 and 3A. RGB value is (177,129,58). Sum of RGB (Red+Green+Blue) = 177+129+58=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1813A is #4E7EC5. Grayscale: #878787. Windows color (decimal): -5144262 or 3834289. OLE color: 3834289.
HSL color Cylindrical-coordinate representation of color #B1813A: hue angle of 35.8º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1813A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 58 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.31 |
| HSL | 35.8º | 0.51% | 0.46% | - |
| HSV(B) | 35.8º | 0.67% | 0.69% | - |
| XYZ | 26.75 | 25.35 | 7.49 | - |
| YUV | 135.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 58 | 0 | 0.27 | 0.67 | 0.31 | 35.8 | 0.51 | 0.46 |
| Hex | B1 | 81 | 3A | 0 | 1B | 43 | 1F | 24 | 33 | 2E |
| Octal | 261 | 201 | 72 | 0 | 33 | 103 | 37 | 44 | 63 | 56 |
| Binary | 10110001 | 10000001 | 111010 | 0 | 11011 | 1000011 | 11111 | 100100 | 110011 | 101110 |
Color Harmonies of #B1813A
Complementary color
Monochromatic Colors of #B1813A
Black with #B1813A
Text Example
Text Example
White with #B1813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1813A; }
p { color: rgb(177,129,58); }
H1.HeaderClassName
{
color: #B1813A;
}
.AnyTagClassName
{
color: #B1813A;
}
</style>
background-color css
<style>
a { background-color: #B1813A; }
a { background-color: rgb(177,129,58); }
div.DivClassName
{
background-color: #B1813A;
}
.BgClassName
{
background-color: #B1813A;
}
</style>
border-color css
<style>
span { border-color: #B1813A; }
span { border-color: rgb(177,129,58); }
td.TdClassName
{
border-color: #B1813A;
}
.TagClassName
{
border-color: #B1813A;
}
</style>