Shades of Marigold #B68E3E
Tints of Marigold #B68E3E
RGB
CMYK
RGB Variations
Color information
#B68E3E (or 0xB68E3E) is known color: Marigold. HEX triplet: B6, 8E and 3E. RGB value is (182,142,62). Sum of RGB (Red+Green+Blue) = 182+142+62=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E3E is #4971C1. Grayscale: #919191. Windows color (decimal): -4813250 or 4099766. OLE color: 4099766.
HSL color Cylindrical-coordinate representation of color #B68E3E: hue angle of 40º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B68E3E is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 62 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.29 |
| HSL | 40º | 0.49% | 0.48% | - |
| HSV(B) | 40º | 0.66% | 0.71% | - |
| XYZ | 29.83 | 29.64 | 8.71 | - |
| YUV | 144.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 62 | 0 | 0.22 | 0.66 | 0.29 | 40 | 0.49 | 0.48 |
| Hex | B6 | 8E | 3E | 0 | 16 | 42 | 1D | 28 | 31 | 30 |
| Octal | 266 | 216 | 76 | 0 | 26 | 102 | 35 | 50 | 61 | 60 |
| Binary | 10110110 | 10001110 | 111110 | 0 | 10110 | 1000010 | 11101 | 101000 | 110001 | 110000 |
Color Harmonies of #B68E3E
Complementary color
Monochromatic Colors of #B68E3E
Black with #B68E3E
Text Example
Text Example
White with #B68E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E3E; }
p { color: rgb(182,142,62); }
H1.HeaderClassName
{
color: #B68E3E;
}
.AnyTagClassName
{
color: #B68E3E;
}
</style>
background-color css
<style>
a { background-color: #B68E3E; }
a { background-color: rgb(182,142,62); }
div.DivClassName
{
background-color: #B68E3E;
}
.BgClassName
{
background-color: #B68E3E;
}
</style>
border-color css
<style>
span { border-color: #B68E3E; }
span { border-color: rgb(182,142,62); }
td.TdClassName
{
border-color: #B68E3E;
}
.TagClassName
{
border-color: #B68E3E;
}
</style>