Shades of Marigold #B7843D
Tints of Marigold #B7843D
RGB
CMYK
RGB Variations
Color information
#B7843D (or 0xB7843D) is known color: Marigold. HEX triplet: B7, 84 and 3D. RGB value is (183,132,61). Sum of RGB (Red+Green+Blue) = 183+132+61=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7843D is #487BC2. Grayscale: #8B8B8B. Windows color (decimal): -4750275 or 4031671. OLE color: 4031671.
HSL color Cylindrical-coordinate representation of color #B7843D: hue angle of 34.92º degrees, saturation: 0.5, 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 #B7843D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.28 |
| HSL | 34.92º | 0.5% | 0.48% | - |
| HSV(B) | 34.92º | 0.67% | 0.72% | - |
| XYZ | 28.62 | 26.91 | 8.1 | - |
| YUV | 139.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 61 | 0 | 0.28 | 0.67 | 0.28 | 34.92 | 0.5 | 0.48 |
| Hex | B7 | 84 | 3D | 0 | 1C | 43 | 1C | 23 | 32 | 30 |
| Octal | 267 | 204 | 75 | 0 | 34 | 103 | 34 | 43 | 62 | 60 |
| Binary | 10110111 | 10000100 | 111101 | 0 | 11100 | 1000011 | 11100 | 100011 | 110010 | 110000 |
Color Harmonies of #B7843D
Complementary color
Monochromatic Colors of #B7843D
Black with #B7843D
Text Example
Text Example
White with #B7843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7843D; }
p { color: rgb(183,132,61); }
H1.HeaderClassName
{
color: #B7843D;
}
.AnyTagClassName
{
color: #B7843D;
}
</style>
background-color css
<style>
a { background-color: #B7843D; }
a { background-color: rgb(183,132,61); }
div.DivClassName
{
background-color: #B7843D;
}
.BgClassName
{
background-color: #B7843D;
}
</style>
border-color css
<style>
span { border-color: #B7843D; }
span { border-color: rgb(183,132,61); }
td.TdClassName
{
border-color: #B7843D;
}
.TagClassName
{
border-color: #B7843D;
}
</style>