Shades of Marigold #B98543
Tints of Marigold #B98543
RGB
CMYK
RGB Variations
Color information
#B98543 (or 0xB98543) is known color: Marigold. HEX triplet: B9, 85 and 43. RGB value is (185,133,67). Sum of RGB (Red+Green+Blue) = 185+133+67=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98543 is #467ABC. Grayscale: #8D8D8D. Windows color (decimal): -4618941 or 4425145. OLE color: 4425145.
HSL color Cylindrical-coordinate representation of color #B98543: hue angle of 33.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B98543 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 67 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.27 |
| HSL | 33.56º | 0.47% | 0.49% | - |
| HSV(B) | 33.56º | 0.64% | 0.73% | - |
| XYZ | 29.41 | 27.49 | 9.07 | - |
| YUV | 141.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 67 | 0 | 0.28 | 0.64 | 0.27 | 33.56 | 0.47 | 0.49 |
| Hex | B9 | 85 | 43 | 0 | 1C | 40 | 1B | 22 | 2F | 31 |
| Octal | 271 | 205 | 103 | 0 | 34 | 100 | 33 | 42 | 57 | 61 |
| Binary | 10111001 | 10000101 | 1000011 | 0 | 11100 | 1000000 | 11011 | 100010 | 101111 | 110001 |
Color Harmonies of #B98543
Complementary color
Monochromatic Colors of #B98543
Black with #B98543
Text Example
Text Example
White with #B98543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98543; }
p { color: rgb(185,133,67); }
H1.HeaderClassName
{
color: #B98543;
}
.AnyTagClassName
{
color: #B98543;
}
</style>
background-color css
<style>
a { background-color: #B98543; }
a { background-color: rgb(185,133,67); }
div.DivClassName
{
background-color: #B98543;
}
.BgClassName
{
background-color: #B98543;
}
</style>
border-color css
<style>
span { border-color: #B98543; }
span { border-color: rgb(185,133,67); }
td.TdClassName
{
border-color: #B98543;
}
.TagClassName
{
border-color: #B98543;
}
</style>