Shades of Marigold #B6833B
Tints of Marigold #B6833B
RGB
CMYK
RGB Variations
Color information
#B6833B (or 0xB6833B) is known color: Marigold. HEX triplet: B6, 83 and 3B. RGB value is (182,131,59). Sum of RGB (Red+Green+Blue) = 182+131+59=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6833B is #497CC4. Grayscale: #8A8A8A. Windows color (decimal): -4816069 or 3900342. OLE color: 3900342.
HSL color Cylindrical-coordinate representation of color #B6833B: hue angle of 35.12º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6833B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 59 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.29 |
| HSL | 35.12º | 0.51% | 0.47% | - |
| HSV(B) | 35.12º | 0.68% | 0.71% | - |
| XYZ | 28.2 | 26.49 | 7.77 | - |
| YUV | 138.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 59 | 0 | 0.28 | 0.68 | 0.29 | 35.12 | 0.51 | 0.47 |
| Hex | B6 | 83 | 3B | 0 | 1C | 44 | 1D | 23 | 33 | 2F |
| Octal | 266 | 203 | 73 | 0 | 34 | 104 | 35 | 43 | 63 | 57 |
| Binary | 10110110 | 10000011 | 111011 | 0 | 11100 | 1000100 | 11101 | 100011 | 110011 | 101111 |
Color Harmonies of #B6833B
Complementary color
Monochromatic Colors of #B6833B
Black with #B6833B
Text Example
Text Example
White with #B6833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6833B; }
p { color: rgb(182,131,59); }
H1.HeaderClassName
{
color: #B6833B;
}
.AnyTagClassName
{
color: #B6833B;
}
</style>
background-color css
<style>
a { background-color: #B6833B; }
a { background-color: rgb(182,131,59); }
div.DivClassName
{
background-color: #B6833B;
}
.BgClassName
{
background-color: #B6833B;
}
</style>
border-color css
<style>
span { border-color: #B6833B; }
span { border-color: rgb(182,131,59); }
td.TdClassName
{
border-color: #B6833B;
}
.TagClassName
{
border-color: #B6833B;
}
</style>