Shades of Marigold #B2853D
Tints of Marigold #B2853D
RGB
CMYK
RGB Variations
Color information
#B2853D (or 0xB2853D) is known color: Marigold. HEX triplet: B2, 85 and 3D. RGB value is (178,133,61). Sum of RGB (Red+Green+Blue) = 178+133+61=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2853D is #4D7AC2. Grayscale: #8A8A8A. Windows color (decimal): -5077699 or 4031922. OLE color: 4031922.
HSL color Cylindrical-coordinate representation of color #B2853D: hue angle of 36.92º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2853D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 61 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.30 |
| HSL | 36.92º | 0.49% | 0.47% | - |
| HSV(B) | 36.92º | 0.66% | 0.7% | - |
| XYZ | 27.59 | 26.58 | 8.09 | - |
| YUV | 138.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 61 | 0 | 0.25 | 0.66 | 0.30 | 36.92 | 0.49 | 0.47 |
| Hex | B2 | 85 | 3D | 0 | 19 | 42 | 1E | 25 | 31 | 2F |
| Octal | 262 | 205 | 75 | 0 | 31 | 102 | 36 | 45 | 61 | 57 |
| Binary | 10110010 | 10000101 | 111101 | 0 | 11001 | 1000010 | 11110 | 100101 | 110001 | 101111 |
Color Harmonies of #B2853D
Complementary color
Monochromatic Colors of #B2853D
Black with #B2853D
Text Example
Text Example
White with #B2853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2853D; }
p { color: rgb(178,133,61); }
H1.HeaderClassName
{
color: #B2853D;
}
.AnyTagClassName
{
color: #B2853D;
}
</style>
background-color css
<style>
a { background-color: #B2853D; }
a { background-color: rgb(178,133,61); }
div.DivClassName
{
background-color: #B2853D;
}
.BgClassName
{
background-color: #B2853D;
}
</style>
border-color css
<style>
span { border-color: #B2853D; }
span { border-color: rgb(178,133,61); }
td.TdClassName
{
border-color: #B2853D;
}
.TagClassName
{
border-color: #B2853D;
}
</style>