Shades of Marigold #B4813D
Tints of Marigold #B4813D
RGB
CMYK
RGB Variations
Color information
#B4813D (or 0xB4813D) is known color: Marigold. HEX triplet: B4, 81 and 3D. RGB value is (180,129,61). Sum of RGB (Red+Green+Blue) = 180+129+61=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4813D is #4B7EC2. Grayscale: #888888. Windows color (decimal): -4947651 or 4030900. OLE color: 4030900.
HSL color Cylindrical-coordinate representation of color #B4813D: hue angle of 34.29º 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 #B4813D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 61 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.29 |
| HSL | 34.29º | 0.49% | 0.47% | - |
| HSV(B) | 34.29º | 0.66% | 0.71% | - |
| XYZ | 27.51 | 25.74 | 7.93 | - |
| YUV | 136.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 61 | 0 | 0.28 | 0.66 | 0.29 | 34.29 | 0.49 | 0.47 |
| Hex | B4 | 81 | 3D | 0 | 1C | 42 | 1D | 22 | 31 | 2F |
| Octal | 264 | 201 | 75 | 0 | 34 | 102 | 35 | 42 | 61 | 57 |
| Binary | 10110100 | 10000001 | 111101 | 0 | 11100 | 1000010 | 11101 | 100010 | 110001 | 101111 |
Color Harmonies of #B4813D
Complementary color
Monochromatic Colors of #B4813D
Black with #B4813D
Text Example
Text Example
White with #B4813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4813D; }
p { color: rgb(180,129,61); }
H1.HeaderClassName
{
color: #B4813D;
}
.AnyTagClassName
{
color: #B4813D;
}
</style>
background-color css
<style>
a { background-color: #B4813D; }
a { background-color: rgb(180,129,61); }
div.DivClassName
{
background-color: #B4813D;
}
.BgClassName
{
background-color: #B4813D;
}
</style>
border-color css
<style>
span { border-color: #B4813D; }
span { border-color: rgb(180,129,61); }
td.TdClassName
{
border-color: #B4813D;
}
.TagClassName
{
border-color: #B4813D;
}
</style>