Shades of Marigold #B4853D
Tints of Marigold #B4853D
RGB
CMYK
RGB Variations
Color information
#B4853D (or 0xB4853D) is known color: Marigold. HEX triplet: B4, 85 and 3D. RGB value is (180,133,61). Sum of RGB (Red+Green+Blue) = 180+133+61=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4853D is #4B7AC2. Grayscale: #8B8B8B. Windows color (decimal): -4946627 or 4031924. OLE color: 4031924.
HSL color Cylindrical-coordinate representation of color #B4853D: hue angle of 36.3º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4853D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 61 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.29 |
| HSL | 36.3º | 0.49% | 0.47% | - |
| HSV(B) | 36.3º | 0.66% | 0.71% | - |
| XYZ | 28.05 | 26.82 | 8.11 | - |
| YUV | 138.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 61 | 0 | 0.26 | 0.66 | 0.29 | 36.3 | 0.49 | 0.47 |
| Hex | B4 | 85 | 3D | 0 | 1A | 42 | 1D | 24 | 31 | 2F |
| Octal | 264 | 205 | 75 | 0 | 32 | 102 | 35 | 44 | 61 | 57 |
| Binary | 10110100 | 10000101 | 111101 | 0 | 11010 | 1000010 | 11101 | 100100 | 110001 | 101111 |
Color Harmonies of #B4853D
Complementary color
Monochromatic Colors of #B4853D
Black with #B4853D
Text Example
Text Example
White with #B4853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4853D; }
p { color: rgb(180,133,61); }
H1.HeaderClassName
{
color: #B4853D;
}
.AnyTagClassName
{
color: #B4853D;
}
</style>
background-color css
<style>
a { background-color: #B4853D; }
a { background-color: rgb(180,133,61); }
div.DivClassName
{
background-color: #B4853D;
}
.BgClassName
{
background-color: #B4853D;
}
</style>
border-color css
<style>
span { border-color: #B4853D; }
span { border-color: rgb(180,133,61); }
td.TdClassName
{
border-color: #B4853D;
}
.TagClassName
{
border-color: #B4853D;
}
</style>