Shades of Fallow #B1996E
Tints of Fallow #B1996E
RGB
CMYK
RGB Variations
Color information
#B1996E (or 0xB1996E) is known color: Fallow. HEX triplet: B1, 99 and 6E. RGB value is (177,153,110). Sum of RGB (Red+Green+Blue) = 177+153+110=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1996E is #4E6691. Grayscale: #9B9B9B. Windows color (decimal): -5138066 or 7248305. OLE color: 7248305.
HSL color Cylindrical-coordinate representation of color #B1996E: hue angle of 38.51º 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 #B1996E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 110 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 38.51º | 0.3% | 0.56% | - |
| HSV(B) | 38.51º | 0.38% | 0.69% | - |
| XYZ | 32.34 | 33.26 | 19.47 | - |
| YUV | 155.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 110 | 0 | 0.14 | 0.38 | 0.31 | 38.51 | 0.3 | 0.56 |
| Hex | B1 | 99 | 6E | 0 | E | 26 | 1F | 27 | 1E | 38 |
| Octal | 261 | 231 | 156 | 0 | 16 | 46 | 37 | 47 | 36 | 70 |
| Binary | 10110001 | 10011001 | 1101110 | 0 | 1110 | 100110 | 11111 | 100111 | 11110 | 111000 |
Color Harmonies of #B1996E
Complementary color
Monochromatic Colors of #B1996E
Black with #B1996E
Text Example
Text Example
White with #B1996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1996E; }
p { color: rgb(177,153,110); }
H1.HeaderClassName
{
color: #B1996E;
}
.AnyTagClassName
{
color: #B1996E;
}
</style>
background-color css
<style>
a { background-color: #B1996E; }
a { background-color: rgb(177,153,110); }
div.DivClassName
{
background-color: #B1996E;
}
.BgClassName
{
background-color: #B1996E;
}
</style>
border-color css
<style>
span { border-color: #B1996E; }
span { border-color: rgb(177,153,110); }
td.TdClassName
{
border-color: #B1996E;
}
.TagClassName
{
border-color: #B1996E;
}
</style>