Shades of Marigold #B1803D
Tints of Marigold #B1803D
RGB
CMYK
RGB Variations
Color information
#B1803D (or 0xB1803D) is known color: Marigold. HEX triplet: B1, 80 and 3D. RGB value is (177,128,61). Sum of RGB (Red+Green+Blue) = 177+128+61=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1803D is #4E7FC2. Grayscale: #878787. Windows color (decimal): -5144515 or 4030641. OLE color: 4030641.
HSL color Cylindrical-coordinate representation of color #B1803D: hue angle of 34.66º 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 #B1803D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 61 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.31 |
| HSL | 34.66º | 0.49% | 0.47% | - |
| HSV(B) | 34.66º | 0.66% | 0.69% | - |
| XYZ | 26.69 | 25.12 | 7.86 | - |
| YUV | 135.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 61 | 0 | 0.28 | 0.66 | 0.31 | 34.66 | 0.49 | 0.47 |
| Hex | B1 | 80 | 3D | 0 | 1C | 42 | 1F | 23 | 31 | 2F |
| Octal | 261 | 200 | 75 | 0 | 34 | 102 | 37 | 43 | 61 | 57 |
| Binary | 10110001 | 10000000 | 111101 | 0 | 11100 | 1000010 | 11111 | 100011 | 110001 | 101111 |
Color Harmonies of #B1803D
Complementary color
Monochromatic Colors of #B1803D
Black with #B1803D
Text Example
Text Example
White with #B1803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1803D; }
p { color: rgb(177,128,61); }
H1.HeaderClassName
{
color: #B1803D;
}
.AnyTagClassName
{
color: #B1803D;
}
</style>
background-color css
<style>
a { background-color: #B1803D; }
a { background-color: rgb(177,128,61); }
div.DivClassName
{
background-color: #B1803D;
}
.BgClassName
{
background-color: #B1803D;
}
</style>
border-color css
<style>
span { border-color: #B1803D; }
span { border-color: rgb(177,128,61); }
td.TdClassName
{
border-color: #B1803D;
}
.TagClassName
{
border-color: #B1803D;
}
</style>