Shades of Marigold #B68440
Tints of Marigold #B68440
RGB
CMYK
RGB Variations
Color information
#B68440 (or 0xB68440) is known color: Marigold. HEX triplet: B6, 84 and 40. RGB value is (182,132,64). Sum of RGB (Red+Green+Blue) = 182+132+64=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B68440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68440 is #497BBF. Grayscale: #8B8B8B. Windows color (decimal): -4815808 or 4228278. OLE color: 4228278.
HSL color Cylindrical-coordinate representation of color #B68440: hue angle of 34.58º 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 #B68440 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 64 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.29 |
| HSL | 34.58º | 0.48% | 0.48% | - |
| HSV(B) | 34.58º | 0.65% | 0.71% | - |
| XYZ | 28.47 | 26.82 | 8.53 | - |
| YUV | 139.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 64 | 0 | 0.27 | 0.65 | 0.29 | 34.58 | 0.48 | 0.48 |
| Hex | B6 | 84 | 40 | 0 | 1B | 41 | 1D | 23 | 30 | 30 |
| Octal | 266 | 204 | 100 | 0 | 33 | 101 | 35 | 43 | 60 | 60 |
| Binary | 10110110 | 10000100 | 1000000 | 0 | 11011 | 1000001 | 11101 | 100011 | 110000 | 110000 |
Color Harmonies of #B68440
Complementary color
Monochromatic Colors of #B68440
Black with #B68440
Text Example
Text Example
White with #B68440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68440; }
p { color: rgb(182,132,64); }
H1.HeaderClassName
{
color: #B68440;
}
.AnyTagClassName
{
color: #B68440;
}
</style>
background-color css
<style>
a { background-color: #B68440; }
a { background-color: rgb(182,132,64); }
div.DivClassName
{
background-color: #B68440;
}
.BgClassName
{
background-color: #B68440;
}
</style>
border-color css
<style>
span { border-color: #B68440; }
span { border-color: rgb(182,132,64); }
td.TdClassName
{
border-color: #B68440;
}
.TagClassName
{
border-color: #B68440;
}
</style>