Shades of Fallow #B19A70
Tints of Fallow #B19A70
RGB
CMYK
RGB Variations
Color information
#B19A70 (or 0xB19A70) is known color: Fallow. HEX triplet: B1, 9A and 70. RGB value is (177,154,112). Sum of RGB (Red+Green+Blue) = 177+154+112=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A70 is #4E658F. Grayscale: #9C9C9C. Windows color (decimal): -5137808 or 7379633. OLE color: 7379633.
HSL color Cylindrical-coordinate representation of color #B19A70: hue angle of 38.77º 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 #B19A70 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 112 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.31 |
| HSL | 38.77º | 0.29% | 0.57% | - |
| HSV(B) | 38.77º | 0.37% | 0.69% | - |
| XYZ | 32.61 | 33.63 | 20.1 | - |
| YUV | 156.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 112 | 0 | 0.13 | 0.37 | 0.31 | 38.77 | 0.29 | 0.57 |
| Hex | B1 | 9A | 70 | 0 | D | 25 | 1F | 27 | 1D | 39 |
| Octal | 261 | 232 | 160 | 0 | 15 | 45 | 37 | 47 | 35 | 71 |
| Binary | 10110001 | 10011010 | 1110000 | 0 | 1101 | 100101 | 11111 | 100111 | 11101 | 111001 |
Color Harmonies of #B19A70
Complementary color
Monochromatic Colors of #B19A70
Black with #B19A70
Text Example
Text Example
White with #B19A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A70; }
p { color: rgb(177,154,112); }
H1.HeaderClassName
{
color: #B19A70;
}
.AnyTagClassName
{
color: #B19A70;
}
</style>
background-color css
<style>
a { background-color: #B19A70; }
a { background-color: rgb(177,154,112); }
div.DivClassName
{
background-color: #B19A70;
}
.BgClassName
{
background-color: #B19A70;
}
</style>
border-color css
<style>
span { border-color: #B19A70; }
span { border-color: rgb(177,154,112); }
td.TdClassName
{
border-color: #B19A70;
}
.TagClassName
{
border-color: #B19A70;
}
</style>