Shades of Marigold #B68B41
Tints of Marigold #B68B41
RGB
CMYK
RGB Variations
Color information
#B68B41 (or 0xB68B41) is known color: Marigold. HEX triplet: B6, 8B and 41. RGB value is (182,139,65). Sum of RGB (Red+Green+Blue) = 182+139+65=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B41 is #4974BE. Grayscale: #8F8F8F. Windows color (decimal): -4814015 or 4295606. OLE color: 4295606.
HSL color Cylindrical-coordinate representation of color #B68B41: hue angle of 37.95º 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 #B68B41 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 65 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.29 |
| HSL | 37.95º | 0.47% | 0.48% | - |
| HSV(B) | 37.95º | 0.64% | 0.71% | - |
| XYZ | 29.48 | 28.79 | 9 | - |
| YUV | 143.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 65 | 0 | 0.24 | 0.64 | 0.29 | 37.95 | 0.47 | 0.48 |
| Hex | B6 | 8B | 41 | 0 | 18 | 40 | 1D | 26 | 2F | 30 |
| Octal | 266 | 213 | 101 | 0 | 30 | 100 | 35 | 46 | 57 | 60 |
| Binary | 10110110 | 10001011 | 1000001 | 0 | 11000 | 1000000 | 11101 | 100110 | 101111 | 110000 |
Color Harmonies of #B68B41
Complementary color
Monochromatic Colors of #B68B41
Black with #B68B41
Text Example
Text Example
White with #B68B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B41; }
p { color: rgb(182,139,65); }
H1.HeaderClassName
{
color: #B68B41;
}
.AnyTagClassName
{
color: #B68B41;
}
</style>
background-color css
<style>
a { background-color: #B68B41; }
a { background-color: rgb(182,139,65); }
div.DivClassName
{
background-color: #B68B41;
}
.BgClassName
{
background-color: #B68B41;
}
</style>
border-color css
<style>
span { border-color: #B68B41; }
span { border-color: rgb(182,139,65); }
td.TdClassName
{
border-color: #B68B41;
}
.TagClassName
{
border-color: #B68B41;
}
</style>