Shades of Fallow #B19970
Tints of Fallow #B19970
RGB
CMYK
RGB Variations
Color information
#B19970 (or 0xB19970) is known color: Fallow. HEX triplet: B1, 99 and 70. RGB value is (177,153,112). Sum of RGB (Red+Green+Blue) = 177+153+112=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B19970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19970 is #4E668F. Grayscale: #9B9B9B. Windows color (decimal): -5138064 or 7379377. OLE color: 7379377.
HSL color Cylindrical-coordinate representation of color #B19970: hue angle of 37.85º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19970 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 112 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.31 |
| HSL | 37.85º | 0.29% | 0.57% | - |
| HSV(B) | 37.85º | 0.37% | 0.69% | - |
| XYZ | 32.45 | 33.3 | 20.05 | - |
| YUV | 155.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 112 | 0 | 0.14 | 0.37 | 0.31 | 37.85 | 0.29 | 0.57 |
| Hex | B1 | 99 | 70 | 0 | E | 25 | 1F | 26 | 1D | 39 |
| Octal | 261 | 231 | 160 | 0 | 16 | 45 | 37 | 46 | 35 | 71 |
| Binary | 10110001 | 10011001 | 1110000 | 0 | 1110 | 100101 | 11111 | 100110 | 11101 | 111001 |
Color Harmonies of #B19970
Complementary color
Monochromatic Colors of #B19970
Black with #B19970
Text Example
Text Example
White with #B19970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19970; }
p { color: rgb(177,153,112); }
H1.HeaderClassName
{
color: #B19970;
}
.AnyTagClassName
{
color: #B19970;
}
</style>
background-color css
<style>
a { background-color: #B19970; }
a { background-color: rgb(177,153,112); }
div.DivClassName
{
background-color: #B19970;
}
.BgClassName
{
background-color: #B19970;
}
</style>
border-color css
<style>
span { border-color: #B19970; }
span { border-color: rgb(177,153,112); }
td.TdClassName
{
border-color: #B19970;
}
.TagClassName
{
border-color: #B19970;
}
</style>