Shades of Fallow #BFA06D
Tints of Fallow #BFA06D
RGB
CMYK
RGB Variations
Color information
#BFA06D (or 0xBFA06D) is known color: Fallow. HEX triplet: BF, A0 and 6D. RGB value is (191,160,109). Sum of RGB (Red+Green+Blue) = 191+160+109=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA06D is #405F92. Grayscale: #A3A3A3. Windows color (decimal): -4218771 or 7184575. OLE color: 7184575.
HSL color Cylindrical-coordinate representation of color #BFA06D: hue angle of 37.32º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFA06D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 109 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.25 |
| HSL | 37.32º | 0.39% | 0.59% | - |
| HSV(B) | 37.32º | 0.43% | 0.75% | - |
| XYZ | 36.82 | 37.32 | 19.73 | - |
| YUV | 163.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 109 | 0 | 0.16 | 0.43 | 0.25 | 37.32 | 0.39 | 0.59 |
| Hex | BF | A0 | 6D | 0 | 10 | 2B | 19 | 25 | 27 | 3B |
| Octal | 277 | 240 | 155 | 0 | 20 | 53 | 31 | 45 | 47 | 73 |
| Binary | 10111111 | 10100000 | 1101101 | 0 | 10000 | 101011 | 11001 | 100101 | 100111 | 111011 |
Color Harmonies of #BFA06D
Complementary color
Monochromatic Colors of #BFA06D
Black with #BFA06D
Text Example
Text Example
White with #BFA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA06D; }
p { color: rgb(191,160,109); }
H1.HeaderClassName
{
color: #BFA06D;
}
.AnyTagClassName
{
color: #BFA06D;
}
</style>
background-color css
<style>
a { background-color: #BFA06D; }
a { background-color: rgb(191,160,109); }
div.DivClassName
{
background-color: #BFA06D;
}
.BgClassName
{
background-color: #BFA06D;
}
</style>
border-color css
<style>
span { border-color: #BFA06D; }
span { border-color: rgb(191,160,109); }
td.TdClassName
{
border-color: #BFA06D;
}
.TagClassName
{
border-color: #BFA06D;
}
</style>