Shades of Marigold #B2843B
Tints of Marigold #B2843B
RGB
CMYK
RGB Variations
Color information
#B2843B (or 0xB2843B) is known color: Marigold. HEX triplet: B2, 84 and 3B. RGB value is (178,132,59). Sum of RGB (Red+Green+Blue) = 178+132+59=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2843B is #4D7BC4. Grayscale: #898989. Windows color (decimal): -5077957 or 3900594. OLE color: 3900594.
HSL color Cylindrical-coordinate representation of color #B2843B: hue angle of 36.81º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2843B is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 59 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.30 |
| HSL | 36.81º | 0.5% | 0.46% | - |
| HSV(B) | 36.81º | 0.67% | 0.7% | - |
| XYZ | 27.4 | 26.28 | 7.77 | - |
| YUV | 137.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 59 | 0 | 0.26 | 0.67 | 0.30 | 36.81 | 0.5 | 0.46 |
| Hex | B2 | 84 | 3B | 0 | 1A | 43 | 1E | 25 | 32 | 2E |
| Octal | 262 | 204 | 73 | 0 | 32 | 103 | 36 | 45 | 62 | 56 |
| Binary | 10110010 | 10000100 | 111011 | 0 | 11010 | 1000011 | 11110 | 100101 | 110010 | 101110 |
Color Harmonies of #B2843B
Complementary color
Monochromatic Colors of #B2843B
Black with #B2843B
Text Example
Text Example
White with #B2843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2843B; }
p { color: rgb(178,132,59); }
H1.HeaderClassName
{
color: #B2843B;
}
.AnyTagClassName
{
color: #B2843B;
}
</style>
background-color css
<style>
a { background-color: #B2843B; }
a { background-color: rgb(178,132,59); }
div.DivClassName
{
background-color: #B2843B;
}
.BgClassName
{
background-color: #B2843B;
}
</style>
border-color css
<style>
span { border-color: #B2843B; }
span { border-color: rgb(178,132,59); }
td.TdClassName
{
border-color: #B2843B;
}
.TagClassName
{
border-color: #B2843B;
}
</style>