Shades of Marigold #B48540
Tints of Marigold #B48540
RGB
CMYK
RGB Variations
Color information
#B48540 (or 0xB48540) is known color: Marigold. HEX triplet: B4, 85 and 40. RGB value is (180,133,64). Sum of RGB (Red+Green+Blue) = 180+133+64=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B48540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48540 is #4B7ABF. Grayscale: #8B8B8B. Windows color (decimal): -4946624 or 4228532. OLE color: 4228532.
HSL color Cylindrical-coordinate representation of color #B48540: hue angle of 35.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B48540 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 64 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.29 |
| HSL | 35.69º | 0.48% | 0.48% | - |
| HSV(B) | 35.69º | 0.64% | 0.71% | - |
| XYZ | 28.14 | 26.85 | 8.55 | - |
| YUV | 139.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 64 | 0 | 0.26 | 0.64 | 0.29 | 35.69 | 0.48 | 0.48 |
| Hex | B4 | 85 | 40 | 0 | 1A | 40 | 1D | 24 | 30 | 30 |
| Octal | 264 | 205 | 100 | 0 | 32 | 100 | 35 | 44 | 60 | 60 |
| Binary | 10110100 | 10000101 | 1000000 | 0 | 11010 | 1000000 | 11101 | 100100 | 110000 | 110000 |
Color Harmonies of #B48540
Complementary color
Monochromatic Colors of #B48540
Black with #B48540
Text Example
Text Example
White with #B48540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48540; }
p { color: rgb(180,133,64); }
H1.HeaderClassName
{
color: #B48540;
}
.AnyTagClassName
{
color: #B48540;
}
</style>
background-color css
<style>
a { background-color: #B48540; }
a { background-color: rgb(180,133,64); }
div.DivClassName
{
background-color: #B48540;
}
.BgClassName
{
background-color: #B48540;
}
</style>
border-color css
<style>
span { border-color: #B48540; }
span { border-color: rgb(180,133,64); }
td.TdClassName
{
border-color: #B48540;
}
.TagClassName
{
border-color: #B48540;
}
</style>