Shades of Marigold #B1813D
Tints of Marigold #B1813D
RGB
CMYK
RGB Variations
Color information
#B1813D (or 0xB1813D) is known color: Marigold. HEX triplet: B1, 81 and 3D. RGB value is (177,129,61). Sum of RGB (Red+Green+Blue) = 177+129+61=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1813D is #4E7EC2. Grayscale: #878787. Windows color (decimal): -5144259 or 4030897. OLE color: 4030897.
HSL color Cylindrical-coordinate representation of color #B1813D: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1813D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 61 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.31 |
| HSL | 35.17º | 0.49% | 0.47% | - |
| HSV(B) | 35.17º | 0.66% | 0.69% | - |
| XYZ | 26.82 | 25.38 | 7.9 | - |
| YUV | 135.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 61 | 0 | 0.27 | 0.66 | 0.31 | 35.17 | 0.49 | 0.47 |
| Hex | B1 | 81 | 3D | 0 | 1B | 42 | 1F | 23 | 31 | 2F |
| Octal | 261 | 201 | 75 | 0 | 33 | 102 | 37 | 43 | 61 | 57 |
| Binary | 10110001 | 10000001 | 111101 | 0 | 11011 | 1000010 | 11111 | 100011 | 110001 | 101111 |
Color Harmonies of #B1813D
Complementary color
Monochromatic Colors of #B1813D
Black with #B1813D
Text Example
Text Example
White with #B1813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1813D; }
p { color: rgb(177,129,61); }
H1.HeaderClassName
{
color: #B1813D;
}
.AnyTagClassName
{
color: #B1813D;
}
</style>
background-color css
<style>
a { background-color: #B1813D; }
a { background-color: rgb(177,129,61); }
div.DivClassName
{
background-color: #B1813D;
}
.BgClassName
{
background-color: #B1813D;
}
</style>
border-color css
<style>
span { border-color: #B1813D; }
span { border-color: rgb(177,129,61); }
td.TdClassName
{
border-color: #B1813D;
}
.TagClassName
{
border-color: #B1813D;
}
</style>