Shades of Marigold #B2893F
Tints of Marigold #B2893F
RGB
CMYK
RGB Variations
Color information
#B2893F (or 0xB2893F) is known color: Marigold. HEX triplet: B2, 89 and 3F. RGB value is (178,137,63). Sum of RGB (Red+Green+Blue) = 178+137+63=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2893F is #4D76C0. Grayscale: #8D8D8D. Windows color (decimal): -5076673 or 4164018. OLE color: 4164018.
HSL color Cylindrical-coordinate representation of color #B2893F: hue angle of 38.61º 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 #B2893F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 63 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.30 |
| HSL | 38.61º | 0.48% | 0.47% | - |
| HSV(B) | 38.61º | 0.65% | 0.7% | - |
| XYZ | 28.2 | 27.72 | 8.57 | - |
| YUV | 140.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 63 | 0 | 0.23 | 0.65 | 0.30 | 38.61 | 0.48 | 0.47 |
| Hex | B2 | 89 | 3F | 0 | 17 | 41 | 1E | 27 | 30 | 2F |
| Octal | 262 | 211 | 77 | 0 | 27 | 101 | 36 | 47 | 60 | 57 |
| Binary | 10110010 | 10001001 | 111111 | 0 | 10111 | 1000001 | 11110 | 100111 | 110000 | 101111 |
Color Harmonies of #B2893F
Complementary color
Monochromatic Colors of #B2893F
Black with #B2893F
Text Example
Text Example
White with #B2893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2893F; }
p { color: rgb(178,137,63); }
H1.HeaderClassName
{
color: #B2893F;
}
.AnyTagClassName
{
color: #B2893F;
}
</style>
background-color css
<style>
a { background-color: #B2893F; }
a { background-color: rgb(178,137,63); }
div.DivClassName
{
background-color: #B2893F;
}
.BgClassName
{
background-color: #B2893F;
}
</style>
border-color css
<style>
span { border-color: #B2893F; }
span { border-color: rgb(178,137,63); }
td.TdClassName
{
border-color: #B2893F;
}
.TagClassName
{
border-color: #B2893F;
}
</style>