Shades of Fallow #BF8F6B
Tints of Fallow #BF8F6B
RGB
CMYK
RGB Variations
Color information
#BF8F6B (or 0xBF8F6B) is known color: Fallow. HEX triplet: BF, 8F and 6B. RGB value is (191,143,107). Sum of RGB (Red+Green+Blue) = 191+143+107=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F6B is #407094. Grayscale: #999999. Windows color (decimal): -4223125 or 7049151. OLE color: 7049151.
HSL color Cylindrical-coordinate representation of color #BF8F6B: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8F6B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 107 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.25 |
| HSL | 25.71º | 0.4% | 0.58% | - |
| HSV(B) | 25.71º | 0.44% | 0.75% | - |
| XYZ | 33.96 | 31.78 | 18.25 | - |
| YUV | 153.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 107 | 0 | 0.25 | 0.44 | 0.25 | 25.71 | 0.4 | 0.58 |
| Hex | BF | 8F | 6B | 0 | 19 | 2C | 19 | 1A | 28 | 3A |
| Octal | 277 | 217 | 153 | 0 | 31 | 54 | 31 | 32 | 50 | 72 |
| Binary | 10111111 | 10001111 | 1101011 | 0 | 11001 | 101100 | 11001 | 11010 | 101000 | 111010 |
Color Harmonies of #BF8F6B
Complementary color
Monochromatic Colors of #BF8F6B
Black with #BF8F6B
Text Example
Text Example
White with #BF8F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F6B; }
p { color: rgb(191,143,107); }
H1.HeaderClassName
{
color: #BF8F6B;
}
.AnyTagClassName
{
color: #BF8F6B;
}
</style>
background-color css
<style>
a { background-color: #BF8F6B; }
a { background-color: rgb(191,143,107); }
div.DivClassName
{
background-color: #BF8F6B;
}
.BgClassName
{
background-color: #BF8F6B;
}
</style>
border-color css
<style>
span { border-color: #BF8F6B; }
span { border-color: rgb(191,143,107); }
td.TdClassName
{
border-color: #BF8F6B;
}
.TagClassName
{
border-color: #BF8F6B;
}
</style>