Shades of Marigold #B68D41
Tints of Marigold #B68D41
RGB
CMYK
RGB Variations
Color information
#B68D41 (or 0xB68D41) is known color: Marigold. HEX triplet: B6, 8D and 41. RGB value is (182,141,65). Sum of RGB (Red+Green+Blue) = 182+141+65=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D41 is #4972BE. Grayscale: #909090. Windows color (decimal): -4813503 or 4296118. OLE color: 4296118.
HSL color Cylindrical-coordinate representation of color #B68D41: hue angle of 38.97º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B68D41 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 65 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.29 |
| HSL | 38.97º | 0.47% | 0.48% | - |
| HSV(B) | 38.97º | 0.64% | 0.71% | - |
| XYZ | 29.77 | 29.38 | 9.1 | - |
| YUV | 144.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 65 | 0 | 0.23 | 0.64 | 0.29 | 38.97 | 0.47 | 0.48 |
| Hex | B6 | 8D | 41 | 0 | 17 | 40 | 1D | 27 | 2F | 30 |
| Octal | 266 | 215 | 101 | 0 | 27 | 100 | 35 | 47 | 57 | 60 |
| Binary | 10110110 | 10001101 | 1000001 | 0 | 10111 | 1000000 | 11101 | 100111 | 101111 | 110000 |
Color Harmonies of #B68D41
Complementary color
Monochromatic Colors of #B68D41
Black with #B68D41
Text Example
Text Example
White with #B68D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D41; }
p { color: rgb(182,141,65); }
H1.HeaderClassName
{
color: #B68D41;
}
.AnyTagClassName
{
color: #B68D41;
}
</style>
background-color css
<style>
a { background-color: #B68D41; }
a { background-color: rgb(182,141,65); }
div.DivClassName
{
background-color: #B68D41;
}
.BgClassName
{
background-color: #B68D41;
}
</style>
border-color css
<style>
span { border-color: #B68D41; }
span { border-color: rgb(182,141,65); }
td.TdClassName
{
border-color: #B68D41;
}
.TagClassName
{
border-color: #B68D41;
}
</style>