Shades of Marigold #B98443
Tints of Marigold #B98443
RGB
CMYK
RGB Variations
Color information
#B98443 (or 0xB98443) is known color: Marigold. HEX triplet: B9, 84 and 43. RGB value is (185,132,67). Sum of RGB (Red+Green+Blue) = 185+132+67=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B98443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98443 is #467BBC. Grayscale: #8C8C8C. Windows color (decimal): -4619197 or 4424889. OLE color: 4424889.
HSL color Cylindrical-coordinate representation of color #B98443: hue angle of 33.05º 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 #B98443 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 67 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.27 |
| HSL | 33.05º | 0.47% | 0.49% | - |
| HSV(B) | 33.05º | 0.64% | 0.73% | - |
| XYZ | 29.27 | 27.22 | 9.02 | - |
| YUV | 140.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 67 | 0 | 0.29 | 0.64 | 0.27 | 33.05 | 0.47 | 0.49 |
| Hex | B9 | 84 | 43 | 0 | 1D | 40 | 1B | 21 | 2F | 31 |
| Octal | 271 | 204 | 103 | 0 | 35 | 100 | 33 | 41 | 57 | 61 |
| Binary | 10111001 | 10000100 | 1000011 | 0 | 11101 | 1000000 | 11011 | 100001 | 101111 | 110001 |
Color Harmonies of #B98443
Complementary color
Monochromatic Colors of #B98443
Black with #B98443
Text Example
Text Example
White with #B98443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98443; }
p { color: rgb(185,132,67); }
H1.HeaderClassName
{
color: #B98443;
}
.AnyTagClassName
{
color: #B98443;
}
</style>
background-color css
<style>
a { background-color: #B98443; }
a { background-color: rgb(185,132,67); }
div.DivClassName
{
background-color: #B98443;
}
.BgClassName
{
background-color: #B98443;
}
</style>
border-color css
<style>
span { border-color: #B98443; }
span { border-color: rgb(185,132,67); }
td.TdClassName
{
border-color: #B98443;
}
.TagClassName
{
border-color: #B98443;
}
</style>