Shades of Fallow #B1986D
Tints of Fallow #B1986D
RGB
CMYK
RGB Variations
Color information
#B1986D (or 0xB1986D) is known color: Fallow. HEX triplet: B1, 98 and 6D. RGB value is (177,152,109). Sum of RGB (Red+Green+Blue) = 177+152+109=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1986D is #4E6792. Grayscale: #9A9A9A. Windows color (decimal): -5138323 or 7182513. OLE color: 7182513.
HSL color Cylindrical-coordinate representation of color #B1986D: hue angle of 37.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1986D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 109 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 37.94º | 0.3% | 0.56% | - |
| HSV(B) | 37.94º | 0.38% | 0.69% | - |
| XYZ | 32.12 | 32.91 | 19.13 | - |
| YUV | 154.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 109 | 0 | 0.14 | 0.38 | 0.31 | 37.94 | 0.3 | 0.56 |
| Hex | B1 | 98 | 6D | 0 | E | 26 | 1F | 26 | 1E | 38 |
| Octal | 261 | 230 | 155 | 0 | 16 | 46 | 37 | 46 | 36 | 70 |
| Binary | 10110001 | 10011000 | 1101101 | 0 | 1110 | 100110 | 11111 | 100110 | 11110 | 111000 |
Color Harmonies of #B1986D
Complementary color
Monochromatic Colors of #B1986D
Black with #B1986D
Text Example
Text Example
White with #B1986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1986D; }
p { color: rgb(177,152,109); }
H1.HeaderClassName
{
color: #B1986D;
}
.AnyTagClassName
{
color: #B1986D;
}
</style>
background-color css
<style>
a { background-color: #B1986D; }
a { background-color: rgb(177,152,109); }
div.DivClassName
{
background-color: #B1986D;
}
.BgClassName
{
background-color: #B1986D;
}
</style>
border-color css
<style>
span { border-color: #B1986D; }
span { border-color: rgb(177,152,109); }
td.TdClassName
{
border-color: #B1986D;
}
.TagClassName
{
border-color: #B1986D;
}
</style>