Shades of Marigold #B3833B
Tints of Marigold #B3833B
RGB
CMYK
RGB Variations
Color information
#B3833B (or 0xB3833B) is known color: Marigold. HEX triplet: B3, 83 and 3B. RGB value is (179,131,59). Sum of RGB (Red+Green+Blue) = 179+131+59=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3833B is #4C7CC4. Grayscale: #898989. Windows color (decimal): -5012677 or 3900339. OLE color: 3900339.
HSL color Cylindrical-coordinate representation of color #B3833B: hue angle of 36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3833B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 59 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.30 |
| HSL | 36º | 0.5% | 0.47% | - |
| HSV(B) | 36º | 0.67% | 0.7% | - |
| XYZ | 27.5 | 26.13 | 7.73 | - |
| YUV | 137.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 59 | 0 | 0.27 | 0.67 | 0.30 | 36 | 0.5 | 0.47 |
| Hex | B3 | 83 | 3B | 0 | 1B | 43 | 1E | 24 | 32 | 2F |
| Octal | 263 | 203 | 73 | 0 | 33 | 103 | 36 | 44 | 62 | 57 |
| Binary | 10110011 | 10000011 | 111011 | 0 | 11011 | 1000011 | 11110 | 100100 | 110010 | 101111 |
Color Harmonies of #B3833B
Complementary color
Monochromatic Colors of #B3833B
Black with #B3833B
Text Example
Text Example
White with #B3833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3833B; }
p { color: rgb(179,131,59); }
H1.HeaderClassName
{
color: #B3833B;
}
.AnyTagClassName
{
color: #B3833B;
}
</style>
background-color css
<style>
a { background-color: #B3833B; }
a { background-color: rgb(179,131,59); }
div.DivClassName
{
background-color: #B3833B;
}
.BgClassName
{
background-color: #B3833B;
}
</style>
border-color css
<style>
span { border-color: #B3833B; }
span { border-color: rgb(179,131,59); }
td.TdClassName
{
border-color: #B3833B;
}
.TagClassName
{
border-color: #B3833B;
}
</style>