Shades of Marigold #B98F40
Tints of Marigold #B98F40
RGB
CMYK
RGB Variations
Color information
#B98F40 (or 0xB98F40) is known color: Marigold. HEX triplet: B9, 8F and 40. RGB value is (185,143,64). Sum of RGB (Red+Green+Blue) = 185+143+64=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F40 is #4670BF. Grayscale: #929292. Windows color (decimal): -4616384 or 4231097. OLE color: 4231097.
HSL color Cylindrical-coordinate representation of color #B98F40: hue angle of 39.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B98F40 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 64 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.27 |
| HSL | 39.17º | 0.49% | 0.49% | - |
| HSV(B) | 39.17º | 0.65% | 0.73% | - |
| XYZ | 30.76 | 30.33 | 9.08 | - |
| YUV | 146.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 64 | 0 | 0.23 | 0.65 | 0.27 | 39.17 | 0.49 | 0.49 |
| Hex | B9 | 8F | 40 | 0 | 17 | 41 | 1B | 27 | 31 | 31 |
| Octal | 271 | 217 | 100 | 0 | 27 | 101 | 33 | 47 | 61 | 61 |
| Binary | 10111001 | 10001111 | 1000000 | 0 | 10111 | 1000001 | 11011 | 100111 | 110001 | 110001 |
Color Harmonies of #B98F40
Complementary color
Monochromatic Colors of #B98F40
Black with #B98F40
Text Example
Text Example
White with #B98F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F40; }
p { color: rgb(185,143,64); }
H1.HeaderClassName
{
color: #B98F40;
}
.AnyTagClassName
{
color: #B98F40;
}
</style>
background-color css
<style>
a { background-color: #B98F40; }
a { background-color: rgb(185,143,64); }
div.DivClassName
{
background-color: #B98F40;
}
.BgClassName
{
background-color: #B98F40;
}
</style>
border-color css
<style>
span { border-color: #B98F40; }
span { border-color: rgb(185,143,64); }
td.TdClassName
{
border-color: #B98F40;
}
.TagClassName
{
border-color: #B98F40;
}
</style>