Shades of Fallow #B1996D
Tints of Fallow #B1996D
RGB
CMYK
RGB Variations
Color information
#B1996D (or 0xB1996D) is known color: Fallow. HEX triplet: B1, 99 and 6D. RGB value is (177,153,109). Sum of RGB (Red+Green+Blue) = 177+153+109=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1996D is #4E6692. Grayscale: #9B9B9B. Windows color (decimal): -5138067 or 7182769. OLE color: 7182769.
HSL color Cylindrical-coordinate representation of color #B1996D: hue angle of 38.82º 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 #B1996D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 109 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 38.82º | 0.3% | 0.56% | - |
| HSV(B) | 38.82º | 0.38% | 0.69% | - |
| XYZ | 32.28 | 33.23 | 19.18 | - |
| YUV | 155.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 109 | 0 | 0.14 | 0.38 | 0.31 | 38.82 | 0.3 | 0.56 |
| Hex | B1 | 99 | 6D | 0 | E | 26 | 1F | 27 | 1E | 38 |
| Octal | 261 | 231 | 155 | 0 | 16 | 46 | 37 | 47 | 36 | 70 |
| Binary | 10110001 | 10011001 | 1101101 | 0 | 1110 | 100110 | 11111 | 100111 | 11110 | 111000 |
Color Harmonies of #B1996D
Complementary color
Monochromatic Colors of #B1996D
Black with #B1996D
Text Example
Text Example
White with #B1996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1996D; }
p { color: rgb(177,153,109); }
H1.HeaderClassName
{
color: #B1996D;
}
.AnyTagClassName
{
color: #B1996D;
}
</style>
background-color css
<style>
a { background-color: #B1996D; }
a { background-color: rgb(177,153,109); }
div.DivClassName
{
background-color: #B1996D;
}
.BgClassName
{
background-color: #B1996D;
}
</style>
border-color css
<style>
span { border-color: #B1996D; }
span { border-color: rgb(177,153,109); }
td.TdClassName
{
border-color: #B1996D;
}
.TagClassName
{
border-color: #B1996D;
}
</style>