Shades of Marigold #B3863C
Tints of Marigold #B3863C
RGB
CMYK
RGB Variations
Color information
#B3863C (or 0xB3863C) is known color: Marigold. HEX triplet: B3, 86 and 3C. RGB value is (179,134,60). Sum of RGB (Red+Green+Blue) = 179+134+60=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3863C is #4C79C3. Grayscale: #8B8B8B. Windows color (decimal): -5011908 or 3966643. OLE color: 3966643.
HSL color Cylindrical-coordinate representation of color #B3863C: hue angle of 37.31º degrees, saturation: 0.5, 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 #B3863C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 60 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.30 |
| HSL | 37.31º | 0.5% | 0.47% | - |
| HSV(B) | 37.31º | 0.66% | 0.7% | - |
| XYZ | 27.93 | 26.96 | 8.01 | - |
| YUV | 139.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 60 | 0 | 0.25 | 0.66 | 0.30 | 37.31 | 0.5 | 0.47 |
| Hex | B3 | 86 | 3C | 0 | 19 | 42 | 1E | 25 | 32 | 2F |
| Octal | 263 | 206 | 74 | 0 | 31 | 102 | 36 | 45 | 62 | 57 |
| Binary | 10110011 | 10000110 | 111100 | 0 | 11001 | 1000010 | 11110 | 100101 | 110010 | 101111 |
Color Harmonies of #B3863C
Complementary color
Monochromatic Colors of #B3863C
Black with #B3863C
Text Example
Text Example
White with #B3863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3863C; }
p { color: rgb(179,134,60); }
H1.HeaderClassName
{
color: #B3863C;
}
.AnyTagClassName
{
color: #B3863C;
}
</style>
background-color css
<style>
a { background-color: #B3863C; }
a { background-color: rgb(179,134,60); }
div.DivClassName
{
background-color: #B3863C;
}
.BgClassName
{
background-color: #B3863C;
}
</style>
border-color css
<style>
span { border-color: #B3863C; }
span { border-color: rgb(179,134,60); }
td.TdClassName
{
border-color: #B3863C;
}
.TagClassName
{
border-color: #B3863C;
}
</style>