Shades of Marigold #B4843C
Tints of Marigold #B4843C
RGB
CMYK
RGB Variations
Color information
#B4843C (or 0xB4843C) is known color: Marigold. HEX triplet: B4, 84 and 3C. RGB value is (180,132,60). Sum of RGB (Red+Green+Blue) = 180+132+60=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4843C is #4B7BC3. Grayscale: #8A8A8A. Windows color (decimal): -4946884 or 3966132. OLE color: 3966132.
HSL color Cylindrical-coordinate representation of color #B4843C: hue angle of 36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4843C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 60 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.29 |
| HSL | 36º | 0.5% | 0.47% | - |
| HSV(B) | 36º | 0.67% | 0.71% | - |
| XYZ | 27.89 | 26.53 | 7.93 | - |
| YUV | 138.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 60 | 0 | 0.27 | 0.67 | 0.29 | 36 | 0.5 | 0.47 |
| Hex | B4 | 84 | 3C | 0 | 1B | 43 | 1D | 24 | 32 | 2F |
| Octal | 264 | 204 | 74 | 0 | 33 | 103 | 35 | 44 | 62 | 57 |
| Binary | 10110100 | 10000100 | 111100 | 0 | 11011 | 1000011 | 11101 | 100100 | 110010 | 101111 |
Color Harmonies of #B4843C
Complementary color
Monochromatic Colors of #B4843C
Black with #B4843C
Text Example
Text Example
White with #B4843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4843C; }
p { color: rgb(180,132,60); }
H1.HeaderClassName
{
color: #B4843C;
}
.AnyTagClassName
{
color: #B4843C;
}
</style>
background-color css
<style>
a { background-color: #B4843C; }
a { background-color: rgb(180,132,60); }
div.DivClassName
{
background-color: #B4843C;
}
.BgClassName
{
background-color: #B4843C;
}
</style>
border-color css
<style>
span { border-color: #B4843C; }
span { border-color: rgb(180,132,60); }
td.TdClassName
{
border-color: #B4843C;
}
.TagClassName
{
border-color: #B4843C;
}
</style>