Shades of Fallow #B1976F
Tints of Fallow #B1976F
RGB
CMYK
RGB Variations
Color information
#B1976F (or 0xB1976F) is known color: Fallow. HEX triplet: B1, 97 and 6F. RGB value is (177,151,111). Sum of RGB (Red+Green+Blue) = 177+151+111=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1976F is #4E6890. Grayscale: #9A9A9A. Windows color (decimal): -5138577 or 7313329. OLE color: 7313329.
HSL color Cylindrical-coordinate representation of color #B1976F: hue angle of 36.36º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1976F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 111 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.31 |
| HSL | 36.36º | 0.3% | 0.56% | - |
| HSV(B) | 36.36º | 0.37% | 0.69% | - |
| XYZ | 32.07 | 32.63 | 19.65 | - |
| YUV | 154.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 111 | 0 | 0.15 | 0.37 | 0.31 | 36.36 | 0.3 | 0.56 |
| Hex | B1 | 97 | 6F | 0 | F | 25 | 1F | 24 | 1E | 38 |
| Octal | 261 | 227 | 157 | 0 | 17 | 45 | 37 | 44 | 36 | 70 |
| Binary | 10110001 | 10010111 | 1101111 | 0 | 1111 | 100101 | 11111 | 100100 | 11110 | 111000 |
Color Harmonies of #B1976F
Complementary color
Monochromatic Colors of #B1976F
Black with #B1976F
Text Example
Text Example
White with #B1976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1976F; }
p { color: rgb(177,151,111); }
H1.HeaderClassName
{
color: #B1976F;
}
.AnyTagClassName
{
color: #B1976F;
}
</style>
background-color css
<style>
a { background-color: #B1976F; }
a { background-color: rgb(177,151,111); }
div.DivClassName
{
background-color: #B1976F;
}
.BgClassName
{
background-color: #B1976F;
}
</style>
border-color css
<style>
span { border-color: #B1976F; }
span { border-color: rgb(177,151,111); }
td.TdClassName
{
border-color: #B1976F;
}
.TagClassName
{
border-color: #B1976F;
}
</style>