Shades of Marigold #B28240
Tints of Marigold #B28240
RGB
CMYK
RGB Variations
Color information
#B28240 (or 0xB28240) is known color: Marigold. HEX triplet: B2, 82 and 40. RGB value is (178,130,64). Sum of RGB (Red+Green+Blue) = 178+130+64=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B28240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28240 is #4D7DBF. Grayscale: #898989. Windows color (decimal): -5078464 or 4227762. OLE color: 4227762.
HSL color Cylindrical-coordinate representation of color #B28240: hue angle of 34.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B28240 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 64 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.30 |
| HSL | 34.74º | 0.47% | 0.47% | - |
| HSV(B) | 34.74º | 0.64% | 0.7% | - |
| XYZ | 27.27 | 25.8 | 8.39 | - |
| YUV | 136.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 64 | 0 | 0.27 | 0.64 | 0.30 | 34.74 | 0.47 | 0.47 |
| Hex | B2 | 82 | 40 | 0 | 1B | 40 | 1E | 23 | 2F | 2F |
| Octal | 262 | 202 | 100 | 0 | 33 | 100 | 36 | 43 | 57 | 57 |
| Binary | 10110010 | 10000010 | 1000000 | 0 | 11011 | 1000000 | 11110 | 100011 | 101111 | 101111 |
Color Harmonies of #B28240
Complementary color
Monochromatic Colors of #B28240
Black with #B28240
Text Example
Text Example
White with #B28240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28240; }
p { color: rgb(178,130,64); }
H1.HeaderClassName
{
color: #B28240;
}
.AnyTagClassName
{
color: #B28240;
}
</style>
background-color css
<style>
a { background-color: #B28240; }
a { background-color: rgb(178,130,64); }
div.DivClassName
{
background-color: #B28240;
}
.BgClassName
{
background-color: #B28240;
}
</style>
border-color css
<style>
span { border-color: #B28240; }
span { border-color: rgb(178,130,64); }
td.TdClassName
{
border-color: #B28240;
}
.TagClassName
{
border-color: #B28240;
}
</style>