Shades of Marigold #B48E3E
Tints of Marigold #B48E3E
RGB
CMYK
RGB Variations
Color information
#B48E3E (or 0xB48E3E) is known color: Marigold. HEX triplet: B4, 8E and 3E. RGB value is (180,142,62). Sum of RGB (Red+Green+Blue) = 180+142+62=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E3E is #4B71C1. Grayscale: #909090. Windows color (decimal): -4944322 or 4099764. OLE color: 4099764.
HSL color Cylindrical-coordinate representation of color #B48E3E: hue angle of 40.68º 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 #B48E3E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 62 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.29 |
| HSL | 40.68º | 0.49% | 0.47% | - |
| HSV(B) | 40.68º | 0.66% | 0.71% | - |
| XYZ | 29.36 | 29.4 | 8.68 | - |
| YUV | 144.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 62 | 0 | 0.21 | 0.66 | 0.29 | 40.68 | 0.49 | 0.47 |
| Hex | B4 | 8E | 3E | 0 | 15 | 42 | 1D | 29 | 31 | 2F |
| Octal | 264 | 216 | 76 | 0 | 25 | 102 | 35 | 51 | 61 | 57 |
| Binary | 10110100 | 10001110 | 111110 | 0 | 10101 | 1000010 | 11101 | 101001 | 110001 | 101111 |
Color Harmonies of #B48E3E
Complementary color
Monochromatic Colors of #B48E3E
Black with #B48E3E
Text Example
Text Example
White with #B48E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E3E; }
p { color: rgb(180,142,62); }
H1.HeaderClassName
{
color: #B48E3E;
}
.AnyTagClassName
{
color: #B48E3E;
}
</style>
background-color css
<style>
a { background-color: #B48E3E; }
a { background-color: rgb(180,142,62); }
div.DivClassName
{
background-color: #B48E3E;
}
.BgClassName
{
background-color: #B48E3E;
}
</style>
border-color css
<style>
span { border-color: #B48E3E; }
span { border-color: rgb(180,142,62); }
td.TdClassName
{
border-color: #B48E3E;
}
.TagClassName
{
border-color: #B48E3E;
}
</style>