Shades of Marigold #B68C42
Tints of Marigold #B68C42
RGB
CMYK
RGB Variations
Color information
#B68C42 (or 0xB68C42) is known color: Marigold. HEX triplet: B6, 8C and 42. RGB value is (182,140,66). Sum of RGB (Red+Green+Blue) = 182+140+66=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C42 is #4973BD. Grayscale: #909090. Windows color (decimal): -4813758 or 4361398. OLE color: 4361398.
HSL color Cylindrical-coordinate representation of color #B68C42: hue angle of 38.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B68C42 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 66 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.29 |
| HSL | 38.28º | 0.47% | 0.49% | - |
| HSV(B) | 38.28º | 0.64% | 0.71% | - |
| XYZ | 29.65 | 29.09 | 9.21 | - |
| YUV | 144.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 66 | 0 | 0.23 | 0.64 | 0.29 | 38.28 | 0.47 | 0.49 |
| Hex | B6 | 8C | 42 | 0 | 17 | 40 | 1D | 26 | 2F | 31 |
| Octal | 266 | 214 | 102 | 0 | 27 | 100 | 35 | 46 | 57 | 61 |
| Binary | 10110110 | 10001100 | 1000010 | 0 | 10111 | 1000000 | 11101 | 100110 | 101111 | 110001 |
Color Harmonies of #B68C42
Complementary color
Monochromatic Colors of #B68C42
Black with #B68C42
Text Example
Text Example
White with #B68C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C42; }
p { color: rgb(182,140,66); }
H1.HeaderClassName
{
color: #B68C42;
}
.AnyTagClassName
{
color: #B68C42;
}
</style>
background-color css
<style>
a { background-color: #B68C42; }
a { background-color: rgb(182,140,66); }
div.DivClassName
{
background-color: #B68C42;
}
.BgClassName
{
background-color: #B68C42;
}
</style>
border-color css
<style>
span { border-color: #B68C42; }
span { border-color: rgb(182,140,66); }
td.TdClassName
{
border-color: #B68C42;
}
.TagClassName
{
border-color: #B68C42;
}
</style>