Shades of Marigold #B98A43
Tints of Marigold #B98A43
RGB
CMYK
RGB Variations
Color information
#B98A43 (or 0xB98A43) is known color: Marigold. HEX triplet: B9, 8A and 43. RGB value is (185,138,67). Sum of RGB (Red+Green+Blue) = 185+138+67=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A43 is #4675BC. Grayscale: #909090. Windows color (decimal): -4617661 or 4426425. OLE color: 4426425.
HSL color Cylindrical-coordinate representation of color #B98A43: hue angle of 36.1º 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 #B98A43 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 67 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.27 |
| HSL | 36.1º | 0.47% | 0.49% | - |
| HSV(B) | 36.1º | 0.64% | 0.73% | - |
| XYZ | 30.11 | 28.9 | 9.3 | - |
| YUV | 143.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 67 | 0 | 0.25 | 0.64 | 0.27 | 36.1 | 0.47 | 0.49 |
| Hex | B9 | 8A | 43 | 0 | 19 | 40 | 1B | 24 | 2F | 31 |
| Octal | 271 | 212 | 103 | 0 | 31 | 100 | 33 | 44 | 57 | 61 |
| Binary | 10111001 | 10001010 | 1000011 | 0 | 11001 | 1000000 | 11011 | 100100 | 101111 | 110001 |
Color Harmonies of #B98A43
Complementary color
Monochromatic Colors of #B98A43
Black with #B98A43
Text Example
Text Example
White with #B98A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A43; }
p { color: rgb(185,138,67); }
H1.HeaderClassName
{
color: #B98A43;
}
.AnyTagClassName
{
color: #B98A43;
}
</style>
background-color css
<style>
a { background-color: #B98A43; }
a { background-color: rgb(185,138,67); }
div.DivClassName
{
background-color: #B98A43;
}
.BgClassName
{
background-color: #B98A43;
}
</style>
border-color css
<style>
span { border-color: #B98A43; }
span { border-color: rgb(185,138,67); }
td.TdClassName
{
border-color: #B98A43;
}
.TagClassName
{
border-color: #B98A43;
}
</style>