Shades of Marigold #B7843C
Tints of Marigold #B7843C
RGB
CMYK
RGB Variations
Color information
#B7843C (or 0xB7843C) is known color: Marigold. HEX triplet: B7, 84 and 3C. RGB value is (183,132,60). Sum of RGB (Red+Green+Blue) = 183+132+60=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7843C is #487BC3. Grayscale: #8B8B8B. Windows color (decimal): -4750276 or 3966135. OLE color: 3966135.
HSL color Cylindrical-coordinate representation of color #B7843C: hue angle of 35.12º 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 #B7843C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 60 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.28 |
| HSL | 35.12º | 0.51% | 0.48% | - |
| HSV(B) | 35.12º | 0.67% | 0.72% | - |
| XYZ | 28.6 | 26.9 | 7.96 | - |
| YUV | 139.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 60 | 0 | 0.28 | 0.67 | 0.28 | 35.12 | 0.51 | 0.48 |
| Hex | B7 | 84 | 3C | 0 | 1C | 43 | 1C | 23 | 33 | 30 |
| Octal | 267 | 204 | 74 | 0 | 34 | 103 | 34 | 43 | 63 | 60 |
| Binary | 10110111 | 10000100 | 111100 | 0 | 11100 | 1000011 | 11100 | 100011 | 110011 | 110000 |
Color Harmonies of #B7843C
Complementary color
Monochromatic Colors of #B7843C
Black with #B7843C
Text Example
Text Example
White with #B7843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7843C; }
p { color: rgb(183,132,60); }
H1.HeaderClassName
{
color: #B7843C;
}
.AnyTagClassName
{
color: #B7843C;
}
</style>
background-color css
<style>
a { background-color: #B7843C; }
a { background-color: rgb(183,132,60); }
div.DivClassName
{
background-color: #B7843C;
}
.BgClassName
{
background-color: #B7843C;
}
</style>
border-color css
<style>
span { border-color: #B7843C; }
span { border-color: rgb(183,132,60); }
td.TdClassName
{
border-color: #B7843C;
}
.TagClassName
{
border-color: #B7843C;
}
</style>