Shades of Marigold #B0843F
Tints of Marigold #B0843F
RGB
CMYK
RGB Variations
Color information
#B0843F (or 0xB0843F) is known color: Marigold. HEX triplet: B0, 84 and 3F. RGB value is (176,132,63). Sum of RGB (Red+Green+Blue) = 176+132+63=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0843F is #4F7BC0. Grayscale: #898989. Windows color (decimal): -5209025 or 4162736. OLE color: 4162736.
HSL color Cylindrical-coordinate representation of color #B0843F: hue angle of 36.64º 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 #B0843F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 63 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.31 |
| HSL | 36.64º | 0.47% | 0.47% | - |
| HSV(B) | 36.64º | 0.64% | 0.69% | - |
| XYZ | 27.05 | 26.09 | 8.31 | - |
| YUV | 137.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 63 | 0 | 0.25 | 0.64 | 0.31 | 36.64 | 0.47 | 0.47 |
| Hex | B0 | 84 | 3F | 0 | 19 | 40 | 1F | 25 | 2F | 2F |
| Octal | 260 | 204 | 77 | 0 | 31 | 100 | 37 | 45 | 57 | 57 |
| Binary | 10110000 | 10000100 | 111111 | 0 | 11001 | 1000000 | 11111 | 100101 | 101111 | 101111 |
Color Harmonies of #B0843F
Complementary color
Monochromatic Colors of #B0843F
Black with #B0843F
Text Example
Text Example
White with #B0843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0843F; }
p { color: rgb(176,132,63); }
H1.HeaderClassName
{
color: #B0843F;
}
.AnyTagClassName
{
color: #B0843F;
}
</style>
background-color css
<style>
a { background-color: #B0843F; }
a { background-color: rgb(176,132,63); }
div.DivClassName
{
background-color: #B0843F;
}
.BgClassName
{
background-color: #B0843F;
}
</style>
border-color css
<style>
span { border-color: #B0843F; }
span { border-color: rgb(176,132,63); }
td.TdClassName
{
border-color: #B0843F;
}
.TagClassName
{
border-color: #B0843F;
}
</style>