Shades of Marigold #B28546
Tints of Marigold #B28546
RGB
CMYK
RGB Variations
Color information
#B28546 (or 0xB28546) is known color: Marigold. HEX triplet: B2, 85 and 46. RGB value is (178,133,70). Sum of RGB (Red+Green+Blue) = 178+133+70=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28546 is #4D7AB9. Grayscale: #8B8B8B. Windows color (decimal): -5077690 or 4621746. OLE color: 4621746.
HSL color Cylindrical-coordinate representation of color #B28546: hue angle of 35º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28546 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 70 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.30 |
| HSL | 35º | 0.44% | 0.49% | - |
| HSV(B) | 35º | 0.61% | 0.7% | - |
| XYZ | 27.85 | 26.68 | 9.48 | - |
| YUV | 139.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 70 | 0 | 0.25 | 0.61 | 0.30 | 35 | 0.44 | 0.49 |
| Hex | B2 | 85 | 46 | 0 | 19 | 3D | 1E | 23 | 2C | 31 |
| Octal | 262 | 205 | 106 | 0 | 31 | 75 | 36 | 43 | 54 | 61 |
| Binary | 10110010 | 10000101 | 1000110 | 0 | 11001 | 111101 | 11110 | 100011 | 101100 | 110001 |
Color Harmonies of #B28546
Complementary color
Monochromatic Colors of #B28546
Black with #B28546
Text Example
Text Example
White with #B28546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28546; }
p { color: rgb(178,133,70); }
H1.HeaderClassName
{
color: #B28546;
}
.AnyTagClassName
{
color: #B28546;
}
</style>
background-color css
<style>
a { background-color: #B28546; }
a { background-color: rgb(178,133,70); }
div.DivClassName
{
background-color: #B28546;
}
.BgClassName
{
background-color: #B28546;
}
</style>
border-color css
<style>
span { border-color: #B28546; }
span { border-color: rgb(178,133,70); }
td.TdClassName
{
border-color: #B28546;
}
.TagClassName
{
border-color: #B28546;
}
</style>