Shades of Marigold #B68C47
Tints of Marigold #B68C47
RGB
CMYK
RGB Variations
Color information
#B68C47 (or 0xB68C47) is known color: Marigold. HEX triplet: B6, 8C and 47. RGB value is (182,140,71). Sum of RGB (Red+Green+Blue) = 182+140+71=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C47 is #4973B8. Grayscale: #919191. Windows color (decimal): -4813753 or 4689078. OLE color: 4689078.
HSL color Cylindrical-coordinate representation of color #B68C47: hue angle of 37.3º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B68C47 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 71 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.29 |
| HSL | 37.3º | 0.44% | 0.5% | - |
| HSV(B) | 37.3º | 0.61% | 0.71% | - |
| XYZ | 29.81 | 29.16 | 10.02 | - |
| YUV | 144.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 71 | 0 | 0.23 | 0.61 | 0.29 | 37.3 | 0.44 | 0.5 |
| Hex | B6 | 8C | 47 | 0 | 17 | 3D | 1D | 25 | 2C | 32 |
| Octal | 266 | 214 | 107 | 0 | 27 | 75 | 35 | 45 | 54 | 62 |
| Binary | 10110110 | 10001100 | 1000111 | 0 | 10111 | 111101 | 11101 | 100101 | 101100 | 110010 |
Color Harmonies of #B68C47
Complementary color
Monochromatic Colors of #B68C47
Black with #B68C47
Text Example
Text Example
White with #B68C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C47; }
p { color: rgb(182,140,71); }
H1.HeaderClassName
{
color: #B68C47;
}
.AnyTagClassName
{
color: #B68C47;
}
</style>
background-color css
<style>
a { background-color: #B68C47; }
a { background-color: rgb(182,140,71); }
div.DivClassName
{
background-color: #B68C47;
}
.BgClassName
{
background-color: #B68C47;
}
</style>
border-color css
<style>
span { border-color: #B68C47; }
span { border-color: rgb(182,140,71); }
td.TdClassName
{
border-color: #B68C47;
}
.TagClassName
{
border-color: #B68C47;
}
</style>