Shades of Marigold #B68C44
Tints of Marigold #B68C44
RGB
CMYK
RGB Variations
Color information
#B68C44 (or 0xB68C44) is known color: Marigold. HEX triplet: B6, 8C and 44. RGB value is (182,140,68). Sum of RGB (Red+Green+Blue) = 182+140+68=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C44 is #4973BB. Grayscale: #909090. Windows color (decimal): -4813756 or 4492470. OLE color: 4492470.
HSL color Cylindrical-coordinate representation of color #B68C44: hue angle of 37.89º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B68C44 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 68 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.29 |
| HSL | 37.89º | 0.46% | 0.49% | - |
| HSV(B) | 37.89º | 0.63% | 0.71% | - |
| XYZ | 29.71 | 29.12 | 9.52 | - |
| YUV | 144.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 68 | 0 | 0.23 | 0.63 | 0.29 | 37.89 | 0.46 | 0.49 |
| Hex | B6 | 8C | 44 | 0 | 17 | 3F | 1D | 26 | 2E | 31 |
| Octal | 266 | 214 | 104 | 0 | 27 | 77 | 35 | 46 | 56 | 61 |
| Binary | 10110110 | 10001100 | 1000100 | 0 | 10111 | 111111 | 11101 | 100110 | 101110 | 110001 |
Color Harmonies of #B68C44
Complementary color
Monochromatic Colors of #B68C44
Black with #B68C44
Text Example
Text Example
White with #B68C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C44; }
p { color: rgb(182,140,68); }
H1.HeaderClassName
{
color: #B68C44;
}
.AnyTagClassName
{
color: #B68C44;
}
</style>
background-color css
<style>
a { background-color: #B68C44; }
a { background-color: rgb(182,140,68); }
div.DivClassName
{
background-color: #B68C44;
}
.BgClassName
{
background-color: #B68C44;
}
</style>
border-color css
<style>
span { border-color: #B68C44; }
span { border-color: rgb(182,140,68); }
td.TdClassName
{
border-color: #B68C44;
}
.TagClassName
{
border-color: #B68C44;
}
</style>