Shades of Fallow #BF8F6F
Tints of Fallow #BF8F6F
RGB
CMYK
RGB Variations
Color information
#BF8F6F (or 0xBF8F6F) is known color: Fallow. HEX triplet: BF, 8F and 6F. RGB value is (191,143,111). Sum of RGB (Red+Green+Blue) = 191+143+111=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F6F is #407090. Grayscale: #999999. Windows color (decimal): -4223121 or 7311295. OLE color: 7311295.
HSL color Cylindrical-coordinate representation of color #BF8F6F: hue angle of 24º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF8F6F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 111 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.25 |
| HSL | 24º | 0.38% | 0.59% | - |
| HSV(B) | 24º | 0.42% | 0.75% | - |
| XYZ | 34.18 | 31.87 | 19.39 | - |
| YUV | 153.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 111 | 0 | 0.25 | 0.42 | 0.25 | 24 | 0.38 | 0.59 |
| Hex | BF | 8F | 6F | 0 | 19 | 2A | 19 | 18 | 26 | 3B |
| Octal | 277 | 217 | 157 | 0 | 31 | 52 | 31 | 30 | 46 | 73 |
| Binary | 10111111 | 10001111 | 1101111 | 0 | 11001 | 101010 | 11001 | 11000 | 100110 | 111011 |
Color Harmonies of #BF8F6F
Complementary color
Monochromatic Colors of #BF8F6F
Black with #BF8F6F
Text Example
Text Example
White with #BF8F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F6F; }
p { color: rgb(191,143,111); }
H1.HeaderClassName
{
color: #BF8F6F;
}
.AnyTagClassName
{
color: #BF8F6F;
}
</style>
background-color css
<style>
a { background-color: #BF8F6F; }
a { background-color: rgb(191,143,111); }
div.DivClassName
{
background-color: #BF8F6F;
}
.BgClassName
{
background-color: #BF8F6F;
}
</style>
border-color css
<style>
span { border-color: #BF8F6F; }
span { border-color: rgb(191,143,111); }
td.TdClassName
{
border-color: #BF8F6F;
}
.TagClassName
{
border-color: #BF8F6F;
}
</style>