Shades of Marigold #B6823B
Tints of Marigold #B6823B
RGB
CMYK
RGB Variations
Color information
#B6823B (or 0xB6823B) is known color: Marigold. HEX triplet: B6, 82 and 3B. RGB value is (182,130,59). Sum of RGB (Red+Green+Blue) = 182+130+59=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6823B is #497DC4. Grayscale: #898989. Windows color (decimal): -4816325 or 3900086. OLE color: 3900086.
HSL color Cylindrical-coordinate representation of color #B6823B: hue angle of 34.63º 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 #B6823B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 59 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.29 |
| HSL | 34.63º | 0.51% | 0.47% | - |
| HSV(B) | 34.63º | 0.68% | 0.71% | - |
| XYZ | 28.06 | 26.23 | 7.72 | - |
| YUV | 137.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 59 | 0 | 0.29 | 0.68 | 0.29 | 34.63 | 0.51 | 0.47 |
| Hex | B6 | 82 | 3B | 0 | 1D | 44 | 1D | 23 | 33 | 2F |
| Octal | 266 | 202 | 73 | 0 | 35 | 104 | 35 | 43 | 63 | 57 |
| Binary | 10110110 | 10000010 | 111011 | 0 | 11101 | 1000100 | 11101 | 100011 | 110011 | 101111 |
Color Harmonies of #B6823B
Complementary color
Monochromatic Colors of #B6823B
Black with #B6823B
Text Example
Text Example
White with #B6823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6823B; }
p { color: rgb(182,130,59); }
H1.HeaderClassName
{
color: #B6823B;
}
.AnyTagClassName
{
color: #B6823B;
}
</style>
background-color css
<style>
a { background-color: #B6823B; }
a { background-color: rgb(182,130,59); }
div.DivClassName
{
background-color: #B6823B;
}
.BgClassName
{
background-color: #B6823B;
}
</style>
border-color css
<style>
span { border-color: #B6823B; }
span { border-color: rgb(182,130,59); }
td.TdClassName
{
border-color: #B6823B;
}
.TagClassName
{
border-color: #B6823B;
}
</style>