Shades of Marigold #B4843B
Tints of Marigold #B4843B
RGB
CMYK
RGB Variations
Color information
#B4843B (or 0xB4843B) is known color: Marigold. HEX triplet: B4, 84 and 3B. RGB value is (180,132,59). Sum of RGB (Red+Green+Blue) = 180+132+59=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4843B is #4B7BC4. Grayscale: #8A8A8A. Windows color (decimal): -4946885 or 3900596. OLE color: 3900596.
HSL color Cylindrical-coordinate representation of color #B4843B: hue angle of 36.2º degrees, saturation: 0.51, 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 #B4843B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 59 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.29 |
| HSL | 36.2º | 0.51% | 0.47% | - |
| HSV(B) | 36.2º | 0.67% | 0.71% | - |
| XYZ | 27.86 | 26.52 | 7.79 | - |
| YUV | 138.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 59 | 0 | 0.27 | 0.67 | 0.29 | 36.2 | 0.51 | 0.47 |
| Hex | B4 | 84 | 3B | 0 | 1B | 43 | 1D | 24 | 33 | 2F |
| Octal | 264 | 204 | 73 | 0 | 33 | 103 | 35 | 44 | 63 | 57 |
| Binary | 10110100 | 10000100 | 111011 | 0 | 11011 | 1000011 | 11101 | 100100 | 110011 | 101111 |
Color Harmonies of #B4843B
Complementary color
Monochromatic Colors of #B4843B
Black with #B4843B
Text Example
Text Example
White with #B4843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4843B; }
p { color: rgb(180,132,59); }
H1.HeaderClassName
{
color: #B4843B;
}
.AnyTagClassName
{
color: #B4843B;
}
</style>
background-color css
<style>
a { background-color: #B4843B; }
a { background-color: rgb(180,132,59); }
div.DivClassName
{
background-color: #B4843B;
}
.BgClassName
{
background-color: #B4843B;
}
</style>
border-color css
<style>
span { border-color: #B4843B; }
span { border-color: rgb(180,132,59); }
td.TdClassName
{
border-color: #B4843B;
}
.TagClassName
{
border-color: #B4843B;
}
</style>