Shades of Marigold #B7873C
Tints of Marigold #B7873C
RGB
CMYK
RGB Variations
Color information
#B7873C (or 0xB7873C) is known color: Marigold. HEX triplet: B7, 87 and 3C. RGB value is (183,135,60). Sum of RGB (Red+Green+Blue) = 183+135+60=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7873C is #4878C3. Grayscale: #8D8D8D. Windows color (decimal): -4749508 or 3966903. OLE color: 3966903.
HSL color Cylindrical-coordinate representation of color #B7873C: hue angle of 36.59º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7873C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 60 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.28 |
| HSL | 36.59º | 0.51% | 0.48% | - |
| HSV(B) | 36.59º | 0.67% | 0.72% | - |
| XYZ | 29.01 | 27.72 | 8.1 | - |
| YUV | 140.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 60 | 0 | 0.26 | 0.67 | 0.28 | 36.59 | 0.51 | 0.48 |
| Hex | B7 | 87 | 3C | 0 | 1A | 43 | 1C | 25 | 33 | 30 |
| Octal | 267 | 207 | 74 | 0 | 32 | 103 | 34 | 45 | 63 | 60 |
| Binary | 10110111 | 10000111 | 111100 | 0 | 11010 | 1000011 | 11100 | 100101 | 110011 | 110000 |
Color Harmonies of #B7873C
Complementary color
Monochromatic Colors of #B7873C
Black with #B7873C
Text Example
Text Example
White with #B7873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7873C; }
p { color: rgb(183,135,60); }
H1.HeaderClassName
{
color: #B7873C;
}
.AnyTagClassName
{
color: #B7873C;
}
</style>
background-color css
<style>
a { background-color: #B7873C; }
a { background-color: rgb(183,135,60); }
div.DivClassName
{
background-color: #B7873C;
}
.BgClassName
{
background-color: #B7873C;
}
</style>
border-color css
<style>
span { border-color: #B7873C; }
span { border-color: rgb(183,135,60); }
td.TdClassName
{
border-color: #B7873C;
}
.TagClassName
{
border-color: #B7873C;
}
</style>