Shades of Fallow #BF8F68
Tints of Fallow #BF8F68
RGB
CMYK
RGB Variations
Color information
#BF8F68 (or 0xBF8F68) is known color: Fallow. HEX triplet: BF, 8F and 68. RGB value is (191,143,104). Sum of RGB (Red+Green+Blue) = 191+143+104=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F68 is #407097. Grayscale: #999999. Windows color (decimal): -4223128 or 6852543. OLE color: 6852543.
HSL color Cylindrical-coordinate representation of color #BF8F68: hue angle of 26.9º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF8F68 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 104 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.25 |
| HSL | 26.9º | 0.4% | 0.58% | - |
| HSV(B) | 26.9º | 0.46% | 0.75% | - |
| XYZ | 33.81 | 31.72 | 17.44 | - |
| YUV | 152.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 104 | 0 | 0.25 | 0.46 | 0.25 | 26.9 | 0.4 | 0.58 |
| Hex | BF | 8F | 68 | 0 | 19 | 2E | 19 | 1B | 28 | 3A |
| Octal | 277 | 217 | 150 | 0 | 31 | 56 | 31 | 33 | 50 | 72 |
| Binary | 10111111 | 10001111 | 1101000 | 0 | 11001 | 101110 | 11001 | 11011 | 101000 | 111010 |
Color Harmonies of #BF8F68
Complementary color
Monochromatic Colors of #BF8F68
Black with #BF8F68
Text Example
Text Example
White with #BF8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F68; }
p { color: rgb(191,143,104); }
H1.HeaderClassName
{
color: #BF8F68;
}
.AnyTagClassName
{
color: #BF8F68;
}
</style>
background-color css
<style>
a { background-color: #BF8F68; }
a { background-color: rgb(191,143,104); }
div.DivClassName
{
background-color: #BF8F68;
}
.BgClassName
{
background-color: #BF8F68;
}
</style>
border-color css
<style>
span { border-color: #BF8F68; }
span { border-color: rgb(191,143,104); }
td.TdClassName
{
border-color: #BF8F68;
}
.TagClassName
{
border-color: #BF8F68;
}
</style>