Shades of Marigold #B9873F
Tints of Marigold #B9873F
RGB
CMYK
RGB Variations
Color information
#B9873F (or 0xB9873F) is known color: Marigold. HEX triplet: B9, 87 and 3F. RGB value is (185,135,63). Sum of RGB (Red+Green+Blue) = 185+135+63=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9873F is #4678C0. Grayscale: #8E8E8E. Windows color (decimal): -4618433 or 4163513. OLE color: 4163513.
HSL color Cylindrical-coordinate representation of color #B9873F: hue angle of 35.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9873F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 63 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.27 |
| HSL | 35.41º | 0.49% | 0.49% | - |
| HSV(B) | 35.41º | 0.66% | 0.73% | - |
| XYZ | 29.57 | 28 | 8.55 | - |
| YUV | 141.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 63 | 0 | 0.27 | 0.66 | 0.27 | 35.41 | 0.49 | 0.49 |
| Hex | B9 | 87 | 3F | 0 | 1B | 42 | 1B | 23 | 31 | 31 |
| Octal | 271 | 207 | 77 | 0 | 33 | 102 | 33 | 43 | 61 | 61 |
| Binary | 10111001 | 10000111 | 111111 | 0 | 11011 | 1000010 | 11011 | 100011 | 110001 | 110001 |
Color Harmonies of #B9873F
Complementary color
Monochromatic Colors of #B9873F
Black with #B9873F
Text Example
Text Example
White with #B9873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9873F; }
p { color: rgb(185,135,63); }
H1.HeaderClassName
{
color: #B9873F;
}
.AnyTagClassName
{
color: #B9873F;
}
</style>
background-color css
<style>
a { background-color: #B9873F; }
a { background-color: rgb(185,135,63); }
div.DivClassName
{
background-color: #B9873F;
}
.BgClassName
{
background-color: #B9873F;
}
</style>
border-color css
<style>
span { border-color: #B9873F; }
span { border-color: rgb(185,135,63); }
td.TdClassName
{
border-color: #B9873F;
}
.TagClassName
{
border-color: #B9873F;
}
</style>