Shades of Marigold #B0803B
Tints of Marigold #B0803B
RGB
CMYK
RGB Variations
Color information
#B0803B (or 0xB0803B) is known color: Marigold. HEX triplet: B0, 80 and 3B. RGB value is (176,128,59). Sum of RGB (Red+Green+Blue) = 176+128+59=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0803B is #4F7FC4. Grayscale: #868686. Windows color (decimal): -5210053 or 3899568. OLE color: 3899568.
HSL color Cylindrical-coordinate representation of color #B0803B: hue angle of 35.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0803B is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 59 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.31 |
| HSL | 35.38º | 0.5% | 0.46% | - |
| HSV(B) | 35.38º | 0.66% | 0.69% | - |
| XYZ | 26.41 | 24.98 | 7.57 | - |
| YUV | 134.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 59 | 0 | 0.27 | 0.66 | 0.31 | 35.38 | 0.5 | 0.46 |
| Hex | B0 | 80 | 3B | 0 | 1B | 42 | 1F | 23 | 32 | 2E |
| Octal | 260 | 200 | 73 | 0 | 33 | 102 | 37 | 43 | 62 | 56 |
| Binary | 10110000 | 10000000 | 111011 | 0 | 11011 | 1000010 | 11111 | 100011 | 110010 | 101110 |
Color Harmonies of #B0803B
Complementary color
Monochromatic Colors of #B0803B
Black with #B0803B
Text Example
Text Example
White with #B0803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0803B; }
p { color: rgb(176,128,59); }
H1.HeaderClassName
{
color: #B0803B;
}
.AnyTagClassName
{
color: #B0803B;
}
</style>
background-color css
<style>
a { background-color: #B0803B; }
a { background-color: rgb(176,128,59); }
div.DivClassName
{
background-color: #B0803B;
}
.BgClassName
{
background-color: #B0803B;
}
</style>
border-color css
<style>
span { border-color: #B0803B; }
span { border-color: rgb(176,128,59); }
td.TdClassName
{
border-color: #B0803B;
}
.TagClassName
{
border-color: #B0803B;
}
</style>