Shades of Marigold #B68C45
Tints of Marigold #B68C45
RGB
CMYK
RGB Variations
Color information
#B68C45 (or 0xB68C45) is known color: Marigold. HEX triplet: B6, 8C and 45. RGB value is (182,140,69). Sum of RGB (Red+Green+Blue) = 182+140+69=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C45 is #4973BA. Grayscale: #909090. Windows color (decimal): -4813755 or 4558006. OLE color: 4558006.
HSL color Cylindrical-coordinate representation of color #B68C45: hue angle of 37.7º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B68C45 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 69 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.29 |
| HSL | 37.7º | 0.45% | 0.49% | - |
| HSV(B) | 37.7º | 0.62% | 0.71% | - |
| XYZ | 29.74 | 29.13 | 9.69 | - |
| YUV | 144.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 69 | 0 | 0.23 | 0.62 | 0.29 | 37.7 | 0.45 | 0.49 |
| Hex | B6 | 8C | 45 | 0 | 17 | 3E | 1D | 26 | 2D | 31 |
| Octal | 266 | 214 | 105 | 0 | 27 | 76 | 35 | 46 | 55 | 61 |
| Binary | 10110110 | 10001100 | 1000101 | 0 | 10111 | 111110 | 11101 | 100110 | 101101 | 110001 |
Color Harmonies of #B68C45
Complementary color
Monochromatic Colors of #B68C45
Black with #B68C45
Text Example
Text Example
White with #B68C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C45; }
p { color: rgb(182,140,69); }
H1.HeaderClassName
{
color: #B68C45;
}
.AnyTagClassName
{
color: #B68C45;
}
</style>
background-color css
<style>
a { background-color: #B68C45; }
a { background-color: rgb(182,140,69); }
div.DivClassName
{
background-color: #B68C45;
}
.BgClassName
{
background-color: #B68C45;
}
</style>
border-color css
<style>
span { border-color: #B68C45; }
span { border-color: rgb(182,140,69); }
td.TdClassName
{
border-color: #B68C45;
}
.TagClassName
{
border-color: #B68C45;
}
</style>