Shades of Marigold #B28947
Tints of Marigold #B28947
RGB
CMYK
RGB Variations
Color information
#B28947 (or 0xB28947) is known color: Marigold. HEX triplet: B2, 89 and 47. RGB value is (178,137,71). Sum of RGB (Red+Green+Blue) = 178+137+71=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B28947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28947 is #4D76B8. Grayscale: #8E8E8E. Windows color (decimal): -5076665 or 4688306. OLE color: 4688306.
HSL color Cylindrical-coordinate representation of color #B28947: hue angle of 37.01º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28947 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 71 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.30 |
| HSL | 37.01º | 0.43% | 0.49% | - |
| HSV(B) | 37.01º | 0.6% | 0.7% | - |
| XYZ | 28.44 | 27.81 | 9.83 | - |
| YUV | 141.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 71 | 0 | 0.23 | 0.60 | 0.30 | 37.01 | 0.43 | 0.49 |
| Hex | B2 | 89 | 47 | 0 | 17 | 3C | 1E | 25 | 2B | 31 |
| Octal | 262 | 211 | 107 | 0 | 27 | 74 | 36 | 45 | 53 | 61 |
| Binary | 10110010 | 10001001 | 1000111 | 0 | 10111 | 111100 | 11110 | 100101 | 101011 | 110001 |
Color Harmonies of #B28947
Complementary color
Monochromatic Colors of #B28947
Black with #B28947
Text Example
Text Example
White with #B28947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28947; }
p { color: rgb(178,137,71); }
H1.HeaderClassName
{
color: #B28947;
}
.AnyTagClassName
{
color: #B28947;
}
</style>
background-color css
<style>
a { background-color: #B28947; }
a { background-color: rgb(178,137,71); }
div.DivClassName
{
background-color: #B28947;
}
.BgClassName
{
background-color: #B28947;
}
</style>
border-color css
<style>
span { border-color: #B28947; }
span { border-color: rgb(178,137,71); }
td.TdClassName
{
border-color: #B28947;
}
.TagClassName
{
border-color: #B28947;
}
</style>