Shades of Marigold #B9873D
Tints of Marigold #B9873D
RGB
CMYK
RGB Variations
Color information
#B9873D (or 0xB9873D) is known color: Marigold. HEX triplet: B9, 87 and 3D. RGB value is (185,135,61). Sum of RGB (Red+Green+Blue) = 185+135+61=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9873D is #4678C2. Grayscale: #8D8D8D. Windows color (decimal): -4618435 or 4032441. OLE color: 4032441.
HSL color Cylindrical-coordinate representation of color #B9873D: hue angle of 35.81º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9873D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 61 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.27 |
| HSL | 35.81º | 0.5% | 0.48% | - |
| HSV(B) | 35.81º | 0.67% | 0.73% | - |
| XYZ | 29.51 | 27.98 | 8.26 | - |
| YUV | 141.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 61 | 0 | 0.27 | 0.67 | 0.27 | 35.81 | 0.5 | 0.48 |
| Hex | B9 | 87 | 3D | 0 | 1B | 43 | 1B | 24 | 32 | 30 |
| Octal | 271 | 207 | 75 | 0 | 33 | 103 | 33 | 44 | 62 | 60 |
| Binary | 10111001 | 10000111 | 111101 | 0 | 11011 | 1000011 | 11011 | 100100 | 110010 | 110000 |
Color Harmonies of #B9873D
Complementary color
Monochromatic Colors of #B9873D
Black with #B9873D
Text Example
Text Example
White with #B9873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9873D; }
p { color: rgb(185,135,61); }
H1.HeaderClassName
{
color: #B9873D;
}
.AnyTagClassName
{
color: #B9873D;
}
</style>
background-color css
<style>
a { background-color: #B9873D; }
a { background-color: rgb(185,135,61); }
div.DivClassName
{
background-color: #B9873D;
}
.BgClassName
{
background-color: #B9873D;
}
</style>
border-color css
<style>
span { border-color: #B9873D; }
span { border-color: rgb(185,135,61); }
td.TdClassName
{
border-color: #B9873D;
}
.TagClassName
{
border-color: #B9873D;
}
</style>