Shades of Fallow #BFA076
Tints of Fallow #BFA076
RGB
CMYK
RGB Variations
Color information
#BFA076 (or 0xBFA076) is known color: Fallow. HEX triplet: BF, A0 and 76. RGB value is (191,160,118). Sum of RGB (Red+Green+Blue) = 191+160+118=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA076 is #405F89. Grayscale: #A4A4A4. Windows color (decimal): -4218762 or 7774399. OLE color: 7774399.
HSL color Cylindrical-coordinate representation of color #BFA076: hue angle of 34.52º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFA076 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 118 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.25 |
| HSL | 34.52º | 0.36% | 0.61% | - |
| HSV(B) | 34.52º | 0.38% | 0.75% | - |
| XYZ | 37.33 | 37.53 | 22.42 | - |
| YUV | 164.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 118 | 0 | 0.16 | 0.38 | 0.25 | 34.52 | 0.36 | 0.61 |
| Hex | BF | A0 | 76 | 0 | 10 | 26 | 19 | 23 | 24 | 3D |
| Octal | 277 | 240 | 166 | 0 | 20 | 46 | 31 | 43 | 44 | 75 |
| Binary | 10111111 | 10100000 | 1110110 | 0 | 10000 | 100110 | 11001 | 100011 | 100100 | 111101 |
Color Harmonies of #BFA076
Complementary color
Monochromatic Colors of #BFA076
Black with #BFA076
Text Example
Text Example
White with #BFA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA076; }
p { color: rgb(191,160,118); }
H1.HeaderClassName
{
color: #BFA076;
}
.AnyTagClassName
{
color: #BFA076;
}
</style>
background-color css
<style>
a { background-color: #BFA076; }
a { background-color: rgb(191,160,118); }
div.DivClassName
{
background-color: #BFA076;
}
.BgClassName
{
background-color: #BFA076;
}
</style>
border-color css
<style>
span { border-color: #BFA076; }
span { border-color: rgb(191,160,118); }
td.TdClassName
{
border-color: #BFA076;
}
.TagClassName
{
border-color: #BFA076;
}
</style>