Shades of Marigold #B7863C
Tints of Marigold #B7863C
RGB
CMYK
RGB Variations
Color information
#B7863C (or 0xB7863C) is known color: Marigold. HEX triplet: B7, 86 and 3C. RGB value is (183,134,60). Sum of RGB (Red+Green+Blue) = 183+134+60=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7863C is #4879C3. Grayscale: #8C8C8C. Windows color (decimal): -4749764 or 3966647. OLE color: 3966647.
HSL color Cylindrical-coordinate representation of color #B7863C: hue angle of 36.1º 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 #B7863C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 60 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.28 |
| HSL | 36.1º | 0.51% | 0.48% | - |
| HSV(B) | 36.1º | 0.67% | 0.72% | - |
| XYZ | 28.87 | 27.44 | 8.05 | - |
| YUV | 140.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 60 | 0 | 0.27 | 0.67 | 0.28 | 36.1 | 0.51 | 0.48 |
| Hex | B7 | 86 | 3C | 0 | 1B | 43 | 1C | 24 | 33 | 30 |
| Octal | 267 | 206 | 74 | 0 | 33 | 103 | 34 | 44 | 63 | 60 |
| Binary | 10110111 | 10000110 | 111100 | 0 | 11011 | 1000011 | 11100 | 100100 | 110011 | 110000 |
Color Harmonies of #B7863C
Complementary color
Monochromatic Colors of #B7863C
Black with #B7863C
Text Example
Text Example
White with #B7863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7863C; }
p { color: rgb(183,134,60); }
H1.HeaderClassName
{
color: #B7863C;
}
.AnyTagClassName
{
color: #B7863C;
}
</style>
background-color css
<style>
a { background-color: #B7863C; }
a { background-color: rgb(183,134,60); }
div.DivClassName
{
background-color: #B7863C;
}
.BgClassName
{
background-color: #B7863C;
}
</style>
border-color css
<style>
span { border-color: #B7863C; }
span { border-color: rgb(183,134,60); }
td.TdClassName
{
border-color: #B7863C;
}
.TagClassName
{
border-color: #B7863C;
}
</style>