Shades of Marigold #B3863D
Tints of Marigold #B3863D
RGB
CMYK
RGB Variations
Color information
#B3863D (or 0xB3863D) is known color: Marigold. HEX triplet: B3, 86 and 3D. RGB value is (179,134,61). Sum of RGB (Red+Green+Blue) = 179+134+61=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3863D is #4C79C2. Grayscale: #8B8B8B. Windows color (decimal): -5011907 or 4032179. OLE color: 4032179.
HSL color Cylindrical-coordinate representation of color #B3863D: hue angle of 37.12º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3863D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 61 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.30 |
| HSL | 37.12º | 0.49% | 0.47% | - |
| HSV(B) | 37.12º | 0.66% | 0.7% | - |
| XYZ | 27.96 | 26.97 | 8.15 | - |
| YUV | 139.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 61 | 0 | 0.25 | 0.66 | 0.30 | 37.12 | 0.49 | 0.47 |
| Hex | B3 | 86 | 3D | 0 | 19 | 42 | 1E | 25 | 31 | 2F |
| Octal | 263 | 206 | 75 | 0 | 31 | 102 | 36 | 45 | 61 | 57 |
| Binary | 10110011 | 10000110 | 111101 | 0 | 11001 | 1000010 | 11110 | 100101 | 110001 | 101111 |
Color Harmonies of #B3863D
Complementary color
Monochromatic Colors of #B3863D
Black with #B3863D
Text Example
Text Example
White with #B3863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3863D; }
p { color: rgb(179,134,61); }
H1.HeaderClassName
{
color: #B3863D;
}
.AnyTagClassName
{
color: #B3863D;
}
</style>
background-color css
<style>
a { background-color: #B3863D; }
a { background-color: rgb(179,134,61); }
div.DivClassName
{
background-color: #B3863D;
}
.BgClassName
{
background-color: #B3863D;
}
</style>
border-color css
<style>
span { border-color: #B3863D; }
span { border-color: rgb(179,134,61); }
td.TdClassName
{
border-color: #B3863D;
}
.TagClassName
{
border-color: #B3863D;
}
</style>