Shades of Fallow #B39A71
Tints of Fallow #B39A71
RGB
CMYK
RGB Variations
Color information
#B39A71 (or 0xB39A71) is known color: Fallow. HEX triplet: B3, 9A and 71. RGB value is (179,154,113). Sum of RGB (Red+Green+Blue) = 179+154+113=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A71 is #4C658E. Grayscale: #9C9C9C. Windows color (decimal): -5006735 or 7445171. OLE color: 7445171.
HSL color Cylindrical-coordinate representation of color #B39A71: hue angle of 37.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39A71 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 113 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.30 |
| HSL | 37.27º | 0.3% | 0.57% | - |
| HSV(B) | 37.27º | 0.37% | 0.7% | - |
| XYZ | 33.13 | 33.89 | 20.42 | - |
| YUV | 156.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 113 | 0 | 0.14 | 0.37 | 0.30 | 37.27 | 0.3 | 0.57 |
| Hex | B3 | 9A | 71 | 0 | E | 25 | 1E | 25 | 1E | 39 |
| Octal | 263 | 232 | 161 | 0 | 16 | 45 | 36 | 45 | 36 | 71 |
| Binary | 10110011 | 10011010 | 1110001 | 0 | 1110 | 100101 | 11110 | 100101 | 11110 | 111001 |
Color Harmonies of #B39A71
Complementary color
Monochromatic Colors of #B39A71
Black with #B39A71
Text Example
Text Example
White with #B39A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A71; }
p { color: rgb(179,154,113); }
H1.HeaderClassName
{
color: #B39A71;
}
.AnyTagClassName
{
color: #B39A71;
}
</style>
background-color css
<style>
a { background-color: #B39A71; }
a { background-color: rgb(179,154,113); }
div.DivClassName
{
background-color: #B39A71;
}
.BgClassName
{
background-color: #B39A71;
}
</style>
border-color css
<style>
span { border-color: #B39A71; }
span { border-color: rgb(179,154,113); }
td.TdClassName
{
border-color: #B39A71;
}
.TagClassName
{
border-color: #B39A71;
}
</style>