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