Shades of Marigold #B7843E
Tints of Marigold #B7843E
RGB
CMYK
RGB Variations
Color information
#B7843E (or 0xB7843E) is known color: Marigold. HEX triplet: B7, 84 and 3E. RGB value is (183,132,62). Sum of RGB (Red+Green+Blue) = 183+132+62=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7843E is #487BC1. Grayscale: #8B8B8B. Windows color (decimal): -4750274 or 4097207. OLE color: 4097207.
HSL color Cylindrical-coordinate representation of color #B7843E: hue angle of 34.71º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7843E is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 62 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.28 |
| HSL | 34.71º | 0.49% | 0.48% | - |
| HSV(B) | 34.71º | 0.66% | 0.72% | - |
| XYZ | 28.65 | 26.92 | 8.24 | - |
| YUV | 139.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 62 | 0 | 0.28 | 0.66 | 0.28 | 34.71 | 0.49 | 0.48 |
| Hex | B7 | 84 | 3E | 0 | 1C | 42 | 1C | 23 | 31 | 30 |
| Octal | 267 | 204 | 76 | 0 | 34 | 102 | 34 | 43 | 61 | 60 |
| Binary | 10110111 | 10000100 | 111110 | 0 | 11100 | 1000010 | 11100 | 100011 | 110001 | 110000 |
Color Harmonies of #B7843E
Complementary color
Monochromatic Colors of #B7843E
Black with #B7843E
Text Example
Text Example
White with #B7843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7843E; }
p { color: rgb(183,132,62); }
H1.HeaderClassName
{
color: #B7843E;
}
.AnyTagClassName
{
color: #B7843E;
}
</style>
background-color css
<style>
a { background-color: #B7843E; }
a { background-color: rgb(183,132,62); }
div.DivClassName
{
background-color: #B7843E;
}
.BgClassName
{
background-color: #B7843E;
}
</style>
border-color css
<style>
span { border-color: #B7843E; }
span { border-color: rgb(183,132,62); }
td.TdClassName
{
border-color: #B7843E;
}
.TagClassName
{
border-color: #B7843E;
}
</style>