Shades of Marigold #B3803A
Tints of Marigold #B3803A
RGB
CMYK
RGB Variations
Color information
#B3803A (or 0xB3803A) is known color: Marigold. HEX triplet: B3, 80 and 3A. RGB value is (179,128,58). Sum of RGB (Red+Green+Blue) = 179+128+58=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3803A is #4C7FC5. Grayscale: #878787. Windows color (decimal): -5013446 or 3834035. OLE color: 3834035.
HSL color Cylindrical-coordinate representation of color #B3803A: hue angle of 34.71º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3803A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 58 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.30 |
| HSL | 34.71º | 0.51% | 0.46% | - |
| HSV(B) | 34.71º | 0.68% | 0.7% | - |
| XYZ | 27.07 | 25.33 | 7.46 | - |
| YUV | 135.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 58 | 0 | 0.28 | 0.68 | 0.30 | 34.71 | 0.51 | 0.46 |
| Hex | B3 | 80 | 3A | 0 | 1C | 44 | 1E | 23 | 33 | 2E |
| Octal | 263 | 200 | 72 | 0 | 34 | 104 | 36 | 43 | 63 | 56 |
| Binary | 10110011 | 10000000 | 111010 | 0 | 11100 | 1000100 | 11110 | 100011 | 110011 | 101110 |
Color Harmonies of #B3803A
Complementary color
Monochromatic Colors of #B3803A
Black with #B3803A
Text Example
Text Example
White with #B3803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3803A; }
p { color: rgb(179,128,58); }
H1.HeaderClassName
{
color: #B3803A;
}
.AnyTagClassName
{
color: #B3803A;
}
</style>
background-color css
<style>
a { background-color: #B3803A; }
a { background-color: rgb(179,128,58); }
div.DivClassName
{
background-color: #B3803A;
}
.BgClassName
{
background-color: #B3803A;
}
</style>
border-color css
<style>
span { border-color: #B3803A; }
span { border-color: rgb(179,128,58); }
td.TdClassName
{
border-color: #B3803A;
}
.TagClassName
{
border-color: #B3803A;
}
</style>