Shades of Marigold #B9833B
Tints of Marigold #B9833B
RGB
CMYK
RGB Variations
Color information
#B9833B (or 0xB9833B) is known color: Marigold. HEX triplet: B9, 83 and 3B. RGB value is (185,131,59). Sum of RGB (Red+Green+Blue) = 185+131+59=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9833B is #467CC4. Grayscale: #8B8B8B. Windows color (decimal): -4619461 or 3900345. OLE color: 3900345.
HSL color Cylindrical-coordinate representation of color #B9833B: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9833B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 59 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.27 |
| HSL | 34.29º | 0.52% | 0.48% | - |
| HSV(B) | 34.29º | 0.68% | 0.73% | - |
| XYZ | 28.91 | 26.86 | 7.8 | - |
| YUV | 138.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 59 | 0 | 0.29 | 0.68 | 0.27 | 34.29 | 0.52 | 0.48 |
| Hex | B9 | 83 | 3B | 0 | 1D | 44 | 1B | 22 | 34 | 30 |
| Octal | 271 | 203 | 73 | 0 | 35 | 104 | 33 | 42 | 64 | 60 |
| Binary | 10111001 | 10000011 | 111011 | 0 | 11101 | 1000100 | 11011 | 100010 | 110100 | 110000 |
Color Harmonies of #B9833B
Complementary color
Monochromatic Colors of #B9833B
Black with #B9833B
Text Example
Text Example
White with #B9833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9833B; }
p { color: rgb(185,131,59); }
H1.HeaderClassName
{
color: #B9833B;
}
.AnyTagClassName
{
color: #B9833B;
}
</style>
background-color css
<style>
a { background-color: #B9833B; }
a { background-color: rgb(185,131,59); }
div.DivClassName
{
background-color: #B9833B;
}
.BgClassName
{
background-color: #B9833B;
}
</style>
border-color css
<style>
span { border-color: #B9833B; }
span { border-color: rgb(185,131,59); }
td.TdClassName
{
border-color: #B9833B;
}
.TagClassName
{
border-color: #B9833B;
}
</style>