Shades of Marigold #B2883F
Tints of Marigold #B2883F
RGB
CMYK
RGB Variations
Color information
#B2883F (or 0xB2883F) is known color: Marigold. HEX triplet: B2, 88 and 3F. RGB value is (178,136,63). Sum of RGB (Red+Green+Blue) = 178+136+63=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2883F is #4D77C0. Grayscale: #8C8C8C. Windows color (decimal): -5076929 or 4163762. OLE color: 4163762.
HSL color Cylindrical-coordinate representation of color #B2883F: hue angle of 38.09º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2883F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 63 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.30 |
| HSL | 38.09º | 0.48% | 0.47% | - |
| HSV(B) | 38.09º | 0.65% | 0.7% | - |
| XYZ | 28.06 | 27.43 | 8.52 | - |
| YUV | 140.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 63 | 0 | 0.24 | 0.65 | 0.30 | 38.09 | 0.48 | 0.47 |
| Hex | B2 | 88 | 3F | 0 | 18 | 41 | 1E | 26 | 30 | 2F |
| Octal | 262 | 210 | 77 | 0 | 30 | 101 | 36 | 46 | 60 | 57 |
| Binary | 10110010 | 10001000 | 111111 | 0 | 11000 | 1000001 | 11110 | 100110 | 110000 | 101111 |
Color Harmonies of #B2883F
Complementary color
Monochromatic Colors of #B2883F
Black with #B2883F
Text Example
Text Example
White with #B2883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2883F; }
p { color: rgb(178,136,63); }
H1.HeaderClassName
{
color: #B2883F;
}
.AnyTagClassName
{
color: #B2883F;
}
</style>
background-color css
<style>
a { background-color: #B2883F; }
a { background-color: rgb(178,136,63); }
div.DivClassName
{
background-color: #B2883F;
}
.BgClassName
{
background-color: #B2883F;
}
</style>
border-color css
<style>
span { border-color: #B2883F; }
span { border-color: rgb(178,136,63); }
td.TdClassName
{
border-color: #B2883F;
}
.TagClassName
{
border-color: #B2883F;
}
</style>