Shades of Marigold #B3843F
Tints of Marigold #B3843F
RGB
CMYK
RGB Variations
Color information
#B3843F (or 0xB3843F) is known color: Marigold. HEX triplet: B3, 84 and 3F. RGB value is (179,132,63). Sum of RGB (Red+Green+Blue) = 179+132+63=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3843F is #4C7BC0. Grayscale: #8A8A8A. Windows color (decimal): -5012417 or 4162739. OLE color: 4162739.
HSL color Cylindrical-coordinate representation of color #B3843F: hue angle of 35.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3843F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 63 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.30 |
| HSL | 35.69º | 0.48% | 0.47% | - |
| HSV(B) | 35.69º | 0.65% | 0.7% | - |
| XYZ | 27.74 | 26.45 | 8.35 | - |
| YUV | 138.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 63 | 0 | 0.26 | 0.65 | 0.30 | 35.69 | 0.48 | 0.47 |
| Hex | B3 | 84 | 3F | 0 | 1A | 41 | 1E | 24 | 30 | 2F |
| Octal | 263 | 204 | 77 | 0 | 32 | 101 | 36 | 44 | 60 | 57 |
| Binary | 10110011 | 10000100 | 111111 | 0 | 11010 | 1000001 | 11110 | 100100 | 110000 | 101111 |
Color Harmonies of #B3843F
Complementary color
Monochromatic Colors of #B3843F
Black with #B3843F
Text Example
Text Example
White with #B3843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3843F; }
p { color: rgb(179,132,63); }
H1.HeaderClassName
{
color: #B3843F;
}
.AnyTagClassName
{
color: #B3843F;
}
</style>
background-color css
<style>
a { background-color: #B3843F; }
a { background-color: rgb(179,132,63); }
div.DivClassName
{
background-color: #B3843F;
}
.BgClassName
{
background-color: #B3843F;
}
</style>
border-color css
<style>
span { border-color: #B3843F; }
span { border-color: rgb(179,132,63); }
td.TdClassName
{
border-color: #B3843F;
}
.TagClassName
{
border-color: #B3843F;
}
</style>