Shades of Marigold #B28845
Tints of Marigold #B28845
RGB
CMYK
RGB Variations
Color information
#B28845 (or 0xB28845) is known color: Marigold. HEX triplet: B2, 88 and 45. RGB value is (178,136,69). Sum of RGB (Red+Green+Blue) = 178+136+69=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B28845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28845 is #4D77BA. Grayscale: #8D8D8D. Windows color (decimal): -5076923 or 4556978. OLE color: 4556978.
HSL color Cylindrical-coordinate representation of color #B28845: hue angle of 36.88º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28845 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 69 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.30 |
| HSL | 36.88º | 0.44% | 0.48% | - |
| HSV(B) | 36.88º | 0.61% | 0.7% | - |
| XYZ | 28.24 | 27.5 | 9.45 | - |
| YUV | 140.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 69 | 0 | 0.24 | 0.61 | 0.30 | 36.88 | 0.44 | 0.48 |
| Hex | B2 | 88 | 45 | 0 | 18 | 3D | 1E | 25 | 2C | 30 |
| Octal | 262 | 210 | 105 | 0 | 30 | 75 | 36 | 45 | 54 | 60 |
| Binary | 10110010 | 10001000 | 1000101 | 0 | 11000 | 111101 | 11110 | 100101 | 101100 | 110000 |
Color Harmonies of #B28845
Complementary color
Monochromatic Colors of #B28845
Black with #B28845
Text Example
Text Example
White with #B28845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28845; }
p { color: rgb(178,136,69); }
H1.HeaderClassName
{
color: #B28845;
}
.AnyTagClassName
{
color: #B28845;
}
</style>
background-color css
<style>
a { background-color: #B28845; }
a { background-color: rgb(178,136,69); }
div.DivClassName
{
background-color: #B28845;
}
.BgClassName
{
background-color: #B28845;
}
</style>
border-color css
<style>
span { border-color: #B28845; }
span { border-color: rgb(178,136,69); }
td.TdClassName
{
border-color: #B28845;
}
.TagClassName
{
border-color: #B28845;
}
</style>