Shades of Marigold #B3863B
Tints of Marigold #B3863B
RGB
CMYK
RGB Variations
Color information
#B3863B (or 0xB3863B) is known color: Marigold. HEX triplet: B3, 86 and 3B. RGB value is (179,134,59). Sum of RGB (Red+Green+Blue) = 179+134+59=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3863B is #4C79C4. Grayscale: #8B8B8B. Windows color (decimal): -5011909 or 3901107. OLE color: 3901107.
HSL color Cylindrical-coordinate representation of color #B3863B: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3863B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 59 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.30 |
| HSL | 37.5º | 0.5% | 0.47% | - |
| HSV(B) | 37.5º | 0.67% | 0.7% | - |
| XYZ | 27.9 | 26.95 | 7.87 | - |
| YUV | 138.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 59 | 0 | 0.25 | 0.67 | 0.30 | 37.5 | 0.5 | 0.47 |
| Hex | B3 | 86 | 3B | 0 | 19 | 43 | 1E | 26 | 32 | 2F |
| Octal | 263 | 206 | 73 | 0 | 31 | 103 | 36 | 46 | 62 | 57 |
| Binary | 10110011 | 10000110 | 111011 | 0 | 11001 | 1000011 | 11110 | 100110 | 110010 | 101111 |
Color Harmonies of #B3863B
Complementary color
Monochromatic Colors of #B3863B
Black with #B3863B
Text Example
Text Example
White with #B3863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3863B; }
p { color: rgb(179,134,59); }
H1.HeaderClassName
{
color: #B3863B;
}
.AnyTagClassName
{
color: #B3863B;
}
</style>
background-color css
<style>
a { background-color: #B3863B; }
a { background-color: rgb(179,134,59); }
div.DivClassName
{
background-color: #B3863B;
}
.BgClassName
{
background-color: #B3863B;
}
</style>
border-color css
<style>
span { border-color: #B3863B; }
span { border-color: rgb(179,134,59); }
td.TdClassName
{
border-color: #B3863B;
}
.TagClassName
{
border-color: #B3863B;
}
</style>