Shades of Marigold #B6883F
Tints of Marigold #B6883F
RGB
CMYK
RGB Variations
Color information
#B6883F (or 0xB6883F) is known color: Marigold. HEX triplet: B6, 88 and 3F. RGB value is (182,136,63). Sum of RGB (Red+Green+Blue) = 182+136+63=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6883F is #4977C0. Grayscale: #8D8D8D. Windows color (decimal): -4814785 or 4163766. OLE color: 4163766.
HSL color Cylindrical-coordinate representation of color #B6883F: hue angle of 36.81º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6883F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 63 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.29 |
| HSL | 36.81º | 0.49% | 0.48% | - |
| HSV(B) | 36.81º | 0.65% | 0.71% | - |
| XYZ | 28.99 | 27.91 | 8.56 | - |
| YUV | 141.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 63 | 0 | 0.25 | 0.65 | 0.29 | 36.81 | 0.49 | 0.48 |
| Hex | B6 | 88 | 3F | 0 | 19 | 41 | 1D | 25 | 31 | 30 |
| Octal | 266 | 210 | 77 | 0 | 31 | 101 | 35 | 45 | 61 | 60 |
| Binary | 10110110 | 10001000 | 111111 | 0 | 11001 | 1000001 | 11101 | 100101 | 110001 | 110000 |
Color Harmonies of #B6883F
Complementary color
Monochromatic Colors of #B6883F
Black with #B6883F
Text Example
Text Example
White with #B6883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6883F; }
p { color: rgb(182,136,63); }
H1.HeaderClassName
{
color: #B6883F;
}
.AnyTagClassName
{
color: #B6883F;
}
</style>
background-color css
<style>
a { background-color: #B6883F; }
a { background-color: rgb(182,136,63); }
div.DivClassName
{
background-color: #B6883F;
}
.BgClassName
{
background-color: #B6883F;
}
</style>
border-color css
<style>
span { border-color: #B6883F; }
span { border-color: rgb(182,136,63); }
td.TdClassName
{
border-color: #B6883F;
}
.TagClassName
{
border-color: #B6883F;
}
</style>