Shades of Marigold #B4823D
Tints of Marigold #B4823D
RGB
CMYK
RGB Variations
Color information
#B4823D (or 0xB4823D) is known color: Marigold. HEX triplet: B4, 82 and 3D. RGB value is (180,130,61). Sum of RGB (Red+Green+Blue) = 180+130+61=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4823D is #4B7DC2. Grayscale: #898989. Windows color (decimal): -4947395 or 4031156. OLE color: 4031156.
HSL color Cylindrical-coordinate representation of color #B4823D: hue angle of 34.79º 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 #B4823D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 61 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.29 |
| HSL | 34.79º | 0.49% | 0.47% | - |
| HSV(B) | 34.79º | 0.66% | 0.71% | - |
| XYZ | 27.65 | 26.01 | 7.98 | - |
| YUV | 137.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 61 | 0 | 0.28 | 0.66 | 0.29 | 34.79 | 0.49 | 0.47 |
| Hex | B4 | 82 | 3D | 0 | 1C | 42 | 1D | 23 | 31 | 2F |
| Octal | 264 | 202 | 75 | 0 | 34 | 102 | 35 | 43 | 61 | 57 |
| Binary | 10110100 | 10000010 | 111101 | 0 | 11100 | 1000010 | 11101 | 100011 | 110001 | 101111 |
Color Harmonies of #B4823D
Complementary color
Monochromatic Colors of #B4823D
Black with #B4823D
Text Example
Text Example
White with #B4823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4823D; }
p { color: rgb(180,130,61); }
H1.HeaderClassName
{
color: #B4823D;
}
.AnyTagClassName
{
color: #B4823D;
}
</style>
background-color css
<style>
a { background-color: #B4823D; }
a { background-color: rgb(180,130,61); }
div.DivClassName
{
background-color: #B4823D;
}
.BgClassName
{
background-color: #B4823D;
}
</style>
border-color css
<style>
span { border-color: #B4823D; }
span { border-color: rgb(180,130,61); }
td.TdClassName
{
border-color: #B4823D;
}
.TagClassName
{
border-color: #B4823D;
}
</style>