Shades of Fallow #BF9773
Tints of Fallow #BF9773
RGB
CMYK
RGB Variations
Color information
#BF9773 (or 0xBF9773) is known color: Fallow. HEX triplet: BF, 97 and 73. RGB value is (191,151,115). Sum of RGB (Red+Green+Blue) = 191+151+115=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9773 is #40688C. Grayscale: #9F9F9F. Windows color (decimal): -4221069 or 7575487. OLE color: 7575487.
HSL color Cylindrical-coordinate representation of color #BF9773: hue angle of 28.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF9773 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 115 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.25 |
| HSL | 28.42º | 0.37% | 0.6% | - |
| HSV(B) | 28.42º | 0.4% | 0.75% | - |
| XYZ | 35.65 | 34.45 | 20.99 | - |
| YUV | 158.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 115 | 0 | 0.21 | 0.40 | 0.25 | 28.42 | 0.37 | 0.6 |
| Hex | BF | 97 | 73 | 0 | 15 | 28 | 19 | 1C | 25 | 3C |
| Octal | 277 | 227 | 163 | 0 | 25 | 50 | 31 | 34 | 45 | 74 |
| Binary | 10111111 | 10010111 | 1110011 | 0 | 10101 | 101000 | 11001 | 11100 | 100101 | 111100 |
Color Harmonies of #BF9773
Complementary color
Monochromatic Colors of #BF9773
Black with #BF9773
Text Example
Text Example
White with #BF9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9773; }
p { color: rgb(191,151,115); }
H1.HeaderClassName
{
color: #BF9773;
}
.AnyTagClassName
{
color: #BF9773;
}
</style>
background-color css
<style>
a { background-color: #BF9773; }
a { background-color: rgb(191,151,115); }
div.DivClassName
{
background-color: #BF9773;
}
.BgClassName
{
background-color: #BF9773;
}
</style>
border-color css
<style>
span { border-color: #BF9773; }
span { border-color: rgb(191,151,115); }
td.TdClassName
{
border-color: #BF9773;
}
.TagClassName
{
border-color: #BF9773;
}
</style>