Shades of Marigold #B6893C
Tints of Marigold #B6893C
RGB
CMYK
RGB Variations
Color information
#B6893C (or 0xB6893C) is known color: Marigold. HEX triplet: B6, 89 and 3C. RGB value is (182,137,60). Sum of RGB (Red+Green+Blue) = 182+137+60=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6893C is #4976C3. Grayscale: #8E8E8E. Windows color (decimal): -4814532 or 3967414. OLE color: 3967414.
HSL color Cylindrical-coordinate representation of color #B6893C: hue angle of 37.87º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6893C is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 60 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.29 |
| HSL | 37.87º | 0.5% | 0.47% | - |
| HSV(B) | 37.87º | 0.67% | 0.71% | - |
| XYZ | 29.05 | 28.16 | 8.18 | - |
| YUV | 141.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 60 | 0 | 0.25 | 0.67 | 0.29 | 37.87 | 0.5 | 0.47 |
| Hex | B6 | 89 | 3C | 0 | 19 | 43 | 1D | 26 | 32 | 2F |
| Octal | 266 | 211 | 74 | 0 | 31 | 103 | 35 | 46 | 62 | 57 |
| Binary | 10110110 | 10001001 | 111100 | 0 | 11001 | 1000011 | 11101 | 100110 | 110010 | 101111 |
Color Harmonies of #B6893C
Complementary color
Monochromatic Colors of #B6893C
Black with #B6893C
Text Example
Text Example
White with #B6893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6893C; }
p { color: rgb(182,137,60); }
H1.HeaderClassName
{
color: #B6893C;
}
.AnyTagClassName
{
color: #B6893C;
}
</style>
background-color css
<style>
a { background-color: #B6893C; }
a { background-color: rgb(182,137,60); }
div.DivClassName
{
background-color: #B6893C;
}
.BgClassName
{
background-color: #B6893C;
}
</style>
border-color css
<style>
span { border-color: #B6893C; }
span { border-color: rgb(182,137,60); }
td.TdClassName
{
border-color: #B6893C;
}
.TagClassName
{
border-color: #B6893C;
}
</style>