Shades of Marigold #B2803E
Tints of Marigold #B2803E
RGB
CMYK
RGB Variations
Color information
#B2803E (or 0xB2803E) is known color: Marigold. HEX triplet: B2, 80 and 3E. RGB value is (178,128,62). Sum of RGB (Red+Green+Blue) = 178+128+62=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2803E is #4D7FC1. Grayscale: #878787. Windows color (decimal): -5078978 or 4096178. OLE color: 4096178.
HSL color Cylindrical-coordinate representation of color #B2803E: hue angle of 34.14º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2803E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 62 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.30 |
| HSL | 34.14º | 0.48% | 0.47% | - |
| HSV(B) | 34.14º | 0.65% | 0.7% | - |
| XYZ | 26.95 | 25.25 | 8.01 | - |
| YUV | 135.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 62 | 0 | 0.28 | 0.65 | 0.30 | 34.14 | 0.48 | 0.47 |
| Hex | B2 | 80 | 3E | 0 | 1C | 41 | 1E | 22 | 30 | 2F |
| Octal | 262 | 200 | 76 | 0 | 34 | 101 | 36 | 42 | 60 | 57 |
| Binary | 10110010 | 10000000 | 111110 | 0 | 11100 | 1000001 | 11110 | 100010 | 110000 | 101111 |
Color Harmonies of #B2803E
Complementary color
Monochromatic Colors of #B2803E
Black with #B2803E
Text Example
Text Example
White with #B2803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2803E; }
p { color: rgb(178,128,62); }
H1.HeaderClassName
{
color: #B2803E;
}
.AnyTagClassName
{
color: #B2803E;
}
</style>
background-color css
<style>
a { background-color: #B2803E; }
a { background-color: rgb(178,128,62); }
div.DivClassName
{
background-color: #B2803E;
}
.BgClassName
{
background-color: #B2803E;
}
</style>
border-color css
<style>
span { border-color: #B2803E; }
span { border-color: rgb(178,128,62); }
td.TdClassName
{
border-color: #B2803E;
}
.TagClassName
{
border-color: #B2803E;
}
</style>