Shades of Marigold #B0833F
Tints of Marigold #B0833F
RGB
CMYK
RGB Variations
Color information
#B0833F (or 0xB0833F) is known color: Marigold. HEX triplet: B0, 83 and 3F. RGB value is (176,131,63). Sum of RGB (Red+Green+Blue) = 176+131+63=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0833F is #4F7CC0. Grayscale: #898989. Windows color (decimal): -5209281 or 4162480. OLE color: 4162480.
HSL color Cylindrical-coordinate representation of color #B0833F: hue angle of 36.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0833F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 63 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.31 |
| HSL | 36.11º | 0.47% | 0.47% | - |
| HSV(B) | 36.11º | 0.64% | 0.69% | - |
| XYZ | 26.92 | 25.82 | 8.27 | - |
| YUV | 136.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 63 | 0 | 0.26 | 0.64 | 0.31 | 36.11 | 0.47 | 0.47 |
| Hex | B0 | 83 | 3F | 0 | 1A | 40 | 1F | 24 | 2F | 2F |
| Octal | 260 | 203 | 77 | 0 | 32 | 100 | 37 | 44 | 57 | 57 |
| Binary | 10110000 | 10000011 | 111111 | 0 | 11010 | 1000000 | 11111 | 100100 | 101111 | 101111 |
Color Harmonies of #B0833F
Complementary color
Monochromatic Colors of #B0833F
Black with #B0833F
Text Example
Text Example
White with #B0833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0833F; }
p { color: rgb(176,131,63); }
H1.HeaderClassName
{
color: #B0833F;
}
.AnyTagClassName
{
color: #B0833F;
}
</style>
background-color css
<style>
a { background-color: #B0833F; }
a { background-color: rgb(176,131,63); }
div.DivClassName
{
background-color: #B0833F;
}
.BgClassName
{
background-color: #B0833F;
}
</style>
border-color css
<style>
span { border-color: #B0833F; }
span { border-color: rgb(176,131,63); }
td.TdClassName
{
border-color: #B0833F;
}
.TagClassName
{
border-color: #B0833F;
}
</style>