Shades of Marigold #B98C3F
Tints of Marigold #B98C3F
RGB
CMYK
RGB Variations
Color information
#B98C3F (or 0xB98C3F) is known color: Marigold. HEX triplet: B9, 8C and 3F. RGB value is (185,140,63). Sum of RGB (Red+Green+Blue) = 185+140+63=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C3F is #4673C0. Grayscale: #919191. Windows color (decimal): -4617153 or 4164793. OLE color: 4164793.
HSL color Cylindrical-coordinate representation of color #B98C3F: hue angle of 37.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B98C3F is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 63 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.27 |
| HSL | 37.87º | 0.49% | 0.49% | - |
| HSV(B) | 37.87º | 0.66% | 0.73% | - |
| XYZ | 30.28 | 29.43 | 8.79 | - |
| YUV | 144.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 63 | 0 | 0.24 | 0.66 | 0.27 | 37.87 | 0.49 | 0.49 |
| Hex | B9 | 8C | 3F | 0 | 18 | 42 | 1B | 26 | 31 | 31 |
| Octal | 271 | 214 | 77 | 0 | 30 | 102 | 33 | 46 | 61 | 61 |
| Binary | 10111001 | 10001100 | 111111 | 0 | 11000 | 1000010 | 11011 | 100110 | 110001 | 110001 |
Color Harmonies of #B98C3F
Complementary color
Monochromatic Colors of #B98C3F
Black with #B98C3F
Text Example
Text Example
White with #B98C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C3F; }
p { color: rgb(185,140,63); }
H1.HeaderClassName
{
color: #B98C3F;
}
.AnyTagClassName
{
color: #B98C3F;
}
</style>
background-color css
<style>
a { background-color: #B98C3F; }
a { background-color: rgb(185,140,63); }
div.DivClassName
{
background-color: #B98C3F;
}
.BgClassName
{
background-color: #B98C3F;
}
</style>
border-color css
<style>
span { border-color: #B98C3F; }
span { border-color: rgb(185,140,63); }
td.TdClassName
{
border-color: #B98C3F;
}
.TagClassName
{
border-color: #B98C3F;
}
</style>