Shades of Marigold #B48E3C
Tints of Marigold #B48E3C
RGB
CMYK
RGB Variations
Color information
#B48E3C (or 0xB48E3C) is known color: Marigold. HEX triplet: B4, 8E and 3C. RGB value is (180,142,60). Sum of RGB (Red+Green+Blue) = 180+142+60=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E3C is #4B71C3. Grayscale: #909090. Windows color (decimal): -4944324 or 3968692. OLE color: 3968692.
HSL color Cylindrical-coordinate representation of color #B48E3C: hue angle of 41º 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 #B48E3C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 60 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.29 |
| HSL | 41º | 0.5% | 0.47% | - |
| HSV(B) | 41º | 0.67% | 0.71% | - |
| XYZ | 29.31 | 29.38 | 8.4 | - |
| YUV | 144.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 60 | 0 | 0.21 | 0.67 | 0.29 | 41 | 0.5 | 0.47 |
| Hex | B4 | 8E | 3C | 0 | 15 | 43 | 1D | 29 | 32 | 2F |
| Octal | 264 | 216 | 74 | 0 | 25 | 103 | 35 | 51 | 62 | 57 |
| Binary | 10110100 | 10001110 | 111100 | 0 | 10101 | 1000011 | 11101 | 101001 | 110010 | 101111 |
Color Harmonies of #B48E3C
Complementary color
Monochromatic Colors of #B48E3C
Black with #B48E3C
Text Example
Text Example
White with #B48E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E3C; }
p { color: rgb(180,142,60); }
H1.HeaderClassName
{
color: #B48E3C;
}
.AnyTagClassName
{
color: #B48E3C;
}
</style>
background-color css
<style>
a { background-color: #B48E3C; }
a { background-color: rgb(180,142,60); }
div.DivClassName
{
background-color: #B48E3C;
}
.BgClassName
{
background-color: #B48E3C;
}
</style>
border-color css
<style>
span { border-color: #B48E3C; }
span { border-color: rgb(180,142,60); }
td.TdClassName
{
border-color: #B48E3C;
}
.TagClassName
{
border-color: #B48E3C;
}
</style>