Shades of Marigold #B68240
Tints of Marigold #B68240
RGB
CMYK
RGB Variations
Color information
#B68240 (or 0xB68240) is known color: Marigold. HEX triplet: B6, 82 and 40. RGB value is (182,130,64). Sum of RGB (Red+Green+Blue) = 182+130+64=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B68240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68240 is #497DBF. Grayscale: #8A8A8A. Windows color (decimal): -4816320 or 4227766. OLE color: 4227766.
HSL color Cylindrical-coordinate representation of color #B68240: hue angle of 33.56º degrees, saturation: 0.48, 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 #B68240 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 64 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.29 |
| HSL | 33.56º | 0.48% | 0.48% | - |
| HSV(B) | 33.56º | 0.65% | 0.71% | - |
| XYZ | 28.2 | 26.28 | 8.44 | - |
| YUV | 138.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 64 | 0 | 0.29 | 0.65 | 0.29 | 33.56 | 0.48 | 0.48 |
| Hex | B6 | 82 | 40 | 0 | 1D | 41 | 1D | 22 | 30 | 30 |
| Octal | 266 | 202 | 100 | 0 | 35 | 101 | 35 | 42 | 60 | 60 |
| Binary | 10110110 | 10000010 | 1000000 | 0 | 11101 | 1000001 | 11101 | 100010 | 110000 | 110000 |
Color Harmonies of #B68240
Complementary color
Monochromatic Colors of #B68240
Black with #B68240
Text Example
Text Example
White with #B68240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68240; }
p { color: rgb(182,130,64); }
H1.HeaderClassName
{
color: #B68240;
}
.AnyTagClassName
{
color: #B68240;
}
</style>
background-color css
<style>
a { background-color: #B68240; }
a { background-color: rgb(182,130,64); }
div.DivClassName
{
background-color: #B68240;
}
.BgClassName
{
background-color: #B68240;
}
</style>
border-color css
<style>
span { border-color: #B68240; }
span { border-color: rgb(182,130,64); }
td.TdClassName
{
border-color: #B68240;
}
.TagClassName
{
border-color: #B68240;
}
</style>