Shades of Marigold #B1833A
Tints of Marigold #B1833A
RGB
CMYK
RGB Variations
Color information
#B1833A (or 0xB1833A) is known color: Marigold. HEX triplet: B1, 83 and 3A. RGB value is (177,131,58). Sum of RGB (Red+Green+Blue) = 177+131+58=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1833A is #4E7CC5. Grayscale: #888888. Windows color (decimal): -5143750 or 3834801. OLE color: 3834801.
HSL color Cylindrical-coordinate representation of color #B1833A: hue angle of 36.81º 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 #B1833A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 58 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.31 |
| HSL | 36.81º | 0.51% | 0.46% | - |
| HSV(B) | 36.81º | 0.67% | 0.69% | - |
| XYZ | 27.01 | 25.89 | 7.58 | - |
| YUV | 136.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 58 | 0 | 0.26 | 0.67 | 0.31 | 36.81 | 0.51 | 0.46 |
| Hex | B1 | 83 | 3A | 0 | 1A | 43 | 1F | 25 | 33 | 2E |
| Octal | 261 | 203 | 72 | 0 | 32 | 103 | 37 | 45 | 63 | 56 |
| Binary | 10110001 | 10000011 | 111010 | 0 | 11010 | 1000011 | 11111 | 100101 | 110011 | 101110 |
Color Harmonies of #B1833A
Complementary color
Monochromatic Colors of #B1833A
Black with #B1833A
Text Example
Text Example
White with #B1833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1833A; }
p { color: rgb(177,131,58); }
H1.HeaderClassName
{
color: #B1833A;
}
.AnyTagClassName
{
color: #B1833A;
}
</style>
background-color css
<style>
a { background-color: #B1833A; }
a { background-color: rgb(177,131,58); }
div.DivClassName
{
background-color: #B1833A;
}
.BgClassName
{
background-color: #B1833A;
}
</style>
border-color css
<style>
span { border-color: #B1833A; }
span { border-color: rgb(177,131,58); }
td.TdClassName
{
border-color: #B1833A;
}
.TagClassName
{
border-color: #B1833A;
}
</style>