Shades of Marigold #B28B44
Tints of Marigold #B28B44
RGB
CMYK
RGB Variations
Color information
#B28B44 (or 0xB28B44) is known color: Marigold. HEX triplet: B2, 8B and 44. RGB value is (178,139,68). Sum of RGB (Red+Green+Blue) = 178+139+68=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B44 is #4D74BB. Grayscale: #8E8E8E. Windows color (decimal): -5076156 or 4492210. OLE color: 4492210.
HSL color Cylindrical-coordinate representation of color #B28B44: hue angle of 38.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B28B44 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 68 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.30 |
| HSL | 38.73º | 0.45% | 0.48% | - |
| HSV(B) | 38.73º | 0.62% | 0.7% | - |
| XYZ | 28.64 | 28.35 | 9.43 | - |
| YUV | 142.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 68 | 0 | 0.22 | 0.62 | 0.30 | 38.73 | 0.45 | 0.48 |
| Hex | B2 | 8B | 44 | 0 | 16 | 3E | 1E | 27 | 2D | 30 |
| Octal | 262 | 213 | 104 | 0 | 26 | 76 | 36 | 47 | 55 | 60 |
| Binary | 10110010 | 10001011 | 1000100 | 0 | 10110 | 111110 | 11110 | 100111 | 101101 | 110000 |
Color Harmonies of #B28B44
Complementary color
Monochromatic Colors of #B28B44
Black with #B28B44
Text Example
Text Example
White with #B28B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B44; }
p { color: rgb(178,139,68); }
H1.HeaderClassName
{
color: #B28B44;
}
.AnyTagClassName
{
color: #B28B44;
}
</style>
background-color css
<style>
a { background-color: #B28B44; }
a { background-color: rgb(178,139,68); }
div.DivClassName
{
background-color: #B28B44;
}
.BgClassName
{
background-color: #B28B44;
}
</style>
border-color css
<style>
span { border-color: #B28B44; }
span { border-color: rgb(178,139,68); }
td.TdClassName
{
border-color: #B28B44;
}
.TagClassName
{
border-color: #B28B44;
}
</style>