Shades of Marigold #B0803D
Tints of Marigold #B0803D
RGB
CMYK
RGB Variations
Color information
#B0803D (or 0xB0803D) is known color: Marigold. HEX triplet: B0, 80 and 3D. RGB value is (176,128,61). Sum of RGB (Red+Green+Blue) = 176+128+61=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0803D is #4F7FC2. Grayscale: #878787. Windows color (decimal): -5210051 or 4030640. OLE color: 4030640.
HSL color Cylindrical-coordinate representation of color #B0803D: hue angle of 34.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0803D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 61 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.31 |
| HSL | 34.96º | 0.49% | 0.46% | - |
| HSV(B) | 34.96º | 0.65% | 0.69% | - |
| XYZ | 26.47 | 25.01 | 7.85 | - |
| YUV | 134.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 61 | 0 | 0.27 | 0.65 | 0.31 | 34.96 | 0.49 | 0.46 |
| Hex | B0 | 80 | 3D | 0 | 1B | 41 | 1F | 23 | 31 | 2E |
| Octal | 260 | 200 | 75 | 0 | 33 | 101 | 37 | 43 | 61 | 56 |
| Binary | 10110000 | 10000000 | 111101 | 0 | 11011 | 1000001 | 11111 | 100011 | 110001 | 101110 |
Color Harmonies of #B0803D
Complementary color
Monochromatic Colors of #B0803D
Black with #B0803D
Text Example
Text Example
White with #B0803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0803D; }
p { color: rgb(176,128,61); }
H1.HeaderClassName
{
color: #B0803D;
}
.AnyTagClassName
{
color: #B0803D;
}
</style>
background-color css
<style>
a { background-color: #B0803D; }
a { background-color: rgb(176,128,61); }
div.DivClassName
{
background-color: #B0803D;
}
.BgClassName
{
background-color: #B0803D;
}
</style>
border-color css
<style>
span { border-color: #B0803D; }
span { border-color: rgb(176,128,61); }
td.TdClassName
{
border-color: #B0803D;
}
.TagClassName
{
border-color: #B0803D;
}
</style>